Addthis Smart Layers for Blogger

Addthis smart layers is very attractive and powerful floating widget. Actually it is a combination of more than one widget. It contain various widgets like floating share buttons, recommend content ,follow buttons etc. Today we will discuss about integrating Smart layers widget to your blogger blog. Adding this widget to blogger is very easy and can be done by adding a small script into your blogger template.
 Addthis smart layers for blogger

Features of Smart Layers for blogger

Complete Package – Smart Layers consists of complete bundle of share buttons ,follow buttons, recommended content and other social widgets for your blog.
Easy Installation – Installation of smart layers is very simple and can be done in just few minutes. You just need to copy and paste small code into your blogger template.
Do not effect content – The floating layers of this widget will not effect your existing content and other widgets in your blog.
Responsive -  Smart layers for blogger is responsive in its nature means it will adjust itself according to a device. It will provide same experience whether you are using Smartphone or a PC.
Seamless Support -  It is very flexible in nature and provides full support for other Addthis tools on your blog. You can also use analytics with this widget to track the visitor activities.

Adding Smart Layers to blogger -

Step 1: In your blogger Dashboard Select Template option.
Step 2: Select Edit HTML option.
Step 3: Template code will appear, In the template code find </head> and paste following code just above it.
Step 4: Save the template and enjoy.
<!-- AddThis Smart Layers BEGIN -->
<!-- Go to http://www.addthis.com/get/smart-layers to customize -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-5273e42f210c9a65"></script>
<script type="text/javascript">
  var addthis_product = 'blg-1.0';
  addthis.layers({
    'theme' : 'transparent',
    'share' : {
      'position' : 'left',
      'numPreferredServices' : 5
    },  
    'whatsnext' : {},  
    'recommended' : {} 
  });
</script>
<!-- AddThis Smart Layers END -->