Need help adding a Facebook like box to WordPress

1 replies
Hey Guys,


I have been trying to add a facebook add/like box to my wordpress blog. I found some good instructions and followed them but the box does not show up on my page.

I use Landing Page 1.0 by After10 because it has a nice opt-in form. I think this might be preventing the facebook add box from showing up.

I didn't realize we weren't supposed to put links to our sites in the main post so to see the blog where I am trying to add the box you go to or use the first site in my sig and their is a link to the blog all the way at the bottomn or add /blog to the address.

I am putting a lot of time into my facebook fan page and really want this function for my blog so any help is greatly appreciated.
#adding #box #facebook #wordpress
  • Profile picture of the author Abul-Hussain
    Go to Editor, and click on single.php

    Find: <?php the_content(); ?> in the coding.

    and paste the following code above it or below it, depending on whether you want your button at the start or end of your post content.

    Paste this code:

    <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;wi dth=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px"></iframe>
    Signature
    Author | Speaker | Digital Marketing Coach

    I help ordinary people achieve extraordinary results online. Get in touch to see how we can help you build a 6 figure business.
    {{ DiscussionBoard.errors[2410434].message }}

Trending Topics