Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

Widget:CPWFB

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Revision as of 04:44, 11 November 2012 by imported>LordMaster96 (Created page with "→‎Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.: <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getEleme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/*Include the JavaScript SDK on your page once, ideally right after the opening <body> tag.*/

<script>(function(d, s, id) {

 var js, fjs = d.getElementsByTagName(s)[0];
 if (d.getElementById(id)) return;
 js = d.createElement(s); js.id = id;
 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
 fjs.parentNode.insertBefore(js, fjs);

}(document, 'script', 'facebook-jssdk'));</script>

/*Place the code for your plugin wherever you want the plugin to appear on your page.*/