I’m trying to use the plugin to retrieve comments posted on Facebook. I pretty much need someone to give me step-by-step instructions, because whatever I did, it’s not working.
]]>Fatal error: Call to undefined function curl_init() in /home/www/tei.ch/htdocs/w/wp-content/plugins/facebook-tools/uprisingcreative.facebooktools.php on line 74
]]>I am getting the following error:
Your page's type requires that a meta tag of the form <meta property="og:image" ...> be present.
I have tried setting a featured image. There don’t seem to be any parameters in the facebook documentation for the image.
You can view the page utilizing the plugin here, at the bottom, before the comments.
]]>I copied <?php fb_get_comments(); ?> into the LOOP.php on my wordpress…. nothing seems to be happening?…
Am I missing something?
]]>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.
]]>This plugin, after it installed, destroys a strange way that page with the post.
Just disable the plugin helps.