Today we will see how you can add Social Follow Widget with Hover Zoom
Effect to your blogger blog. Basically the concept behind this widget is
that whenever someones hovers over any of the button say Facebook then
the whole box and the Facebook box will become bigger with a great Zoom
effect made just with CSS without using any JavaScript or images.
These widgets help you to fasten your blog speed by minimizing JavaScript codes and Images.
These widgets help you to fasten your blog speed by minimizing JavaScript codes and Images.
Adding the HTML & CSS
Adding this widget is really simple and does not need much effort. So first of all go to Blog Title → Template → Edit HTML. Secondly search for the data code <data:post.body/>
There may be more than one <data:post.body/> so make sure you have the right one. After searching the the data tag paste the given code just below it.
<!-- Hover Effect in Social Follow Us Widget by AllBloggerTricks.com -->
<b:if cond='data:blog.pageType == "item"'>
<link href='https://dl.dropboxusercontent.com/u/76401970/All%20Blogger%20Tricks/abt.css' rel='stylesheet' type='text/css'/>
<div id="cenbox">
<div class="zoombox">
<p>FOLLOW US ON</p>
<button class="facebook"><a href="FB URL" target='_blank' rel='nofollow'>facebook</a></button>
<button class="twitter"><a href="Twitter URL" target='_blank' rel='nofollow'>twitter</a></button>
<button class="gplus"><a href="Google+ URL" target='_blank' rel='nofollow'>google+</a></button>
<button class="pinterest"><a href="Pinterest URL" target='_blank' rel='nofollow'>pinterest</a></button>
</div>
</div>
</b:if>
<!-- Hover Effect in Social Follow Us Widget by SyedKhurramAali.blogspot.com -->
Replace the text in blue with your desired URLs. Finally save the template.
You are done now. Now you and your visitors can see this awesome Social Follow Widget with Hover Zoom Effect in your blogger blog.
Don't Forget, Must Follow On Twitter @GoldenWords_UK
0 Comments: