Sunday, February 17, 2008

Adding Technorati Link Count Widget to ending of each Blogger posts

After some survey on Google, I realized the only way to do this is to customize the Blogger template HTML file!
  1. Goto "Layout/Edit HTML", and check "Expand Widget Templates"
  2. Find HTML tag at section:

    "<div class='post-footer-line post-footer-line-3'></div>"

  3. Insert in that "div" enclosure the Technorati code, but tweak a few words:

    "<script src="http://embed.technorati.com/linkcount" type="text/javascript"></script><a class="tr-linkcount" expr:href='"http://technorati.com/search/"+data:post.url'>View blog reactions</a>"

  4. Save the modified template, and that's all!
References: (These pages should be corrected as above to make it work!)
Technorati: Link Count Widget
Technorati Link Count Widget for new blogger, iMessengr.com

No comments:

Post a Comment