[Plugin: Facebook Tools] How does this work? First time user.
-
First time user and I am trying to add these to my theme.
The first one I tried is FaceBook Like.
I don’t have automatic placement of the Open Graph tags enabled.I added <?php fb_likebutton(); ?> to my theme file right below my link on the left side for “leave comment” but nothing shows up.
What am I doing wrong?https://www.pixelsimage.net/2011/05/01/seniors/
Check this link for an example. (left side, top of post)<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="grid_16 alpha"> <h2 class="single"><?php the_title(); ?></h2></div> <div class="grid_4 alpha"> <p class="post_meta"><span class="date">Posted on <?php the_time('F jS, Y') ?></span></p> <p class="post_meta"><span class="details">Archived in <?php the_category(', ') ?></span></p> <p class="post_meta"><span class="comments"><a href="#respond">Leave a comment</a></span></p> <p class="post_meta"><?php fb_likebutton(); ?></p>
Thanks in advance for any help. If I can get this one working I am sure I can do the rest.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Facebook Tools] How does this work? First time user.’ is closed to new replies.