This tutorial is from Jay Ryan of LifeBeyondLimits, and it will show you how to put your blog’s name in the “AddThis” menu (social bookmarking widget). Be sure to create a back up copy of your template first before proceeding with the tutorial.
Below are the steps that you need to follow:
- Login to your Blogger account, and then in your dashboard, go to “Design”
- Click on “Template”, and then on “Edit HTML”
- Search for the tag in your template’s code by using “Ctrl+F”
- Copy/paste this code before the tag:
<script type=’text/javascript’>
var addthis_config = {
ui_cobrand: "BLOG_NAME",
ui_header_color: "#ffffff",
ui_header_background: "#0080FF"
}
</script>
<!– /End javascript for addthis menu by: http://www.lifebeyondlimits.info –>
- Replace BLOG_NAME with your own blog’s name. You’re also free to change the font color (#ffffff) and the background color (#0080FF) according to your own preference.
- Save your template and you’re done!
0 comments:
Post a Comment