BannerFans.com

Polaroid Icons Blog Subscription Gadget With Rollover Effect

7:45 AM |

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.



Add The Vintage To New Polaroid Icons To Your Blog

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/pomoczabloggere onmouseover= "if (document.images) document.facebook.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0QoP-c33144nPoyMwpHFI07LPyXS0qBikRERLEtSkbfYwQk0GJB7Xs1d0uF_M5ZSax7MQSjFoQ0xD4HBT12ZLU7265rlZxTMwEsx5AEsqXIf9s6d46LLu_WtMtijPbZ4O-nKwMN6Qbn91/s1600/facebook.png';" onmouseout= "if (document.images) document.facebook.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXxnP8_inbtYrL0o-8ymjS9qeOQ-V_HyIItYkHV7iNz17hsswPBUSKXlD_p3BjOuXRv_i5aUfqQdgSJKchfP0veWSIbEj5txq9EOcPBb-fL3MBMKVLaf0b0cVNGLtOb0qc0AsgZFKgOxq9/s1600/facebook.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXxnP8_inbtYrL0o-8ymjS9qeOQ-V_HyIItYkHV7iNz17hsswPBUSKXlD_p3BjOuXRv_i5aUfqQdgSJKchfP0veWSIbEj5txq9EOcPBb-fL3MBMKVLaf0b0cVNGLtOb0qc0AsgZFKgOxq9/s1600/facebook.png" name="facebook" border="0" width="64" height="82"/></a>
<a href=
http://twitter.com/BestBloggerTips onmouseover= "if (document.images) document.twitter.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdYklZY5doMLtzq5cnS2qhjHL_Vtlgtjdd9pXZpcS_FmCyLQIDjxif4QTNNJLD9BoSVGoAj0yMdjhXE3_AQ8poKpEL_moXwJpqrdpjHXpfxRDYUSlgINtlMsRfky74A9EVbiSaD-kqV3dD/s320/twitter.png';" onmouseout= "if (document.images) document.twitter.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiHUFr_PCHAojLm8X03yp84-Q_d_X8aRpH7QItQVcenwS2PdxhYiWthr81QRD4dzbQaMkypqOMGPpZNOaE0M9LM8ED2Y0K5RNX1c5B_CObHBVRbZG-wZmb64k6RP46JQYDve6Nc-isko5F/s1600/twitter.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiHUFr_PCHAojLm8X03yp84-Q_d_X8aRpH7QItQVcenwS2PdxhYiWthr81QRD4dzbQaMkypqOMGPpZNOaE0M9LM8ED2Y0K5RNX1c5B_CObHBVRbZG-wZmb64k6RP46JQYDve6Nc-isko5F/s1600/twitter.png" name="twitter" border="0" width="64" height="82"/></a>
<a href=
http://feeds.feedburner.com/createtheblogger onmouseover= "if (document.images) document.rss.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg88a_HMKutnGIgjDfqJiO4BZcH1gIjp8kFwPJv7gqv6Cnp8EuyDJPCuQ8lrw5iUbUan9ZphXjhefupedZCiCxY6CFyXui1LgnARU0D7D7RJqepAfneNgyf6uiWLmh2HGuNo86nLSP_uvxi/s1600/rss.png';" onmouseout= "if (document.images) document.rss.src= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXhvF6a83hzxnSWdzjPk1bIumZy1zFG9xqsQHsttdbGDji6ewdapkh3yHswaLrzK1pwZssejc9hK2tsat6L5RuMmhrWg6oCt_5gNfYcgTNowxr8arL9sScxOeMjfDiMBPGp7wjLovFgLt9/s1600/rss.png';"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXhvF6a83hzxnSWdzjPk1bIumZy1zFG9xqsQHsttdbGDji6ewdapkh3yHswaLrzK1pwZssejc9hK2tsat6L5RuMmhrWg6oCt_5gNfYcgTNowxr8arL9sScxOeMjfDiMBPGp7wjLovFgLt9/s1600/rss.png" name="rss" border="0" width="64" height="82"/></a><br/><a href="http://www.createtheblogger.blogspot.com" target="_blank"><small>Blog Gadgets</small></a>

Note - Replace the black 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 Bookmarking Gadgets.
IconIconIconIconFollow Me on PinterestYouTube
 
Gadgets By For Bloggers