I understand the solution you are proposing, however for Guildportal.com users, we do not have the ability to modify the source code. The only option I see us having is the ability to add in a Free Form HTML page. However, the Free Form HTML page is not a standalone page. Instead it is part of a table on the guildportal.com template.
I can successfully get it to work by creating my own .html file and running it stand alone. Example:
<html>
<head>
<script src="http://i.thottbot.com/power.js"></script>
<script>T.twinbox()</script>
</head>
<body>
</body>
</html>
Any thoughts on the guildportal issue, though? Or, are guildportal.com users out of luck right now?
If you put the power script anywhere in the HTML, you'll get working tooltips.
For the T.searchbox() to work, the power script just has to be in the code someplace before it. Immediately before it will work just fine.
Best regards,
Thott