Title: Sharing
Last modified: February 14, 2017

---

# Sharing

 *  Resolved [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/sharing-16/)
 * Jetpack v. 4.6
    1) Sharing > Add a new service
 *     ```
       Service name: PRINT
       Sharing URL: http://www.printfriendly.com/print?url=%post_full_url%
       Icon URL: http://cdn.printfriendly.com/icon-print-friendly-16x16.png
       ```
   
 * 2) Click on “Create share button” but the button does not appear.
    3) “Save changes”
   and the button appears. 4) I drag the button to the section “Enabled Services”
   5) Click on “Save changes”. Error: button disappears Image: [https://www.almendron.com/compartir/error-jetpack.jpg](https://www.almendron.com/compartir/error-jetpack.jpg)
 * Notes: installation of WordPress clean, plugins: 1 (Jetpack); Theme: Twenty Seventeen(
   is a test server)
    -  This topic was modified 9 years, 4 months ago by [almendron](https://wordpress.org/support/users/almendron/).

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

 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/sharing-16/#post-8804499)
 * I found the problem in the file “sharing-service.php”
 * V 4.5 = it works
 *     ```
       if ( !is_array( $options ) )
       $options = array( 'global' => $this->get_global_options() );
       ```
   
 * V 4.6 = bug “Add a new service”
 *     ```
       if ( ! is_array( $options ) || ! isset( $options['button_style'], $options['global'] ) ) {
       $options = array( 'global' => $this->get_global_options() );
       }
       ```
   
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [9 years, 4 months ago](https://wordpress.org/support/topic/sharing-16/#post-8804614)
 * That’s indeed a known issue. It will be fixed in the next Jetpack release. You
   can find a patch here:
    [https://github.com/Automattic/jetpack/pull/6355](https://github.com/Automattic/jetpack/pull/6355)
 * Sorry for the trouble!
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/sharing-16/#post-8804666)
 * Thanks for the info.

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

The topic ‘Sharing’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [almendron](https://wordpress.org/support/users/almendron/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/sharing-16/#post-8804666)
 * Status: resolved