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 wondering how to create crossdomain javascript functions to render button widget like facebook / twitter / google+ .

Any Ideas how to create that button?

share|improve this question
Have you looked at facebook and google did? – epascarello Oct 28 '11 at 14:02
@oknoorap This is a comprehensive explanation. alexmarandon.com/articles/web_widget_jquery – Sai Manoj Kumar Yadlapati Apr 25 at 13:37

3 Answers

Put everything in an iframe that you can place in any website. This is how Facebook does it.

share|improve this answer

You could just use an iFrame. I'm pretty sure this is how Facebook does it.

share|improve this answer
Its crossbrowser or not? and how about the ajax stuff after button submit? its seem not crossbrowser (IE is bad) – oknoorap Oct 28 '11 at 14:18
If you are in an iFrame then the crossbrowser aspect doesn't matter. Oh, you mean crossbrowser as in will it work on all browsers? Of course an iFrame will. You really think Facebook would say "screw you" to all of it's IE customers? – Derek Oct 28 '11 at 14:21

This is a bit old but still a good read on the subject:

http://drnicwilliams.com/2006/11/21/diy-widgets/

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.