Skip to Main Content
This site makes extensive use of JavaScript.
Please enable JavaScript in your browser.
Live
PTR
12.1.0
PTR
12.1.5
Search Box
The code below will produce an iframe that contains the Wowhead logo and a search box.
<script type="text/javascript">var wowhead_searchbox_format = "160x200"</script>
<script type="text/javascript" src="
http://wow.zamimg.com/widgets/searchbox.js"></script>
Parameters
wowhead_searchbox_format
– String that specifies how big the iframe should be. The following values can be used:
"160x200"
"120x200"
"160x120"
"150x120"
"120x120"
Tips
You can style the iframe (e.g. adding a border) by using the following class name in your CSS code:
.wowhead-searchbox { ... }