• Resolved almendron

    (@almendron)


    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

    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.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter almendron

    (@almendron)

    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

    (@jeherve)

    Jetpack Mechanic 🚀

    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

    Sorry for the trouble!

    Thread Starter almendron

    (@almendron)

    Thanks for the info.

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

The topic ‘Sharing’ is closed to new replies.