Title: [Plugin: Jetpack] Twice sharing buttons
Last modified: August 21, 2016

---

# [Plugin: Jetpack] Twice sharing buttons

 *  Resolved [Gioxx](https://wordpress.org/support/users/gioxx/)
 * (@gioxx)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-twice-sharing-buttons/)
 * Hi,
    I have updated Jetpack to version 2.6 and I have the same problem of version
   2.5: sharing buttons are duplicated (see the screenshot: [http://hub.gfsolone.com/art/wordpress/SharingSources-ButtonsTwice.png](http://hub.gfsolone.com/art/wordpress/SharingSources-ButtonsTwice.png))
   and the function “jptweak_remove_share” (into functions.php) doesn’t work.
 * How I can solve this problem to move buttons into another place in my article?
 * Thanks in advance.

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

 *  [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-twice-sharing-buttons/#post-4356254)
 * Try using the updated code in this post (the `jptweak_remove_share` function 
   is now hooked earlier):
    [http://jetpack.me/2013/06/10/moving-sharing-icons/](http://jetpack.me/2013/06/10/moving-sharing-icons/)
 *  Thread Starter [Gioxx](https://wordpress.org/support/users/gioxx/)
 * (@gioxx)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-twice-sharing-buttons/#post-4356274)
 * If I modify the first “original” code I obtain a ” Fatal error: Class ‘Jetpack_Likes’
   not found in … etc. .
 * I replaced the function’s code with this:
 *     ```
       function jptweak_remove_share() {
           remove_filter( 'the_content', 'sharing_display',19 );
           remove_filter( 'the_excerpt', 'sharing_display',19 );
           if ( class_exists( 'Jetpack_Likes' ) ) {
               remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
           }
       }
       add_action( 'loop_start', 'jptweak_remove_share' );
       ```
   
 * and now it works. Can I reccomend You to modify the code on Your article?
 * Thanks for Your support!
 *  [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-twice-sharing-buttons/#post-4356285)
 * > Can I reccomend You to modify the code on Your article?
 * I’ve just edited the post. Thanks!

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

The topic ‘[Plugin: Jetpack] Twice sharing buttons’ is closed to new replies.

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/plugin-jetpack-twice-sharing-buttons/#post-4356285)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
