Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Konrad Pilch
Konrad Pilch
2,435 Points

How to get facebook ..

HI,

How can i make something like this about the facebook social media widget on the right?

I know that its a widget probably, but i want to code it or rather get it form my page.

1 Answer

KPMG is a massive company, and that particular widget looks to be using shore.

I'd suggest first having a look at Facebook's Social Plugins, particular the embedded posts/videos and if you have a Facebook page, the Page plugin.

If that doesn't provide enough flexibility to achieve what you want, then you'd need to look at using the Facebook Graph API. That will involve sending requests and receiving the response (probably in JSON format), then parsing and formatting the results to get the desired output.

Otherwise, for something in between you can do a search for something like 'jquery facebook feed plugin' or similar.

Konrad Pilch
Konrad Pilch
2,435 Points

Thank you! Hopefully I can do it with jQuery or facebook tools or plugin.