Industry guru Dave Taylor offers tech support on technical and business topics, including iPhone, iPod, Microsoft Windows, Sony PSP, cellphones, online advertising, CSS, Web design, business, Unix, Linux, SEO, Mac OS X, and shell script programming.     


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?


Dave's Answer:

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":

Technorati search for Dave Taylor Tech Support: Tabs

By default, it shows you matching blog entries, but you want to click on the "blogs" tab, which results in:

Technorati search for Dave Taylor Tech Support: Results

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:

    Technorati Faves button

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:

    Add AskDaveTaylor to your Favorites list on Technorati

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


More Useful Blogs and Blogging Articles:
✔   Get my shopping cart plugin to work with WordPress?
We've put in a shopping cart for a client that's not working, and we need some help! The cart is currently using the...
✔   Embed an audio player on a blog or web page?
I have some mp3 audio files I've recorded and would like to have people who visit my site be able to listen to...
✔   Can I write a guest review for AskDaveTaylor.com?
Hi Dave. I'm a big fan of your site and love that you're doing so many reviews now. I've noticed, however, that there...
✔   Change author on WordPress blog post?
I have two accounts set up for my WordPress blog and I'd like to be able to have all my posts from a...
✔   How do I restructure my Wordpress blog without losing SEO?
I have a wordpress blog that was using categories in the url structure like this: /category_name/post_name/ Then I had read somewhere that if...

Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
    Enter your name: and your email addr:  





Categorized: Blogs and Blogging   (Article 7861, Written by )
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?




Reader Comments To Date: 3

Kel Harper said, on February 29, 2008 7:48 PM:

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.
I'm currently setting up my blogs and your website is the first place I look when I come unstuck..

Cheers,

Kel

Dette said, on April 15, 2008 9:54 PM:

Looove it! Thanks for sharing!

kenwooi said, on May 3, 2010 10:38 AM:

application error at the moment, right? =/

Starbucks coffee cup I do have a lot to say, and questions of my own for that matter, but first I'd like to say thank you, Dave, for all your helpful information by buying you a cup of coffee!

I do have a comment, now that you mention it!











I will never send you any unsolicited email. Ever.






Check This Out Too...

 
Look for Answers
Need Help? Ask Dave Taylor!


Follow Me on Pinterest

Find Me on Google+
ADT on G+
© 2002 - 2013 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site. Further, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site. My lawyer says "Thanks".
"Ask Dave Taylor®" is a registered trademark of Intuitive Systems, LLC.