WordPress Sharing Customization

Exclude Services

You can remove specific services from AddToAny's universal menus by specifying the service code name of one or more services.

var a2a_config = a2a_config || {};
a2a_config.exclude_services = [ 'amazon_wish_list', 'hacker_news', 'twitter', ];

In Drupal, add the following JavaScript code to your "Additional JavaScript" box in Configuration > Web services > AddToAny > Additional Options.

In WordPress, add the following JavaScript code to your "Additional JavaScript" box in Settings > AddToAny.

a2a_config.exclude_services = [ 'amazon_wish_list', 'hacker_news', 'twitter', ];