The implementation

In this example, we are going to add the links of the various categories (of Make Tech Easier) to the jumplist. You can, of course, change/modify the links to the URL that you want to place.

  1. Open your theme file and place the following meta tag in between the and tag. If you are using WordPress, the tag is located at the header.php file in your theme folder. Things that you need to change:

“name=xyz”: This is the name of the item that will appear on the jumplist, so make sure you give it a clear name “action-url=http://xyz.com”: This is the page that will load when the user clicks on the link. “icon-url:http://xyz.com/favicon.ico”: This is the favicon (must be a favicon in ico format) that will appear beside the name

Each meta tag is for one link. So if you have 5 links, you will have to add the meta tag 5 times (and modify the content accordingly). Note that IE 9 only allows you to add up to 5 links. That’s it. Once you are done adding the tag, simply upload/replace the html file (or header.php in the case of WordPress) to your server. Now open IE9, load your site, drag the tab to the taskbar. Your links should now appear in the jumplist.

More customization

IE 9 also allows you to add tooltips, change the navigation button color, startup url, window size etc. Here are the tags that you need to insert That’s it.