AddThis is a great social share widget that contains links to over 350+ social media networks where visitors can share your blog post with friends and can also bookmark it. You can in fact customize the AddThis menu by putting your website name in it and you can also change its background colour. This will help users know that they are using a service you approve of, and this will help encourage more use of this great tool. The more shares your post receives the better the page views.
Adding AddThis Button To Blogger
You can add different styles of add this widgets to your blog by visiting the AddThis website. We later will learn how to put your blog name in it and change the background color. Kindly get your AddThis code and then follow the steps below to add your AddThis button to blogger.
- Go To Blogger > Design > Edit HTML
- Backup your template
- Check the "Expand Widgets Templates" Box
- Search for <data:post.body/>
- To add the AddThis button below post titles then add your addthis code above <data:post.body/> else paste it below it so that the button may appear at the bottom of your posts.
- Save your template and you are done!
How To Customize The AddThis Menu?
- Go To Blogger > Design > Edit HTML
- Backup your template
- Search for </head>
- Just above it, paste the following code,
<script type='text/javascript'>
var addthis_config = {
ui_cobrand: "MY BLOGGER TRICKS",
ui_header_color: "#ffffff",
ui_header_background: "#0080FF"
}
</script>
- Replace MY BLOGGER TRICKS with your blog name
- Replace #ffffff with Font Color. Our Color Generator tool can help you.
- Replace #0080FF with your preferred background color.
5. Save your template and see the branded change. Enjoy! :>

No comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. Make sure to click the "Subscribe By Email" link below the comment to be notified of follow up comments and replies.
2. Please "Do Not Spam" - Spam comments will be deleted immediately upon our review.
3. Please "Do Not Add Links" to the body of your comment as they will not be published.
4. Only "English" comments shall be approved.
5. If you have a problem check first the comments, maybe you will find the solution there.