Skip Main Site Navigation

Facebook Like

We've made it easy to add the Facebook Like button to your pages, and if you're already using an AddThis Toolbox on your website... it's even easier!


Get the Code

Try it out!

Add Facebook Like to AddThis

If you're already using the popular AddThis Toolbox on your site and want to add Facebook's new Like button, it couldn't be easier... simply add this line of code to your toolbox:

<a class="addthis_button_facebook_like" />

See some example code in our Help Docs

Tracking Facebook Likes

Unlike the rest of our supported buttons, Facebook Likes does require one additional step to be tracked in your analytics reports, because we need to integrate with Facebook on your pages. You don't have to write any code, just add Facebook's XML namespace to your page's initial HTML tag:

<html xmlns:fb="http://www.facebook.com/2008/fbml">
Note: we cannot count clicks from Like buttons added via iframes. Instead, use the code in the first paragraph, or <fb:like> via the Facebook SDK.