Hi fellow DP, i just want to know how do we setup technorati TAG on wordpress such as blaa.bla..bla.. Technorati Tags: marketing, affiliate, long tail yup ...the technorati thing up here, how do we setup it ? using what plugins ? thanks
You can use Windows Live Writer to blog it have the option to add tags while posting.... its a must have tool for publishing... for more details visit my blog http://www.minterest.com/2007/09/04/windows-live-writer-publish-rich-content-to-your-blog/
same options available with performancing extension for firefox too and u can use a javascript bookmarklet to get the html code and paste in code view in post editor of wordpress. javascript:(function(){var a='';var t=prompt('Enter Tags:','');var tr=t.split(' ');a+='<p><b>Technorati Tags:</b> ';for(var i=0;i<tr.length;i++){if(i > 0){a+=', ';}a+='<a href='+unescape('%22')+'http://www.technorati.com/tags/'+tr[i]+unescape('%22')+' rel='+unescape('%22')+'tag'+unescape('%22')+'>'+tr[i]+'</a>';}a+='</p>';prompt('Copy this code, press OK, then paste to your blog entry:',a);})() HTML: Create a bookmark in firefox and under link for bookmark..place the javascript code above and use it. Usage: on clicking the bookmarklet it asks for tags in a prompt ..there enter tags separated by space and to join use + and press enter..it'll generate html code...paste at end of post.