WOWhead script
-
I would like to add the wowhead item linking hovering script. There is a how-to on wowheads page but it says you have to have permission to edit the header and well Im not hosting my blog so apparently I dont have permission to do this.
Here is the code any clue how I can make this work?
<?php wp_head(); ?>
<!– WoWHead MouseOver-Tooltip –>
<script src=”http://www.wowhead.com/widgets/power.js” type=”text/javascript”></script>
<!– /WoWHead MouseOver-Tooltip –></head>
-
It’s a “no go” at wordpress.com http://faq.wordpress.com/2006/05/07/javascript-can-i-use-that-on-my-blog/
-
You can’t. Javascript, flash and iframes are stripped from wordpress.com blogs for security reasons.
If you were self-hosted, you could use it. If that’s of interest to you, you can learn more at
http://wordpress.org
- The topic ‘WOWhead script’ is closed to new replies.