i want to share a specific link on facebook -


the website im working on, buying , selling website, user can post in channel (electronics example), , buyers can view , express interest. user can view posts, , share post through facebook or twitter. have done share facebook part , working fine, share have 2 options (or thats find through out search) it's either share normally, link, or share via app on facebook, , want via thingy. when press share, share tab opens , fine except link share not there, dont want user type in or copy it, want automatically there!

that's code used, takes app id, , app domain.

    <a href="https://www.facebook.com/dialog/feed?app_id=461240817281750&redirect_uri=https://peaceful-lake-7793.herokuapp.com">share through facebook</a> 

looks missing "link" parameter in share link - why link isn't showing you.

http://developers.facebook.com/docs/reference/dialogs/feed/

https://www.facebook.com/dialog/feed?app_id=461240817281750&redirect_uri=https://peaceful-lake-7793.herokuapp.com&link=https://peaceful-lake-7793.herokuapp.com


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -