On my website users can post comments on a document. Now i want to send a rss feed to the webmasters when a comment is posted. I want the webmaster to be notified like a small pop-up in the right corner of the page. So this is whats happening:
- User add comment
- system checks a webmaster is logged in
- if webmaster is logged in; show pop-up in right corner with the title of the comment in it.
Do you have any suggestions how to accomplish this?