Monday, July 16, 2012

Attractive Slide Out Social Network Sharing Buttons To Blogger

This is also great social share buttons.its
showing bottom left and, share button showing
with hover style.So, this also helps you to
share your articles easily.you can try it.Check
my earlier post about social buttons.Social
Network Widget With Spinning Hover Effect
For Blogger
.Try below steps.

DEMO

1.
Log in to your blogger account and Go to Design >> Edit HTML

2. Find this tag by using Ctrl+F    </head>

3. Paste below code before </head> tag

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


6. Find this code by using Ctrl+F </body>

7.  Paste below code before </body>  code

<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>


9. Now save your template
You are done.

0 comments:

Post a Comment