fb sharer.php - use custom url for title
Posted
by Manasi
on Stack Overflow
See other posts from Stack Overflow
or by Manasi
Published on 2010-03-29T08:15:54Z
Indexed on
2010/03/29
12:03 UTC
Read the original article
Hit count: 176
Hi,
I am using facebook's sharer.php to post to facebook from my application. My application is hosted at //[my_domain]/[some_param]/index
I am setting the title, description and the image url to be displayed on facebook in the meta tags of the page found at the above mentioned url.
when i share the link facebook generates the following message to share:
[some_img] [some_title] http://[my_domain]/[some_param]/index
[some_message]
What i need to do is either hide or change this url "http://[my_domain]/[some_param]/index" that is shown by default, since i do not want the users to see this. Instead i am passing the desired url that i want the users to see in
So is there some way of doing this?
© Stack Overflow or respective owner