This simple script helps you to know how much a post is popular in the blogosphere.
The result, how you can see on my blog, is something like this:
Step 1: Edit your Blogger template
First: save a copy of your template to avoid problems... Then, edit your blogger template and flag the checkbox "Expand Widget Models". Find this line of code:
<p class='post-footer-line post-footer-line-3'>
Step 2: copy and paste technorati code
Copy and paste the following code using data:post.url to get dinamically the url of each post:
<script src='http://embed.technorati.com/linkcount' type='text/javascript'/>
<a expr:href='"http://technorati.com/search/" + data:post.url' rel='linkcount'>View blog reactions</a>
<a expr:href='"http://technorati.com/search/" + data:post.url' rel='linkcount'>View blog reactions</a>
Save your tamplate and try it!
No comments:
Post a Comment