Web Design expert - XHTML & CSS developer - jQuery builder - Graphic Designer
FFA employee - Husband - Step Dad - Brother - Son - Believer - Basketball player
Oil Painter - Percussionist - Pitt Illumni - ESPN Fanatic - Red Box enthusiast
Facebook Acitivity Feed
Use activity feeds to display your page content onto your personal web page. If you have a facebook "Page" [which is different from your normal account page], then this techinque is right for you. We'll use Javascript to make the connection. Place the following SDK code on your personal web page, right below your <body> tag...
<div id="fb-root"></div>
<script>(function(d){
var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1";
d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
Also place the following code within the <body> area of your HTML page and change the data-href URL to your Facebook "Page" URL.
<div class="fb-like-box" data-href="http://www.facebook.com/pages/Kensley-Lewis-Productions/187615847934661" data-width="292" data-show-faces="true" data-stream="true" data-header="true"></div>
That's it! Here is a live demonstration of my Acitivity Feed...













