Forum Discussion
bhavaM
Aug 08, 2023Copper Contributor
How to add social bar(Like,share,view) in SharePoint modern pages
Hi, hope all are doing well. My requirements is to 1. Add the social bar(like,share,view) under each section in SharePoint modern pages. In SharePoint we have the social bar under each pages but ...
ganeshsanap
Aug 08, 2023MVP
bhavaM Unfortunately, this is not possible using SharePoint out of the box social bar settings.
You can only have single social bar section at the bottom of the SharePoint site page.
You can enable/disable SharePoint social bar at tenant or site level using PowerShell, check:
- Enable or Disable the Social Bar (Like, Views, Save for later) for individual SharePoint sites
- Enable or Disable the Social Bar (Like, Views, Save for later) in SharePoint at tenant level
You can build your own web parts using SharePoint Framework (SPFx) in SharePoint which will need development/coding experience. Check below links for more information:
- Overview of the SharePoint Framework - Microsoft documentation
- Build your first SharePoint client-side web part - Microsoft documentation
- Advanced Comments Box - SPFx web part code sample which might help you to get started with
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.