Hi,
How to share link along with content ?
how to show some text rather than url of link . here when i click on content it should display website (shared link) .
, can anybody help me plz ..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
TulasiPosted Nov 4, 2011, 1:20 AM
function fbs_click1() {
Share on Facebook
is there any other way to share url with content dynamic ..
Sam HobbsPosted Nov 3, 2011, 4:52 PM
Vijay YadavPosted Nov 3, 2011, 6:35 AM
You mean to display text like "Google shared" and the url should be http://www.google.com right?
I hope you are using linkbutton for that then simply on text write "Google shared" or "anything else" and give postbackurl as "http://www.google.com".
It would get display like Google shared
TulasiPosted Nov 3, 2011, 6:18 AM
my requirement is shareing link and content on facebook . Here the link should not display to users. indirectly user will click on content (which shared by another user) it has to open new tab with actual shared link ..
did u understand my requirement ?
Karthik AgarwalPosted Nov 3, 2011, 5:08 AM
Try checking this link probably this may help you i guess. try implementing this.
TulasiPosted Nov 3, 2011, 1:05 AM
the file path of website is like http://localhost:2171/facebookexamples/Default.aspx
when i click on share button it is displaying above path in the facebook , but what i want is , i want to display some text rather than path when i click on text it has to open new tab with this url (http://localhost:2171/facebookexamples/Default.aspx -- means iam hiding url of website to users)
Karthik AgarwalPosted Nov 2, 2011, 8:01 AM