We can customize button contents with this page
http://share.lockerz.com/buttons/
and get the javascript/html code. (please look below)

But by using Addtoany settings in Drupal configuration page, we can't use this code.
When we paste this code in "Additional options" the code breaks.

It would be good if we can add/remove services to button.
For instance i only want to use twitter, facebook and gmail.
Not interested in others.

<!-- Lockerz Share BEGIN -->
<div class="a2a_kit a2a_default_style">
<a class="a2a_dd" href="http://www.addtoany.com/share_save">Share</a>
<span class="a2a_divider"></span>
<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_email"></a>
<a class="a2a_button_google_gmail"></a>
<a class="a2a_button_google_plus"></a>
<a class="a2a_button_google_bookmarks"></a>
<a class="a2a_button_yahoo_mail"></a>
<a class="a2a_button_blogger_post"></a>
</div>
<script type="text/javascript">
var a2a_config = a2a_config || {};
a2a_config.locale = "tr";
</script>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<!-- Lockerz Share END -->

Comments

trante’s picture

Is this possible to customize the services that use AddToAny?

trante’s picture

Any comments please?

yosisays’s picture

subscribing

micropat’s picture

Status: Active » Fixed

This feature is now available in dev!

Go to /admin/config/system/addtoany > Additional Options > Additional HTML, and you can add standalone services, for example:

<a class="a2a_button_facebook"></a>
<a class="a2a_button_twitter"></a>
<a class="a2a_button_email"></a>

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.