How to add Wowhead links to your blog
Another blogger asked me how to get the Wowhead mouseover links to work in her blog. For example, when you mouseover this item, you can see its Wowhead tooltip: Support Girdle
This is a really handy thing to have – it makes it nice and easy on your readers; they don’t have to click the link (or go search for the item) to check out its stats. They won’t have to worry about going looking for the item to know what you’re talking about.
It’s actually very easy to implement this – it will take you about 2 minutes of your time. The script itself lives over at Wowhead.com; you just have to paste some code into your blog to point to it. Then, any time you post a Wowhead item link, it will automatically convert to a mouseover.
Adding Wowhead links to Blogger/Blogspot blogs
- Go to your dashboard, go to Layout, and in the widget section, make a new widget.
- Choose html/java, because it’s going to just be a bit of code pasted in. Don’t give it a title; this way it will show in your dashboard list of widgets as “html/javascript” but wont show on your blog’s widget list. It’ll be working for you behind the scenes.
- Paste this in:
<script src=”http://www.wowhead.com/widgets/power.js”></script> - Save, and you’re done!
Adding Wowhead links to WordPress blogs
Note: I run self-hosted WordPress blog, and I can control the layout of my site entirely. I assume that WordPress-hosted blogs are similar, you will just need to navigate to your template to paste the code in.
- Go to your dashboard; under Appearance, click on Edit.
- Open Header template file (putting it in the header means it will function on each page of your blog), and inside the <head></head> tag, paste this in:
<script src=”http://www.wowhead.com/widgets/power.js”></script>
Posting a mouseover link
- Go to wowhead and grab your item’s address/link, eg http://www.wowhead.com/?item=1215
- When you write your post, you’ll need to write the link like this:
<a href=”http://www.wowhead.com/?item=1215″>Support Girdle</a>
That’s it!
Possibly Related Posts:
| Print article |
This entry was posted by Keeva on January 7, 2010 at 5:50 PM, and is filed under Blogging, Mods/Technical. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. Comment Policy - Comments are welcome! I don't mind at all if you disagree with what I have to say here, provided that a) you are civil about it, and b) you do not try to dictate what I should or shouldn't be writing on my blog. This is my corner of the web, and I reserve the right to edit or delete comments that I deem to be offensive. |



My name is Emma and I live in Australia. I’ve been gaming on and off since I was about 11. I won’t tell you exactly how long ago that was, let’s just say long enough.
about 2 years ago
As far as I can tell, I’d have to pay to change the style sheet / header on my WP-hosted WP blog.
If this is not the case, it’d be awesome if somebody can point me how to get to it through the WP interface.
Poneria´s last blog ..ALEB: Talents & Glyphs
about 2 years ago
I suggest adding this to guild forums, as well. It’s helpful for linking item lists, professions, spells, and boss abilities.
The fun part is that you can link an item and give it some crazy new name, since it’s just a link
Best Hat Ever!!
about 2 years ago
I’m not sure it’s possible to do this on hosted wordpress. I’ve tried to look into it in the past. You can change the CSS template for a fee, but this is an actual HTML code statement correct?
Virile´s last blog ..Miscellaneous Updates
about 2 years ago
I’m fairly certain WordPress hosted blogs do not permit running Java functions due to potential ways for hackers to get into things. I remember trying to figure it out awhile ago and someone had explained it on their help forums. You have to self-host in wordpress to be able to add them
Beruthiel´s last blog ..*Boggle* 
about 2 years ago
For guild forums, you can actually get mods (depending on your forum software) that can turn phpBB style tags into item links without having to worry about copy and pasting URLs.
You’d just write something like [item]Support Girdle[/item].
While Itemstats was (seemingly) broken around the time when I installed my guild’s forums (I ended up having to write my own phpbb mod), wowhead itself has a page with some tips on how to get wowhead powered tooltips integrated into your forums:
http://www.wowhead.com/?forums&topic=3464
about 2 years ago
Thanks everyone for your comments.
It seems that hosted WP blogs are a bit inflexible :/
I’ll most likely edit the post to say that it’s not possible in WP-hosted blogs, before I add it to the guides page..
Keeva´s last blog ..How to add Wowhead links to your blog
about 2 years ago
Beruthiel is correct in saying that you can not add it to WordPress hosted sites. Unfortunatly the WordPress people don’t like other people adding javascript to their themes.
Nefarious´s last blog ..Showy Pants and The Super Group 
about 2 years ago
Thanks so much again for helping me with this the other day…..i still havent gotten around to making that post but now im glad all my questions led to a blog post to help everyone!
Delleyntar´s last blog ..Faster…Faster…Faster! When Haste Just isn’t enough
about 2 years ago
I just attempted to add this script to my blogspot blog… and it doesn’t appear to be working, at least not to me… hrm.
Kaethir´s last blog ..Icecrown Ramblings, Part 1
about 2 years ago
oh, i finally figured it out. With the new blogger xml templates, it’s a little more strict, i had to use single quotes as such:
src=’http:….’
Kaethir´s last blog ..Icecrown Ramblings, Part 1
about 2 years ago
How odd…
Keeva´s last blog ..Revitalize returns energy to Abom on Putricide
about 1 year ago
Thanks for this. I was putting it in the main index page and it wasn’t working for the full page posts. I was afraid I was going to have to edit a whole bunch of pages to get it to work, but decided to search first and found the answer here. Thanks again!
about 1 year ago
Hi folks
Any coders that know how to add a time script to the wowhead code so that if wowhead is lagging it will ignore it?
My site and I notice others who use the wowhead tooltips are slowing down considerably as the page hangs on the wowhead script.
Mentor´s last blog ..DUGI’s Ultimate Guide
about 1 year ago
Ok I have done some digging and found the best way to put WOWhead tooltips on to your website. Since it’s a little long i’ve written the article and placed it here: http://wowmentor.com/wordpress-tips/install-wowhead-tooltips/
Since doing this my site loading problems caused by WOWhead have gone.
Good luck hope this helps.
Mentor´s last blog ..DUGI’s Ultimate Guide
about 1 year ago
For some reason I still cannot get this to work on my blogspot. I must be doing something wrong.
Brouck´s last blog ..Meta-tines Day
about 1 year ago
Hi Brouck, have you tried Kaethir’s solution above? Hope it works
Keeva´s last blog ..Update me- PTR notes
about 11 months ago
Thanks for the post! It worked fine with a blogspot. I allways wondered, if such a tooltip is very complicated to implement… And it’s easier than I’ve ever thought…
Thanx again,
DM