I'm trying to add a like button my site. When I generate the code, and copy the javascript into my hosting thing (website tonight) I get an error: "please enter a valid javascript code"
Ok...
So instead, I try to use the iframe code, and that just disappears after I close the editing box. LOL
Here's my site: http://guitarlessonsinsandiego.com
This is the javascript code:
<div id="fb-root"></div>
<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>
This is the iframe code:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fguitarlessonsinsandiego.com&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe>