简体   繁体   中英

How to configure Facebook like button and LinkedIn share button

Can anyone tell me how to configure Facebook like button and LinkedIn share button on a website to like a particular link on the page. I don't want it to like the entire page but a link on a web page.

Check out the Facebook Like Button documentation, you can specify a "URL to Like" .

Similarly with the LinkedIn Share button , you can specify a URL.

LinkedIn:

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

Source: Microsoft LinkedIn Share URL Documentation .

Facebook:

https://www.facebook.com/sharer.php?u={url}

Source:FaceBook Share URL Documentation .

If you are interested in a regularly maintained GitHub project that keeps track of this so you don't have to, check it out! Social Share URLs

社交分享 URL 图片

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM