Add "Share this Page" bar in blogger

Steps for Adding the Tool Bar
1.) Open your blogger.
2.) Go to Dashboard >> Templates >> Edit HTML
3.) Now find </head>
4.) Paste Below code Just above it
<script src='//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-52566ebb20737f47' type='text/javascript'/> <script type='text/javascript'> addthis.bar.initialize({'default':{ "backgroundColor": "#000000", "buttonColor": "#098DF4", "textColor": "#FFFFFF", "buttonTextColor": "#FFFFFF" },rules:[ { "name": "AnyOther", "message": "If you enjoy this page, do us a favor:", "action": { "type": "button", "text": "Share this page", "verb": "share", "service": "preferred" } }, { "name": "Twitter", "match": { "referringService": "twitter" }, "message": "If you find this page helpful:", "action": { "type": "button", "text": "Tweet it!", "verb": "share", "service": "twitter" } }, { "name": "Facebook", "match": { "referringService": "facebook" }, "message": "Tell your friends about us:", "action": { "type": "button", "text": "Share on Facebook", "verb": "share", "service": "facebook" } }, { "name": "Google", "match": { "referrer": "google.com" }, "message": "If you like this page, let Google know:", "action": { "type": "button", "text": "+1", "verb": "share", "service": "google_plusone_share" } } ]}); </script>
After adding these setting to your blog you can see the " Share this page " Bar on the
top.