Pages

Friday, April 20, 2012

AddThis Customization

If you use 'AddThis' as your bookmark service, you can customize it in several way. Let's add the blog name into it.
Make sure you are in the Edit HTML dashboard, find yourself for </head> script.

If you have it, then put the script below above it:

<script type='text/javascript'>
var addthis_config = {
     ui_cobrand: &quot;YOUR BLOG NAME&quot;,
ui_header_color: &quot;#ffffff&quot;,
     ui_header_background: &quot;PICK A COLOR&quot;
}
</script>

Change YOUR BLOG NAME with your blog name. And PICK A COLOR with your favorite color.

No comments:

Post a Comment

Archives