Polaroid Icons Blog Subscription Gadget With Rollover Effect

The other day i posted 3 very cool sets of icons you could use to let people subscribe to your Rss Feed, Twitter and Facebook Page.In that post i gave you the code for the icons ready to use, you just had to add your URLs then copy and paste.Two of the icon sets were very similar both having a Polaroid Picture Design.One was fresh and bright while the other had a vintage worn look.This lead me to thinking wouldn't it be cool to have the worn vintage Polaroid icons in your sidebar and when someone hovers over them they switch to the bright clean icon.This is called a rollover effect. I'm sure you have seen image rollover effects before and this is a great way to use it.

So lets look at it in action, i decided to use a rollover html code in the link rather than Css, just so once again it's a simple one time copy and paste.

The Demo

Place Your Cursor Over The Icons.



Looks Great Huh !

Add The Vintage To New Polaroid Icons To Your Blog


The Code

This is just html so it will work in any part of your blog that allows it.I will show how to quickly add the icons to your Blogger sidebar below the code, if you have Wordpress or another blog platform add the code to a sidebar text/html widget.

<a href=http://www.facebook.com/spiceupyourblog onmouseover= "if (document.images) document.facebook.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSQJxajZstC5fCs-dpc8C1cMImPZwF8_DpCkvNg7UISpKmMdr5Uk2CB8QB1agibNsZ8mh-_A8Ryh6lD-SeXk8RRzfu41nUB9GJ9NsHH26l5eGpnjJntJeP8o6wvq82POWJlV4D5yean6ej/s1600/facebook.png';" onmouseout= "if (document.images) document.facebook.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihP-OX3uEZ0wbrzE7RumjK_jYeouq3mqS87vSOdUSXXyvVzK9ulzcqq6_UraHsSLNDbaV8j0jopcX10zZmkZbKbIXKb6b8dwrW217NK3cz-ufASG3BaP_f6ngKxiiFlTxd4s9fPJ4WjNg-/s1600/facebook.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihP-OX3uEZ0wbrzE7RumjK_jYeouq3mqS87vSOdUSXXyvVzK9ulzcqq6_UraHsSLNDbaV8j0jopcX10zZmkZbKbIXKb6b8dwrW217NK3cz-ufASG3BaP_f6ngKxiiFlTxd4s9fPJ4WjNg-/s1600/facebook.png" name="facebook" border="0" width="64" height="82"/></a>
<a href=http://twitter.com/paulcrowepro onmouseover= "if (document.images) document.twitter.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUU7xiJePHGaEVRHF9KxYhwyrsPET5zc8_Qp9Wjg8s30VdH7xGzZVPnhYMeed2iPdNk5ikXS9ZyYB-SB7QR8_9tOm7232ZyswfWdbY79154NkReqWSeOjopIYPby0Nom-QCFcG5lHXel42/s320/twitter.png';" onmouseout= "if (document.images) document.twitter.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1X_x7QV3rsRsnGCz0UXlaFx1veZ1ZVswGnynz1R9TpNTkSdAU_RmGJdajWgy3ijk6XYVGfMV46pc2hfiqE_1bmjSmt6pi3Ikpt2MsFK6RNi0OkT59cQAwkddk5LdqWtHZV7A_KVigkW3b/s1600/twitter.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1X_x7QV3rsRsnGCz0UXlaFx1veZ1ZVswGnynz1R9TpNTkSdAU_RmGJdajWgy3ijk6XYVGfMV46pc2hfiqE_1bmjSmt6pi3Ikpt2MsFK6RNi0OkT59cQAwkddk5LdqWtHZV7A_KVigkW3b/s1600/twitter.png" name="twitter" border="0" width="64" height="82"/></a>
<a href=http://feeds.feedburner.com/spiceupyourblog onmouseover= "if (document.images) document.rss.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9ouTw_cH83oh1JiYqiYIPOJV9pfcUIrzsahkSBbYEofsLB6vRkaLUi2mTYFTKfmcauvEKHWGbSWkbJ_xdnz6qLDVE-OO2SphAl-nbnxZV23_c-jEd8lGOcQvqFWX_eQMtGv5Pbrciu_rx/s1600/rss.png';" onmouseout= "if (document.images) document.rss.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpzzpO1PyvhVBcGBpWZJdpHYO1vaKH-xDLsPyVyOEHr95aZsiU7odtASxOOS52LN_QONRdQp1AgjB0a3OarsF16xiaAKXaqHBjA1SVFHd7EafP8QPn9oui08q3t14duHecMjO2x0iVhucR/s1600/rss.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpzzpO1PyvhVBcGBpWZJdpHYO1vaKH-xDLsPyVyOEHr95aZsiU7odtASxOOS52LN_QONRdQp1AgjB0a3OarsF16xiaAKXaqHBjA1SVFHd7EafP8QPn9oui08q3t14duHecMjO2x0iVhucR/s1600/rss.png" name="rss" border="0" width="64" height="82"/></a><br/><a href="http://www.spiceupyourblog.com" target="_blank"><small>Blog Gadgets</small></a>

Note - Replace the highlighted URLs with the URLs for your Facebook, Twitter and Rss Feed.

Add Icons To Blogger Sidebar


Step 1. In your Blogger dashboard click > Design > Add A Gadget > Choose Html/Javascript Gadget :








Step 2. Copy and Paste the following code into the html/javascript gadget and save.

That's a great effect for your subscription options, make sure to check out more of our Social Media Posts and Bookmarking Gadgets.

Drop Your Comments And Questions Below.

Comments

Popular posts from this blog

16 Best Free Blogger Templates Featuring Amazing JQuery Featured Slideshows

Add A YouTube Subscribe To Channel Gadget To Your Blog