728x90 AdSpace

  • Latest News

    Sunday, November 30, 2014

    Dynamic Floating Social Bookmark Widget for Blogger

    Dynamic Floating Social Bookmark Widget for Blogger

    Social media networks always great resource to get traffic.Every bloggers love to get huge traffic for their blog.Therefore we have to be active in social medias site.Because we need  get lot of followers and friends.In this tutorial im gonna explain How to add Dynamic Floating Social Bookmark Widget for Blogger.It helps to increase your followers and friends.This Floating Social Bookmark Widget shows on every pages in bloggers. You can link your social media profile Facebook, Twitter Pinterest and Google plus. It will help to get new followers and friends to your profile.

    How to Add Unique Rss Subscribe Widget For blogger


    1. Log in to blogger account and Click drop down.
    blog-post-option
    2. Now select "Template"
    3. Find this tag by using Ctrl+F   </head>
    Note: First click on template code (anywhere of code), After that press  Ctrl+F
    4. Paste below code before </head> tag
    <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/> 
    <script language='javascript'> 
    var name = &quot;#floatMenu&quot;;
    var menuYloc = null;
    $(document).ready(function(){menuYloc = 
    parseInt($(name).css(&quot;top&quot;).substring(0,$(name).css 
    (&quot;top&quot;).indexOf(&quot;px&quot;)))
    $(window).scroll(function () { offset = menuYloc+$(document).scrollTop()+&quot;px&quot;;$(name).animate({top:offset},{duration:1000,queue:false});});}); 
    #floatMenu {
    position:absolute;top:150px;float:left;width:45px;}
    #floatMenu ul {list-style: none;}
    #floatMenu ul li a {-webkit-transform:scale(0.6);-moz-transform:scale(0.6);-o-transform:scale(0.6);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;opacity: 0.8;}
    #floatMenu ul li a:hover {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);opacity: 1;}
    </style>
    
    

    5. Now again Find this tag by using Ctrl+F   </body>
    Note: First click on template code (anywhere of code), After that press  Ctrl+F
    6. Paste below code before </body> tag
    <div id='floatMenu'>
    <ul>
    <li><a href='https://www.facebook.com/00vikramsingh?ref=hl' target='_blank'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiVzOwpUe3-NeqOrSW25748RFJI34ANFpy3aYU2dUYfKTh_pdfNMyH6uCb4mrN8ADGr9cHuVLUpNU3wiLIhA_4C1ZAs_XLRkHTrRh-5tADG7IEpZsfjwceLHa17fkqkmLqkv0R9WdZtRc/s1600/btrix-facebook.png' style='margin-bottom: 3px;' title='Follow Me On  Facebook'/></a></li>
    <li><a href='http://twitter.com/coolvicky70' target='_blank'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8HlyTvRK4g1M5Iay94aHem0QiurzlKUXmjQS0-PZoTsTwp_nnsSvsHqO5NBcUSdPPQi4Q8IBO65wOu4gS-pe96_dSpjq0__Bz0yQJlZcsaKkhKpHEcA6JzviLvLmNY7NzIMdubrClouo/s1600/btrix-twitter.png' style='margin-bottom: 3px;' title='Follow Me On  Twitter'/></a></li>
    <li><a href='http://www.pinterest.com/vikramwaba/' target='_blank'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5rlduR020XvRGVJJZGONljdH1O2diBbK42G8ZVrikTkWEnnahwDP36-PI4jQ6NR_MSp2_wO5kUl2OJtnZe1ZJ0W2lADTt9L6JVhMKabz9-tZ9AcUp4AUjL8cpUqLJOon3ZHECvSxUGV4/s1600/btrix-pinterest.png' style='margin-bottom: 3px;' title='Follow Me On  Pinterest'/></a></li>
    <li><a href='https://plus.google.com/116578330803096322591' target='_blank'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0VlgdYV7BxZszUx1TxH16E25Z2hwetOLeMkxMlTPacd5OJx58tXi4THSdBG-RizSM0Omztiq-tP2ONX8CyTnSt5Dl_DEJG4CVQUfuijgbittiENBYuxie8iRmQeMZ-pSpiWaKdzchlvs/s1600/btrix-googleplus.png' style='margin-bottom: 3px;' title='Add Me your Circle'/></a></li>
    </ul></div>

    Replace Link with your Facebook username
    Replace Link  with your Twitter Username
    Replace Link your Pinterest Username
    Replace Link with your Google plus id Username
    7. Now click Save Template You are done...
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Dynamic Floating Social Bookmark Widget for Blogger Rating: 5 Reviewed By: bisma
    Scroll to Top