• Resolved bcxdeveloper

    (@bcxdeveloper)


    Is there a way to have the “Share when publishing” toggle off by default. I want to be able to share when publishing just not for every post. I only need to share about 5% of the posts when publishing so toggling it off every time is a pain point.

    Is this possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tamirat B. (a11n)

    (@tamirat22)

    Hi @bcxdeveloper,

    Thanks for reaching out to us.

    You can add a custom code to disable auto-sharing to your social networks by default. To do that, please follow the steps outlined here: https://developer.jetpack.com/hooks/publicize_checkbox_default/#notes.

    To summarize, you can add the following snippet to your site and prevent the connections from being auto-selected by default.

    add_filter( 'publicize_checkbox_default', '__return_false' );

    When you want to share a post, you need to manually select each of your connections from the Editor.

    You can add the snippet above to your functions.php file or drop it in a snippets plugin like Code Snippets. You can find more on how to do that here: https://developer.jetpack.com/customize-jetpack-actions-filters/

    Let me know how it goes!

    Plugin Support Stef (a11n)

    (@erania-pinnera)

    Hi there @bcxdeveloper,

    Do you have updates about that, do you still need help? We usually close inactive threads after one week of no movement, but we want to make sure we’re all set before marking it as solved. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.