• Resolved fatiali8170

    (@fatiali8170)


    I’m using the WP LinkedIn Auto Publish for the jobs posted on my job dashboard.

    Since, I’m doing that manually, is it any way to auto publish the jobs posted on my site to my LinkedIn account and Company LinkedIn profile?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @fatiali8170,

    What you can do is call our sharing function to share the job via custom code. So you can simply do this:

    wp_linkedin_autopublish_post_to_linkedin_common ($post_id);

    and you would replace/make $post_id the id of your job. I hope that helps. Thanks,

    Thread Starter fatiali8170

    (@fatiali8170)

    Thanks for your support.

    Could you tell me where should I put the custom code “wp_linkedin_autopublish_post_to_linkedin_common ($post_id” ? Is it any setting in the plugin to include this custom code?

    Regards

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @fatiali8170,

    What you would need to do is hook into an action provided by your job plugin. So you would need to put your code in your themes functionsns.php file and it needs to be inside of an action for the job plugin. If that makes no sense, you will probably need a developers assistance.

    If you creating job posts manually, then you can enable sharing for your jobs post type, which can be done in the “Sharing Options” tab in our plugin settings and activating the jobs post type in the “Share the following: Posts, Pages and Custom Post Types” setting.

    Then when you publish your job post it will publish to LinkedIn.

    I don’t know exactly what you are trying to do and what you have tried and what your exact job plugin is, so I am giving you 2 methods, a custom development method using PHP and a basic method using the built-in plugin functionality. Thanks

    Thread Starter fatiali8170

    (@fatiali8170)

    To clarify: I’m backfilling my job board by using an API of another job board. So, my jobboard is filled automatically every time a job that corresponds to the keyowrds assigned has been posted on the big job board.

    Since there are in average 50 jobs imported daily to my job board, I would like to post these jobs automatically at my linkedin page and company page. Actually, I’m doing it manually using your plugin, but as you can imagine it takes time and it is not efficient manually posting the jobs to Linkedin.

    For that reason, I’m asking for any solution to post to LinkedIn automatically the new jobs imported and posted in my job board.

    Thanks

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @fatiali8170,

    Yes it is possible but it just requires custom code as I mentioned before. If you are interested in custom development project for this, please feel free to contact us via our website. Thank you,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘is it any way to auto publish the jobs posted on my site to my LinkedIn account’ is closed to new replies.