Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create a feature similar to facebook share link in php or javascript

When we share a link in facebook, it automatically fetch the thumbnail, title, description etc from that page.

I want to develop same feature

Thanks in Advance

share|improve this question
It seems like I found one solution. achari.in/facebook-like-url-data-extract-using-jquery This one is a bit slow. But gives the output... Is there any better solution? – Crd007 Jul 7 '11 at 5:59

1 Answer

please try this.

<a expr:name='data ost.title' expr:id='data ost.url' onclick='return addthis_open(this, "", "page_link_you_want_share", "page_link_you_want_share");' onmouseout='addthis_close()' onclick='return addthis_sendto()'><span>share</span></a>

Thanks.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.