Hi,
we do not have such functionality in WPAdverts i am afraid (as since the Cambridge Analytica scandal only big companies can get access to FB posting API).
That being said you can use the JetPack Publicize feature https://jetpack.com/support/publicize/ to share the Ads on social media when the Ad is published.
BTW. I see you have send the same question via email, please do not double post your questions, thanks.
Greg Apologies (didn’t know best place to post).
Not sure if missing something but notice on classified posts the Jetpack green icon is missing.
Great plugin by the way
Hi,
i am not sure what do you mean by “notice on classified posts the Jetpack green”?
No worries think it’s Facebook blocking the host as can’t add test domain to Facebook profile as marked as spam (free test host):
Will wait until get onto main site to test this further.
I guess once enable the auto Publicize on jetback as new adverts appear Will auto post?
Yes, it should auto post, although you might need to add the code below in your theme functions.php file to activate the auto publicize feature for adverts
add_action('init', 'my_custom_init', 100 );
function my_custom_init() {
add_post_type_support( 'advert', 'publicize' );
}