LinkedIn& Twitter,通过URL分享网站图片

时间:2018-04-24 09:50:25

标签: twitter linkedin imageurl socialshare

以下示例网址帮助我将图像分享到Facebook,GooglePlus和Pinterest:

GooglePlus https://plus.google.com/share?url=https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png

Facebook https://www.facebook.com/sharer.php?u=https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png

Pinterest https://in.pinterest.com/pin/create/button/?url=&media=https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png

像这样,我很想知道,是否允许图像共享的任何Twitter和LinkedIn网址格式(只有图片网址)...

谢谢!

1 个答案:

答案 0 :(得分:0)

Twitter ...

https://twitter.com/intent/tweet?url={url}&text={title}&via={user_id}&hashtags={hash_tags}

来源: Official Twitter Share URL Documentation

Linkedin ...

https://www.linkedin.com/sharing/share-offsite/?url={url}

来源: Official LinkedIn Share Documentation

是否想为titledescriptionimage等自定义页面的预览?然后检查必要的og:标签。这是它的LinkedIn文档,但是相同的文档主要适用于所有服务。

来源:Open Graph Tags Documentation from LinkedIn