August 13, 2011

How To Add Comment Feeds For Individual Blogger Posts


How To Add Comment Feeds For Individual Blogger Posts

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this: <data:post.body/> Tag.

4.Copy below code and paste it immediately after <data:post.body/> tag.

<p style='background-color:#ffffc6;'><a expr:href='"http://YOURBLOG.blogspot.com/feeds/" + data:post.id + "/comments/default?alt=rss"'>Comments Feed For This Post</a></p>

Note: Replace YOURBLOG with your blog url name.

5.Now save your template and you are done.

Cheers.

No comments:

Post a Comment