This widget contains Google+, Facebook, Twitter, MySpace, LinkEdin, YouTube & RSS buttons.This is different and unique style from all other social sharing widgets.Let's start the tutorial.
You May Like to Read:
- Floating Social Media Share Buttons On Blogger Side
- New Floating Bar With Pinterest & Other Sharing Buttons
- Floating Comments Form Fixed Scroll Position - WordPress Plugin
Make Floating Social Bar For Blogger Blog
- Go to Blogger Dashboard > Template > Edit HTML > Proceed
- Press (Ctrl + F) & Search Below Code
<body>
- Copy Given Code & Paste Just Below/Under <body>
<!--BlogsDaddy_SocialSharing-->See Also: How To Add Slide Out Floating Sharing Buttons For Blogger Blog
<style type='text/css'>
.stickysocial {
background: transparent;
position: fixed;
top: 35%;
left: 0.25%;
z-index: 100;
vertical-align: bottom;
width: 37px;
text-align: center;
}
.stickysocial a:hover {
opacity: .73;
-moz-opacity: .73;
filter: alpha(opacity=73);
}
</style>
<div class='stickysocial' id='stickysocial_dock'>
<a href='https://plus.google.com/u/0/106217413057730068740' target='_blank' title='Follow us on Google+'><img alt='Google+' src='http://i563.photobucket.com/albums/ss76/peace_enes/neon-google.png' style='position:relative; width:37px'/></a>
<a href='http://www.facebook.com/BlogsDaddy' target='_blank' title='Follow us on Facebook'><img alt='Facebook' src='http://i563.photobucket.com/albums/ss76/peace_enes/neon-facebook.png' style='position:relative; width:37px'/></a>
<a href='http://twitter.com/BlogsDaddy' target='_blank' title='Follow us on Twitter'><img alt='Twitter' src='http://i563.photobucket.com/albums/ss76/peace_enes/neon-twitter.png' style='position:relative; width:37px'/></a>
<a href='http://www.myspace.com/gagandeepsingh5911' target='_blank' title='Follow us on MySpace'><img alt='MySpace' src='http://i563.photobucket.com/albums/ss76/peace_enes/neon-myspace.png' style='position:relative; width:37px'/></a>
<a href='http://feeds.feedburner.com/BlogsDaddy' target='_blank' title='RSS'><img alt='SC' src='http://i563.photobucket.com/albums/ss76/peace_enes/neon-rss-feed.png' style='position:relative; width:37px'/></a>
</div>
Remember Notes
- Change Yellow Highlighted URL's With Your Own Social Profile URL's
- Red Highlighted Code For Top and Left Position, If You Want This Widget On Right Then Change Left to Right
0 comments:
Post a Comment