Thank you Old Toad! But unfortunately it did not work!
I copied and pasted the HTML code from the FB developers, into the HTML snippet of iWeb as per your instructions but it does not applied the code to any of my pages on iWeb.
This is the first of 2 codes FB gives to be applied after the opening <dody> tag
Do you know where is the <body> tag on iWeb? https://developers.facebook.com/docs/reference/plugins/like/
<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 second code to be applied whenever you want the plugin to appear on the iWeb page.
<div class="fb-like" data-href="https://www.facebook.com/gingerbirstore" data-send="true" data-width="450" data-show-faces="true"></div>
Do you know any other method to get a like button to work on iWeb?
The method you discribe worked for tweeter and other buttons but not for FB.
Thanks,