Click here to Skip to main content
15,911,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to add "LATEST IN MY NETWORK" facebook module in my website just like in the www.nytimes.com.
please somebody help...
Posted

1 solution

Visit the plugins pages or read some of the other developer info on Facebook.

http://developers.facebook.com/docs/plugins/[^]
 
Share this answer
 
Comments
pufo 18-Mar-11 2:48am    
I tried Activity feed. I need to get the content of the facebook Iframe so that I can change some of its content.But it shows "access denied", when i use javascript to get content.
function getContentFromIframe() {

var myIFrame = document.getElementById("myframe");

var content = myIFrame.contentWindow.document.body.innerHTML;

}

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900