Customize Buttons

Facebook Like Button

Use the following code as a template for displaying a Facebook Like button.

Default Facebook Like button

<div class="a2a_kit a2a_default_style">
    <a class="a2a_button_facebook_like"></a>
</div>

<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>

Custom Facebook Like button

Each Facebook Like button is independently customizable by specifying any Facebook Like button attribute as a data attribute. For example, you can change the Like button to a Recommend button, display the number of shares above the button, target a specific URL to share, and much more.

<div class="a2a_kit">
    <a class="a2a_button_facebook_like" data-action="recommend" data-href="http://example.com/" data-layout="box_count" data-width="55"></a>
</div>

<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>