Title: SHARE BUTTON
Last modified: February 8, 2021

---

# SHARE BUTTON

 *  Resolved [Graicifyd](https://wordpress.org/support/users/graicifyd/)
 * (@graicifyd)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/share-button-20/)
 * Please how can I add a share button (to facebook and whatsapp) on my listings?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Rafiz Sejim](https://wordpress.org/support/users/rafizsejim/)
 * (@rafizsejim)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/share-button-20/#post-14026110)
 * Hello [@graicifyd](https://wordpress.org/support/users/graicifyd/)
 * Thank you for reaching us.
 * Facebook share is already present on the listing. Please refer to the screenshot-
   [https://prnt.sc/yv0atu](https://prnt.sc/yv0atu)
 * If you want to add “WhatsApp” to the list then add the following snippet in Appearance
   > Theme Editor > functions.php
 *     ```
       function directorist_custom_whatsapp_share() {
       wp_enqueue_script( 'jquery' );
       ?>
       <script>
       jQuery(document).ready(function($){
       	var whatsappURL = window.location.href;
   
       $('.atbd_directory_social_wrap ul').append('\
       		                            <li><a target="_blank" href="" class="set_dynamic_url" data-action="share/whatsapp/share">\
       										<span class="la la-whatsapp">WhatsApp</span>\
       										</a></li>\
                         ');
   
       $('.set_dynamic_url').attr('href', 'https://api.whatsapp.com/send?text=' + $.trim(whatsappURL));
   
       });
       </script>
   
       <?php
       }
       add_action( 'wp_footer', 'directorist_custom_whatsapp_share');
       ```
   
 * Regards,
    -  This reply was modified 5 years, 4 months ago by [Rafiz Sejim](https://wordpress.org/support/users/rafizsejim/).

Viewing 1 replies (of 1 total)

The topic ‘SHARE BUTTON’ is closed to new replies.

 * ![](https://ps.w.org/directorist/assets/icon-256x256.gif?rev=3185058)
 * [Directorist: AI-Powered Business Directory, Listings & Classified Ads](https://wordpress.org/plugins/directorist/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/directorist/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/directorist/)
 * [Active Topics](https://wordpress.org/support/plugin/directorist/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/directorist/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/directorist/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rafiz Sejim](https://wordpress.org/support/users/rafizsejim/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/share-button-20/#post-14026110)
 * Status: resolved