Home » » Slide Out Floating Share Buttons For Blogger

Slide Out Floating Share Buttons For Blogger

Written By Unknown on Sunday, May 19, 2013 | 5:53 AM



How To Add This Widget To Blogger?

The installation of this widget is damn easy,you can add this widget in two steps.

  1. Go to Blogger Dashboard > Template
  2. Click On Edit HTML
  3. Hit Proceed button
  4. Find For Below Code,


1
</head>

add below code just above it,

1
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js"></script>

Now find for below code

1
</body>

add below code just before/above it,

1
2
3
4
5
6
7
8
9
10
11
<!-- http://readyblogger.blogspot.com/ slideout widget : BEGIN -->
<div class="addthis_toolbox addthis_peekaboo_style addthis_default_style addthis_label_style addthis_32x32_style">
    <a class="addthis_button_more">Share</a>
    <ul>
        <li><a class="addthis_button_preferred_1"></a></li>
        <li><a class="addthis_button_preferred_2"></a></li>
        <li><a class="addthis_button_preferred_3"></a></li>
        <li><a class="addthis_button_preferred_4"></a></li>
    </ul>
</div>
<!-- http://readyblogger.blogspot.com/ slideout widget : END -->

Finally save your widget and you are done :)

0 comments:

Post a Comment