Pages

Sample Text

Sample text

Total Pageviews

Labels

Sample Text

Powered by Blogger.

Ads 468x60px

Popular Posts

Social Icons

Followers

Search This Blog

Featured Posts

Tuesday, January 22, 2013

Adding social bookmarking sharing

AppId is over the quota
Similar to the floating social media widget, but it is displayed horizontally. And it stays visible to readers while they are scrolling to the bottom of the blog post. It's cool, right!.

How to integrate this social bookmarking sharing widget to your blog

Step 1: Go to Template >>> Edit HTML >>> Proceed >>> Tick Expand Template Widget box

Step 2: Add this code Before/Above tag (Press Ctrl + F to find )

    #w2bSocialFloat {clear:both;padding: 6px 0;display:block;background:#FFFFFF;}    #w2bSocialFloat td{padding:4px;margin:0;border:none;}    #w2bSocialFloat td iframe{max-width:82px;width:82px !important;}    #w2bSocialFloat.w2bFloatSocial{position: fixed;top:0;z-index:9999999;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);}