• Hello,

    JetPack 4.6.2 is breaking the SoundCloud shortcode (again).

    Using the old fix does solve the issue, until the next JetPack update.

    Regards,
    Jeff

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TM

    (@realtm)

    Hi Jeff,

    Thank you very much for taking the time to let everyone know. This is quite annoying, maybe I should try to fix this instead of hoping that Jetpack will fix it from their end.

    Maybe someone there thought “Hang on, why are we helping this plugin?!” (delete code with hanger)

    Anyways, I will make your post sticky, thanks again

    Thread Starter fusionx22

    (@fusionx22)

    You’re very welcome, and you may be onto something ??

    For those who haven’t seen “the old fix”, just edit SoundCloud.php in /wp-content/plugins/jetpack/modules/shortcodes, and comment out the add_shortcode function for Sound Cloud:

    /**
     * Register SoundCloud shortcode
     */
    
    // add_shortcode( 'soundcloud', 'soundcloud_shortcode' );

    As mentioned above, you will need to do this again, after JetPack updates.

    I also posted this in the JetPack support forum. Maybe they’ll stop breaking it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New issue with JetPack 6.4.2’ is closed to new replies.