|
Can I create a Technorati "favorites" link?In the interest of gaining more visibility for my new cat blog, I want to have a link on the blog itself that will easily let people "favorite" it on Technorati. How do I do that? Great idea! In fact, I'll demonstrate how to create a "favorite me" button for Technorati by using my own weblog as a demonstration, and perhaps we can mutually favorite each other as a way to help jointly promote our writing? Thing is, there are lots of ways you can use the system -- and even try to game the system -- to gain visibility and traffic, but the very best way remains to produce quality original content. Just as there's no substitute as a musician for musical ability, there's no substitute in the world of blogging for actually taking the time to write interesting and informative entries that are relevant and engaging for your target audience and market segment. Once you have that moving along, then it is time to do online promotion, and making sure you're visible in popular blog search engine Technorati is definitely a good move. So, so enough chatting. Let's dig into some code! The first step is to go to Technorati and find your own weblog. You can most easily do this with a search. I'll search for "dave taylor tech support": ![]() By default, it shows you matching blog entries, but you want to click on the "blogs" tab, which results in: ![]() That's what we want, and this blog is listed as the top match. Makes sense. The key element we want here is the little red "fave" link. Right click or option click on that link (PC or Mac, respectively) and choose "Copy Link" and you'll end up with something like: http://technorati.com/faves/?add=http%3A%2F%2Faskdavetaylor.com
That's the URL for favoriting this weblog in Technorati. That's what you want (albeit for your own weblog), but let's have a bit of fun with it before we wrap up. One thing to know is that you can safely convert the ugly "%3A%2F%2F" into "://", which makes the URL quite a bit more readable: http://technorati.com/faves/?add=http://askdavetaylor.com
Now let's pour it into a basic HTML link: <a href="http://technorati.com/faves/?add=http://askdavetaylor.com">Favorite me on Technorati!</a>
Rudimentary, but it works: Favorite me on Technorati! Better would be to grab the graphic too, which proves to be pretty tricky because Technorati's using some CSS to get the visual element, not a specific graphic. However, that's easily remedied by just grabbing it with a screen capture program and trimming the resultant graphic down to make a graphical button anyway. Like this: Put it all together, copy the graphic to your own server, and now you can easily add a simple little button to your blog template like this: Try it, favorite me, and, well, I can always do with more visibility too. Helps keep the traffic flowing and the lights on in our offices! Here's the code for the button above too, in all its HTML glory: <a href="http://technorati.com/faves/?add=http://askdavetaylor.com"><img src="http://www.askdavetaylor.com/1-blog-pics/technorati-faves.png" alt="Add AskDaveTaylor to your Favorites list on Technorati" border="0" /></a>
One more tweak: how about a "form" button for this task instead, since we know exactly what data we need to send? Here's the code: <form method="get" action="http://technorati.com/faves/">
<input type="submit" value="Click here to Favorite me on Technorati" /> <input type="hidden" name="add" value="http://www.askdavetaylor.com" /> </form> Let's test it: Again, click on it to see what happens and help me out a wee bit while you're at it! Good luck
Categorized:
Blogs and RSS Feeds
(Article 7861,
Written by Dave Taylor)
Tagged: blog traffic, technorati, technorati favorites Previous: How do I eject a USB disk drive? Next: How can I find unread messages in Google's Gmail? Subscribe!
Great Post Dave - Like I said in my Digg description...I used to go to Google for all my "Tech Support" Questions until I came across this site. Cheers, Kel Posted by: Kel Harper at February 29, 2008 7:48 PMLooove it! Thanks for sharing! Posted by: Dette at April 15, 2008 9:54 PMapplication error at the moment, right? =/ Posted by: kenwooi at May 3, 2010 10:38 AMI have something to say, now that you mention it, but ...
I do have a comment, now that you mention it!
|
Recommended
Recent Entries
Search
I Need Help!
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and RSS Feeds Building Web Site Traffic Business and Management CGI Scripts and Web Site Programming Computer and Internet Basics d) None of the Above Facebook Help Google Plus Help HTML and CSS Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Mac OS X Help Pay Per Click (PPC) Advertising Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help WordPress Help |