• Hi all I have been asked if it is possible to auto post adverts direct onto a facebook page?

    I would greatly appreciate any guidance on this if it is possible even if needs a third party plugin etc.

    Jonathan

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    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.

    Plugin Author Greg Winiarski

    (@gwin)

    BTW. I see you have send the same question via email, please do not double post your questions, thanks.

    Thread Starter jonathanmandrews

    (@jonathanmandrews)

    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

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    i am not sure what do you mean by “notice on classified posts the Jetpack green”?

    Thread Starter jonathanmandrews

    (@jonathanmandrews)

    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?

    Plugin Author Greg Winiarski

    (@gwin)

    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' );
    }
    
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Facebook Auto Posting’ is closed to new replies.