facebook - does face book sharer.php still work for custom comment -


the code below sends url, title , summary don't sent, heard having use facebook api, keep simple if can done without.

 http://www.facebook.com/sharer/sharer.php?p[title]=my%title&p[summary]=my%summery&p[url]=the%url  

no facebook sharer.php not logger support custom parameters

you can manage creating meta tags

<meta property="og:title" content="title" /> <meta property="og:description" content="description" /> <meta property="og:image" content="thumbnail_image" /> 

or use facebook feed dailog box

here use can learn how use

https://developers.facebook.com/docs/sharing/reference/feed-dialog/v2.4


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -