Title: Manually inserting share buttons
Last modified: August 21, 2016

---

# Manually inserting share buttons

 *  Resolved [TF28](https://wordpress.org/support/users/tf28/)
 * (@tf28)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/)
 * We would like to manually add the sharing buttons.
 * Unfortunately the suggested solution doesn’t work: [http://wordpress.org/support/topic/manually-inserting-share-buttons?replies=13](http://wordpress.org/support/topic/manually-inserting-share-buttons?replies=13)
 * Any suggestions anyone?
 * Thanks, T.
 * [http://wordpress.org/plugins/jetpack/](http://wordpress.org/plugins/jetpack/)

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

 *  Plugin Contributor [George Stephanis](https://wordpress.org/support/users/georgestephanis/)
 * (@georgestephanis)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/#post-4164647)
 * [http://jetpack.me/2013/06/10/moving-sharing-icons/](http://jetpack.me/2013/06/10/moving-sharing-icons/)
 * That should walk you through the process!
 *  Thread Starter [TF28](https://wordpress.org/support/users/tf28/)
 * (@tf28)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/#post-4164677)
 * It doesn’t work here I am afraid.
    If I add the respective code to the functions.
   php the whole content of article disappears.
 * Cheers, TF
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 7 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/#post-4164719)
 * We’ll look into it then, and I’ll get back to you after some testing!
 * Thanks for the report.
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [12 years, 5 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/#post-4164756)
 * We found the issue, and we updated the blog post accordingly: you will now need
   to use the following code to remove sharing buttons and Likes from the bottom
   of your posts:
 *     ```
       function jptweak_remove_share() {
           remove_filter( 'the_content', 'sharing_display',19 );
           remove_filter( 'the_excerpt', 'sharing_display',19 );
           remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
       }
   
       add_action( 'loop_start', 'jptweak_remove_share' );
       ```
   

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

The topic ‘Manually inserting share buttons’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/manually-inserting-share-buttons-1/#post-4164756)
 * Status: resolved