Facebook Send Button
We've made it easy to add the Facebook Send button to your pages, and if you're already using an AddThis Toolbox on your website... it's even easier!
Add Facebook's Namespace
Unlike the rest of our supported buttons, Facebook Send does require one additional step – 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://ogp.me/ns/fb#">
Note: We cannot count clicks from Send buttons added via iframes. Instead, use the code in the first paragraph, or <fb:send> via the Facebook SDK.
Add Facebook Send to an AddThis Toolbox
If you're already using the popular AddThis Toolbox on your site and want to add the Facebook Send button, it couldn't be easier... simply add this line of code to your toolbox:
<a class="addthis_button_facebook_send"></a>
See some example code in our support documentation
