How do we enable Web Push feature in SharePoint Intranet Web application every time a new page is added to the library?
I am using SharePoint version 2013.
https://stackoverflow.com/questions/57653183/webpush-notification-in-sharepoint-application
How do we enable Web Push feature in SharePoint Intranet Web application every time a new page is added to the library?
I am using SharePoint version 2013.
https://stackoverflow.com/questions/57653183/webpush-notification-in-sharepoint-application
I assume you want a web part to show recent modified/added pages.
In the Home Page of your site, add a content search web part to show recent modified items in the site pages library(or the custom library you set to store pages).
You can add it to a page by simply go to edit page > insert > web part > content rollup > content search > add. Here is a guide with more detailed information for your reference:https://sharepointsamurai.wordpress.com/2014/03/26/how-to-use-the-content-query-web-part-for-sharepoint-2013-search/
If you want a push button like facebook, you will need to start from scratch or search for some custom solutions.
The content search web part is a web part showing search results with certain requirements. For your requirements, you can set the web part to show recently changed items, and set the scope according to your requirements. Then the items recently changed will be displayed.

Similar requirement:Push Notifications in SharePoint Portal