Forum Discussion
Modern SharePoint News Subscription
- Jul 02, 2018
You can use the search result alert system.
Prepare a search result page using the basic built-in tenant resultset and apply the additional filter into.
The result webpart can give you the option of the "Alert Me" at the bottom of the page, and that one will allow the user to subscribe the news associated.
This option is only a work around, the MS official positioning is to start with the "SharePoint" Home page of the tenant which is collecting the news published across the tenant on which you have the permission to read.
Fab
Matt Janssen Deleted jcgonzalezmartin Kerstin Svanberg Fromelard John_Sanders Gretchen Hustad mattchowell Wooderson
Here is the work around we implemented when asked if this could be done. We leveraged the built in "Alerts" for the Site Pages. In our usage we where setting up blog sites using the modern communication sites and the news functionality. (I would love to have an actual subscribe functionality for each News Part and its related context, current or multiple sites)
To accomplish this I created two links in the navigation:
- Subscribe
- URL: <SiteURL>/_layouts/15/SubNew.aspx?List={<ListLibraryID>}&Source=<SiteURL>
- Edit My Subscriptions
- URL: <SiteURL>/_layouts/15/MySubs.aspx
- URL: <SiteURL>/_layouts/15/MySubs.aspx
Example URLS:
<a href="https://demo.sharepoint.com/sites/PresidentsBlog/_layouts/15/SubNew.aspx?List={B967F8B2%2D4806%2D45DB%2D9641%2D3B86E3C20B18}&Source=https://demo.sharepoint.com/sites/PresidentsBlog" target="_blank">https://demo.sharepoint.com/sites/PresidentsBlog/_layouts/15/SubNew.aspx?List={B967F8B2%2D4806%2D45DB%2D9641%2D3B86E3C20B18}&Source=https://demo.sharepoint.com/sites/PresidentsBlog</a>
<a href="https://demo.sharepoint.com/sites/PresidentsBlog/_layouts/15/MySubs.aspx" target="_blank">https://demo.sharepoint.com/sites/PresidentsBlog/_layouts/15/MySubs.aspx</a>
There are a few different ways to get the List/Library GUID the easiest being going into the List/Libraries Settings and pulling it from the bowser url.
With this implementation you now have a method for a user to add/modify "Alerts", without ever having to access the list/library directly. It is not as simple as a basic subscribe option but better then nothing and keeps them in the modern experience.
DamienS But it is a news.aspx page => no ListLibraryID ! How do you solve this ?
- mattchowellJan 18, 2023Iron Contributor
3 years later and still no subscribe functionality for published news posts? Has anyone had success creating a flow which sends emails to users who add themselves to a list? If so, can they share how they did it?