How to set up blog alerts in sharepoint - sharepoint-2010

I want to set up a blog subscription alert using SharePoint 2010. How to do this?
I want to create a blog and should be able to save it in SharePoint site, if the user click for blog subscription then it should be able to invoke an alert to the their mail!
How it is possible to do?? can anyone please consult me or provide at-least any right tutorial link?
Thank in advance

if on the default homepage, click the 'alert me' link below the posts, right under the 'RSS Feed' link... see here

Related

Hubspot to use CTA button in Custom HTML module?

My google search show a way to insert CTA button into a web page but not showing how to insert into a Custom HTML module.
If you know how to, please share.
Well, go forward to the chapters on the right of the OP's guide will lead us to full detail guide on this here.

Display Google plus community post on web page

I am using this method for embedding post on my webpage.
The easiest method is to locate the post that you want to embed on plus.google.com and click the downward pointing arrow that indicates the menu menu icon and choose Embed post. dialog displays with code that you can copy and paste into the desired location within your article or site. For example:
But i want to display a community post on my web page. Can anyone please explain the procedure to me?
Google+ Embedded Posts
The following post types are not supported:
Posts from within a community, including publicly reshared posts from a community.

ScrewTurn Wiki send an email to all users when a new page is added or an existing modified

I'm searching how to configure screwturnwiki to send an email message to all users when a new page is added or an existing page is modified.
Could someone help me to find a solution?
Thank you for your help.
Best regards
Fab
I'm pretty sure you can't do exactly what you are asking out of the box. However, here is what you can do:
You can flag individual pages to receive email updates when changes are made or subscribe to an RSS update feed on a page by page basis (top right corner icons).
You can subscribe to a global/namespace RSS update feed for new/updated pages using the RSS icons on the top left corner.
You could write a custom plug-in to provide the functionality you are looking for. Here is a link to available plug-ins but I don't see one that fits your need: Screwturn Customizing

Change Module Header name in phpfox

I am developing one web site using phpfox tool. In dashboard i want to change Activity Feed heading into something different. How i can able change that heading? I tried using Block Manager title change option it is not reflected in page. Please help me to change header name... I am new to phpfox if you have any online reference link for learn phpfox pls send link also. Thanks in Advance...
Go to your site's admin area
admincp->Extensions->Language->Phrase Manager
Search for'Activity Feed'
From here you can change the title of Activity Feed

How can I capture user's last login and display the next time they login to the website in XPages?

I am working on developing a custom user portal using XPages. I would like to capture a user's last login/signin information and display it on the portal when the user logs in on the banner page.
Does anyone know how I can accomplish this for an XPages app?
Any help or insight into this is greatly appreciated.
Thank you!
Shabana.
My Portal Link: http://bit.ly/OJmanJ
I do this with a User document and just save the information of the last login there. Then I set a flag in sessionScope to know that I saved it already.
I don't think this information is logged automatically anywhere. So you need to log it yourself and then display this logged information on your portal.