This is a module for the Mystique theme that adds a few more icons above the menu: Facebook, Flickr, Myspace, Youtube and Lastfm, and changes the existing Twitter and RSS icons.

Installation steps:

  1. Download the module
  2. Unzip it to your /mystique-ext/mods/ folder (the child theme folder); if you don’t have one, then the main theme folder is good too, but it’s highly recommended that you create a child theme for your customizations.
  3. Activate it in the Mystique settings => modules, and configure the links from the Content options as usual…

Update 14/08

There’s a better version of this module included in Mystique 3.0.6. Please use that one instead. Currently there are just a few icons installed by default, but you can find a more complete icon list on Mark N Hewitt‘s website.

Here’s a PSD file that might help you design your own icons.

Need to move the icons higher? Add this CSS code:

.social-media{
  bottom: 30px; /* increase this value as you wish */
}