CantonWiki talk:Community Portal
From CantonWiki
How did you add the Facebook like feature?
In your skin's main page (MonoBook.php in this case), paste this where you want the like button. You'll have to season the encoded URL to taste.
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php
echo urlencode('http://www.cantonwiki.org' . $_SERVER['REQUEST_URI']);
?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:30px;" allowTransparency="true"></iframe>
Let me know if you need any assistance. --Ao5357 13:49, 20 September 2010 (EDT)