RSS for blogs

How can I set up RSS Feeds so someone can receive feeds of all blogs on my site or a blog from a specific person. Please help.

Quote · 2 Jan 2009

any update on this?

Quote · 2 Jan 2009

You may find this useful it will turn any webpage into an rss feed.

.

Feedmaker

.

For example try www.yourdomainname.com/blogs/   for all your site blogs

.

or

.

www.yourdominname.com/blogs/posts/username/  for a specific users blog.

Smile

Quote · 2 Jan 2009

If you want your rss feeds to show in the address bar open _header.html in templates/base/ and insert this code between the head tags and edit where needed.

.

<LINK REL="alternate" TITLE="Subscribe to your awesome site" HREF="http://www.yoursite.com/yourrssfeed.xml" TYPE="application/rss+xml" />

.

If you have more than one feed you can list them ie.

.

<LINK REL="alternate" TITLE="Subscribe to your awesome site" HREF="http://www.yoursite.com/yourrssfeed.xml" TYPE="application/rss+xml" />

<LINK REL="alternate" TITLE="Subscribe to your awesome site 2" HREF="http://www.yoursite.com/yourrssfeed2.xml" TYPE="application/rss+xml" />

Laughing

Quote · 3 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.