Quote Originally Posted by DarkAngel View Post
in this area where I have made it red:

<!-- bof Facebook Like Button -->
<div id="likeButton"><fb:like></fb:like></div>

<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: 'your application id', status: true, cookie: true,
xfbml: true});



you need to replace the red letters with your apps id or your id at facebook that is usually found in the url of your page there

there is also another section to be adding the information to the meta tag section....if you are using this fb mod:

facebook_like_button_1-0.zip

it is listed in the readme where to add it
Yes, I did all of thes steps that you mentioned and it still didn't work. However, using the code directly from Facebook (as I posted above) did work.

And my question was why does this mod use code that is so different than the code provided by Facebook and why?