Title: Custom Button not working
Last modified: August 22, 2016

---

# Custom Button not working

 *  [DavidSadler](https://wordpress.org/support/users/davidsadler/)
 * (@davidsadler)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/custom-button-not-working/)
 * Hello –
 * I was trying to get custom buttons to work but hasn’t worked so far. The regular
   are working successfully setup up as floating right vertical. But trying to add
   the custom button does not display the new button. The custom buttons shows in
   the Setting window and appears correct. I used this code in the functions.php
   file =
 * function addtoany_add_services( $services ) {
    $services[‘DBL_Contact_US’] = 
   array( ‘name’ => ‘Contact%20Us’, ‘icon_url’ => ‘[http://dribanklabs.com/wp-content/uploads/2014/11/ContactUs16x16.png&#8217](http://dribanklabs.com/wp-content/uploads/2014/11/ContactUs16x16.png&#8217);,‘
   icon_width’ => 16, ‘icon_height’ => 16, ‘href’ => ‘[http://dribanklabs.com/?page_id=1452&#8217](http://dribanklabs.com/?page_id=1452&#8217);,);
   return $services; } add_filter( ‘A2A_SHARE_SAVE_services’, ‘addtoany_add_services’,
   10, 1 );
 * IS there someway I can this working?
 * Thank you
 *  David Sadler
 * [https://wordpress.org/plugins/add-to-any/](https://wordpress.org/plugins/add-to-any/)

The topic ‘Custom Button not working’ is closed to new replies.

 * ![](https://ps.w.org/add-to-any/assets/icon.svg?rev=972738)
 * [AddToAny Share Buttons](https://wordpress.org/plugins/add-to-any/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-to-any/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-to-any/)
 * [Active Topics](https://wordpress.org/support/plugin/add-to-any/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-to-any/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-to-any/reviews/)

## Tags

 * [custom buttons](https://wordpress.org/support/topic-tag/custom-buttons/)

 * 0 replies
 * 1 participant
 * Last reply from: [DavidSadler](https://wordpress.org/support/users/davidsadler/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/custom-button-not-working/)
 * Status: not resolved