将LinkedIn共享按钮添加到Jobs Listing网站

时间:2019-05-02 10:40:52

标签: php html linkedin share-button

我为一家在其网站上发布工作清单的公司工作。我被要求添加一个Linkedin分享按钮,以便在发布新列表时,看到该列表的人可以在Linkedin上与他们的社交圈分享此开放信息。例如,我们已经有了FB和Twitter共享按钮,我只需要在它们旁边放置一个Linkedin按钮即可。

https://www.rootstowork.org/jobs/?postcode=&category=&contract=&job_type=&long=&latt=&pp=1&job_id=779

有简单的方法吗?我尝试通过Linkedin Docs进行阅读,但对我来说却完全是黑魔法 https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin

例如,对于FB,我们使用以下代码:

<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.rootstowork.org/jobs/?job_id=<?php echo "$job_id"; ?>" class="icon_small icon_fbook" target="_blank"></a>

我可以通过某种方式对其进行调整以使Linkedin共享按钮吗?

0 个答案:

没有答案