Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi,

    What are “spots”? Are they a Custom Post Type / something added by your theme? Can you direct me to an example?

    Thread Starter Samokaz

    (@samokaz)

    Thank you Richard,

    Please take a look at http://n7ebne5dem.com/

    spots are jobs submitted by employers like :
    Yesss Electrique recrute 4 Gestionnaire – SIVP
    Tunis Grand Hotel recrute Plusieurs Profils

    I mean when the employer submit new job it shared automatically

    Warm Regards,

    Plugin Contributor Richard Archambault

    (@richardmtl)

    So, Spots are a Custom Post Type, I presume. If that’s the case, then you can modify the CPT declaration in your theme to include Publicize support:

    http://jetpack.me/2014/01/31/jetpack-2-8-introducing-markdown-and-improving-monitor/

    'supports' => array( 'title', 'editor', 'publicize' ),

    Thread Starter Samokaz

    (@samokaz)

    My question is how do I auto post to Google Plus and facebook from WordPress using this plug in

    Many thanks

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi Samokaz,

    Somewhere in your theme’s functions.php file (this is the most likely location) there will be something that registers the “Spots” Custom Post Type with WordPress; this means that they are not regular Posts or Pages, they are a custom kind of post which was created by your theme. You need to tell your theme that those posts can be Publicized. Look for something like what I meantioned above, in your functions.php file:

    'supports' => array( 'title', 'editor' ),

    and modify that line to include 'publicize'

    You might also want to ask the theme authors for help with this:

    http://support.astoundify.com/

    Thread Starter Samokaz

    (@samokaz)

    Thank you very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to make every spots shared automatically (Not Posts)’ is closed to new replies.