This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
[Question] Linking on other sites
Post Reply
Return to board index
Post by
Aldun
Hey,
Im making my own website about Hunters, and Im wondering; is it allowed to use Wowhead to link items and skills? As in, that when you hover over, you see the item/skill? (So not the direct link).
Also, if its allowed, how do I make it that you see the description by hovering over? I only can get it as a clickable link, without seeing the description.
Thanks,
Aldun.
Post by
Chaosmaker
If it is allowed to link from your site to wowhead I dont know for sure, but I am pretty sure they wont have a problem with it.
For the part how you do it.
<html>
<head></head>
<body>
<script src="
http://www.wowhead.com/widgets/power.js"></script>
<a target="_blank" href="
http://www.wowhead.com/?spell=60692">My
own wowhead item link link</a>
</body>
</html>
Just make sure you inserted once in your page the script tag and then you just make simple links.
Edit: there is a sticky about this:
http://www.wowhead.com/?forums&topic=3464
Post by
Aldun
If it is allowed to link from your site to wowhead I dont know for sure, but I am pretty sure they wont have a problem with it.
For the part how you do it.
<html>
<head></head>
<body>
<script src="
http://www.wowhead.com/widgets/power.js"></script>
<a target="_blank" href="
http://www.wowhead.com/?spell=60692">My
own wowhead item link link</a>
</body>
</html>
Just make sure you inserted once in your page the script tag and then you just make simple links.
Edit: there is a sticky about this:
http://www.wowhead.com/?forums&topic=3464
This isnt working, I guess this is because its a forum, is there any other way to do it?
Post by
Malgayne
Just check out the
Powered By Wowhead
page. :)
Post by
Aldun
Just check out the
Powered By Wowhead
page. :)
Doesn't work o_o Guess it is because its a forum? Using Invisionfree, and it just shows <script src="
http://www.wowhead.com/widgets/power.js"></script>
instead of that any item gets a tooltip
Post by
pelf
I think you're probably doing it wrong.
Post by
Malgayne
Possibly check out this
other thread
?
Post by
Aldun
Possibly check out this
other thread
?
THIS SCRIPT WILL ONLY WORK IF YOUR phpBB INSTALLATION USES MYSQL or MySQLi
^ Is a no for me.
Oh well, guess its just bad luck for me then ;<
Thanks for help anyway!
Post by
Malgayne
All the plugins that work for CMSs and forums are built by users, not by us directly. You might try a straight Google search and see what comes up.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.