votregraphiste74
Forum Replies Created
-
Hi,
Many thanks for your answer.
I want to desactivate it in the auto share fonction. (i am not using the share buttons)
When i publish a new woo-commerce product, i don’t want it to appear on socials, but when i create and publish a article (post, blog), i want it to be share on socials…
Is it possible ?
Many thanks for your help and your quick answer.
Kind regards
Hi,
I want my posts (articles, blog) to be share automaticly when i post them.
This works perfectly.But i Don’t want WOO-COMMERCE PRODUCTS to be share on socials automaticly when i create and publish them on the website.
Is it possible ?
(i am not using the sharing buttons but the automatic fonction of your plugin)
Many thanks for your help and your quick answer.
Kind regards
test
Maybe i have a error in my code, please have a look, thanks :
add_action('init', 'woo_publicize_remove'); function woo_publicize_remove() { remove_post_type_support( 'product', 'publicize' ); }; window.fbAsyncInit = function() { FB.init({ appId : '{your-app-id}', cookie : true, xfbml : true, version : '{api-version}' }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));no it failled
Thank you so much for your quick answer.
I had the script to custom’s and we are going to make a test.
I come back to tell you if it works.