Title: JetPack Sharing Buttons Bug
Last modified: August 31, 2016

---

# JetPack Sharing Buttons Bug

 *  Resolved Anonymous User 13732656
 * (@anonymized-13732656)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/)
 * After updating to your latest version, Jetpack Sharing icons double on the single
   product page of Woocommerce.
 * There is two rows of sharing icons stacked on top of each other. Before updating
   this did not exist. Please look into this.
 * Cheers
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [David LeBlanc](https://wordpress.org/support/users/davidtleblanc/)
 * (@davidtleblanc)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309747)
 * I just updated to Jetpack 4.0.2 and I am getting the same thing on my WooCommerce
   product pages.
 * I went back to 3.9.6 and the double row is gone.
 *  [baugh05](https://wordpress.org/support/users/baugh05/)
 * (@baugh05)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309761)
 * I’m experiencing the same double icons on product page since updating to 4.0.2.
 *  [David LeBlanc](https://wordpress.org/support/users/davidtleblanc/)
 * (@davidtleblanc)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309762)
 * I am going to assume that this is a JetPack issue and we have to wait for the
   JetPack people to correct it.
 * Is this happening outside of WooCommerce product pages, or just limited to WooCommerce?
 * Update, I just activated the Sharing module on another site and it’s fine, a 
   single row. I think it’s something specific to WooCommerce.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309795)
 * In Jetpack 4.0, we indeed added a little compatibility feature to sites running
   Woocommerce and Jetpack. We moved sharing buttons from the bottom of the product
   pages to the top:
    [https://github.com/Automattic/jetpack/pull/3612/](https://github.com/Automattic/jetpack/pull/3612/)
 * Unfortunately, it looks like another plugin, or your theme, was already doing
   that on your site. To remove the extra set of buttons, you can paste the following
   in your theme’s functions.php file, or in a [functionality plugin](https://wordpress.org/plugins/functionality/):
 *     ```
       function jeherve_remove_jp_woo_buttons() {
       	remove_action( 'woocommerce_share', 'jetpack_woocommerce_social_share_icons', 10 );
       }
       add_action( 'loop_start', 'jeherve_remove_jp_woo_buttons' );
       ```
   
 * That will remove one set of buttons.
 *  [David LeBlanc](https://wordpress.org/support/users/davidtleblanc/)
 * (@davidtleblanc)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309799)
 * Aww, no good deed goes unpunished.
 * I spent a late night fixing some issues with the site in question and I figured
   out the code to move the sharing button from the bottom of the page, where they
   were covered up by a sizing chart, to the bottom of the description section. 
   I was so proud of myself.
 * Removing my fix worked at fixing this.
 * Thanks for posting this, Jeremy.
 *  Thread Starter Anonymous User 13732656
 * (@anonymized-13732656)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309802)
 * Works perfect thank you for the fix!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘JetPack Sharing Buttons Bug’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: Anonymous User 13732656
 * Last activity: [10 years ago](https://wordpress.org/support/topic/jetpack-sharing-buttons-bug/#post-7309802)
 * Status: resolved