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 add share button in html page to share Image using url or share Image from Page Photo ?

share|improve this question

closed as not a real question by CBroe, Brad Larson Jul 16 '12 at 18:37

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Im not quite sure what you are wanting to do but it sounds like shareing an image from a website or html tab on a facebook page?

Facebook says its best to avoid the old share button and to use the like button or similar instead: https://www.facebook.com/help/?faq=125038500909065

The following page will help set-up the like button which can be set up to share the images url: https://developers.facebook.com/docs/reference/plugins/like/

Without more details I cant help anymore.

share|improve this answer
Thanks cohen, This is the answer <iframe src="facebook.com/plugins/…; scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe> – Osama Ahmad Jul 16 '12 at 13:26

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