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!
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!