To make an item tooltip, you need to go to WoWHead.com and search for the item you want. When you are viewing that items information page, copy the URL from the browser's address bar.
Now that we have that address, we make a link to it from the forum like any other link.Wormhole Generator: Northrend
URL: http://www.wowhead.com/?item=48933
- Code: Select all
[url]http://www.wowhead.com/?item=48933[/url]
And that essentially gets the job done. But that link doesn't show us a whole lot about what item we're linking until you hover over it. So to make the post a little prettier, try making the code look like this:
- Code: Select all
[url=*Item URL Here*]*Item Name Here*[/url]
[url=http://www.wowhead.com/?item=48933]Wormhole Generator: Northrend[/url]
Wormhole Generator: Northrend
Now you have an item tooltip in your post!