After posting a mini tutorial on adding a Technorati Rank widget for WordPress, Shawn commented on whether such a widget is possible for Blogspot. Yup, it can be done but slightly more complicated. And it won’t work on Blogger Classic templates as it requires the use of page elements available only in New Blogger. Classic Bloggers may want to try PurpleMoggy’s technorati rank widget
So here’s a look at the final product:

Step 1:
1a. Enter your blogspot url at Tecnorati Rank RSS Feed (Yahoo Pipe created by engtech). Leave the “display before” and “display after” field empty. Click “Run Pipe”.

1b. Right click on “Get as RSS” and copy the url e.g http://pipes.yahoo.com/…?textinput7=http%3A%2F%2Fericulous.com…&_render=rss

Step 2:
Login to your Blogspot and go to Template > Page Elements. Click “Add a Page Element” and add a “Feed” element. Paste the url from Step 1b and click “Continue”.


Step 3:
Go to “Edit HTML” tab. Do a backup first by clicking “Download Full Template”. Look for the </head> tag and insert the following BEFORE </head>.
<style type='text/css'>
#Feed1 {
width: 88px;
height: 26px;
background: url(http://i16.tinypic.com/4gpcya1.gif) no-repeat;
}
#Feed1 h2 {
display:none;
}
#Feed1 ul {
margin: 0;
padding: 1px 3px 0 0;
}
#Feed1 ul li {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: right;
text-decoration: none;
}
#Feed1 a:link, #Feed1 a:visited {
color: #4096EE;
text-decoration: none;
}
#Feed1 a:hover {
color: #3F4C6B;
text-decoration: none;
}
</style>
note: if you have more than 1 Feed page element, it may have a different ID other than Feed1. See what other Feed ID you have by doing a search for “id=’Feed” and note them down e.g Feed2, Feed3. Replace all instances of Feed1 in the above code with Feed2 or Feed3 etc..
Further Customization (Optional)
* Change the way you link to Technorati
Use the different flavours of Technorati Yahoo Pipes created by engtech.wordpress.com
What's Next?
»» Subscribe to Feed
» Leave a Comment
Related Posts:
» Add a Technorati Rank Widget in 3 Simple Steps
» Add a Alexa Rank Widget in 3 Simple Steps
» Beta Launch: OneNews Singapore
» Newer Post: Check Your Akismet Spam Often
« Previous Post: Google Pagerank Update.. Finally!














Hey Genkisan,
Thanks for the tips. Look forward to your next discovery.
Cheers,
Shawn
You’re welcome, Shawn. Just happen to come across the right tool at the right time
hello genkisan … how do you deploy this to blogger running classic template? could it be done …
thanx
Which classic template? Does it have page elements? Sorry I’m quite out of touch with blogger.com
classic templates are those used by earlier batch of blogger before the current latest template which has the page elements … and no, classic template bloggers do not enjoy the page element features …
based on your question, i assume you need the page element to inject some feed/script for it to work …
Unfortunately yes.
Your next best bet would be PurpleMoggy’s technorati rank widget. Came across it while researching on this topic but didn’t use it as I can’t get it to style the way I want.
ok genkisan … thanx anyway for your kind assistance … cheers
nice blog n nice posting,
why say:No pipe results for Technorati Rank RSS Feed. for me?