Can I integrate facebook events pages into my website? If so, what would it look like?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Unfortunately there is no social plugin for events, unlike comments, "like" etc You'll have to use the Facebook Graph API at https://developers.facebook.com/docs/reference/api/. It returns JSON, which you need to create HTML elements to display them. So it'll look however you want it to look. |
|||
|
|