Create an alert for when new content is posted on our website - email

We would like to put a "subscribe" button on our website that people can sign up for. Then, when new content is posted on our site they get an email alert saying new content has been posted. What would be the best way to build this? The website cms is Sitecore.
Not sure where to start. Would I need to do something like this How can I only send emails when a NEW article is posted to a webpage??

Related

How does Google Calendar send click from email WITHOUT loading a page?

I'd love to be able to do things like send a Poll via email and let people respond by just clicking WITHOUT needing to load a web page.
I thought that was impossible since (AFAIK) you can't use .js in email.
BUT... Google Calendar does this. Perhaps it only works in Gmail?
But if it is possible, I thought I'd ask.
You could create each answer in the poll as a link to a different page (or different redirect to the same page). Track how many hits each answer gets. Send the user to a "Thank you!" page after they click.

Add facebook feedback button to my website

I'm developing my own website and I would like to integrate it with my facebook page.
I would like to have small button or widget in my site that in case user wants to send feedback on my site he's clicking it and write down his message. This message is automatically sent to my facebook private messages (inbox) and I can reply to it.
Let me know if there is option like this? Do I need to develop new FB app for this?
Thank you,
Moshe

Is it possible to set message board as a notification in Workflow with Kaleo in liferay?

I am working in Liferay. Recently I have developed 3 level workflow using Kaleo in liferay for reviewing the content. But what happens is when user who submit any content then the users related in the chain will be notified through mail. But I want something different if possible. What i wish is, put one MessageBoard on the Home Screen then whenever anyone post content the users will get the notification in the MessageBoard. The idea is you can say somewhat to facebook. That whenever your friend post a comment you get notification via mail as well as you get notification on the home screen of your account. Is it possible to achieve the same thing in Liferay using Kaleo Workflow or anyother way to do this?
Valuable suggestions are welcomed.......
Thanks
For notification from MessageBoard your user can click on Subscribe link and should get mail.
For yout other (facebook like) requirements liferay has few built in portlets that do that (I'm not facebook user so I guess): Friends, Friends Activities, Requests, Wall, Summary. Note that these can only be added to your users pages (public/private).
You even have Activities portlet that displays all community users activities.
If this is not what you are looking for let me know.

Facebook auto respond to like button

I'd like people to receive a message in their inbox when they like my fanpage, and i'm wondering what's the best way to go about this?
I don't know if I can use the SDK to do it because there's no guarantee they will be viewing a canvas when they actually click the like button. They could be clicking the like button from the side bar, from a friend's page, from the official page wall, etc.
Other ideas?
This article describes how to capture a click on the Like button:
http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/
However, the only way to get someone's email address is by asking the user to authorize the email permission.

Adding a share link straight to wall, into an email newsletter

Wondering if anyone has actually managed to get the "share" functionality working in an email newsletter.
Currently being asked by a client to "share" a certain part of a newsletter directly to a persons wall.
However, the HTML will be generated by 1 program, and then a copy and paste into the email blaster to be sent.
Essentially, wondering can it be done? Are there any examples?
The like button plugin will work for a web page, not content in an email.
The share is being deprecated.
The send button plugin is used to share a URL (which is not content of an email).
I would suggest that the html of the email being blasted also be hosted on a web page. Then have that like (https://developers.facebook.com/docs/reference/plugins/like/) button's (that is being send via email) set it's href property to that of the hosted web page. That should work well.
Happy coding!