Add a Working Mixx Bookmark Icon to the Blogger/Blogspot Platform : Classic or Custom Templates
December 7th, 2007
It literally took me about 2 hours to figure out the syntax for blogspot. I have no idea how people put up with that compared to a self-hosted blog, sigh. Anyway upon request, here are the steps to adding a Mixx Icon that works properly for the old and new Blogger templates.
First the Icon
You can always use one of the existing buttons or badges from the Mixx site. This is what I had on hand.
Right Click and Save as. You will need to host the Icon yourself, sorry.
The Code
If you don't know, you need to navigate to your blogger admin panel and get to the template tab.
Now go to edit html.
Since every template is different it is hard to pin down exactly where you will have to add the following code, but I tried to give an example where I added mine..
Older or Classic Template Syntax
Find
-
</div>
-
<!-- End .post -->
Add above
-
<a href="http://www.mixx.com/submit?page_url=<$BlogItemPermalinkURL$>" target="_blank" title="Submit to Mixx"><img border='0' height='14px' src='http://www.yoururl.com/mixx.png' width='16px'/></a>
Updated or Custom Template Syntax
Be sure to check "Expand Widget Templates"
Find
-
<div class="post-footer">
Below Add
Don't forget to change the Image Path
Be sure to change the image path for either code to match the location of your uploaded Mixx Icon.
The Final Result
You can view my test post here.
Related Post
- Add Mixx to the Wordpress Sociable 2.0 Plugin - You can add a Mixx icon to your Wordpress Sociable plugin in less than 5 minutes. I will provide both manual edits and modified files. Either way i ...
- Adding a Favorite Icon To Your Site, The How To - A favorite icon gives you branding strength and more importantly something your members can recognize in a long list of favorites. It is pretty much ...
- Creating Favorite Icons with a Transparent Background Using Photoshop - If you haven't noticed or cleared your Internet cache in a while, I have been working on some new logo concepts for the site. Anyway, after doi ...








By Sujoy on Dec 8, 2007 | Reply
Awesome Awesome. Shall link this post