<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>Well, no dice, Jamie. The FB debugger suggested that I add several more OG tags, which I have done. But the Like is still picking up that image that is in the right sidebar (along with 10 others), but not the content, and is not the one that I specify in the "og:image" tag. I think I saw it work right once, but not again after that.<br></span></div><div>&nbsp;</div><div><font color="#ff007f" face="bookman old style, new york, times, serif" size="4"><i><b>Nancy</b></i></font> <br></div><div><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"> <div
 style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Jamie Holly &lt;hovercrafter@earthlink.net&gt;<br> <b><span style="font-weight: bold;">To:</span></b> support@drupal.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Monday, October 8, 2012 5:42 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [support] (no subject)<br> </font> </div> <br><div id="yiv252999311">
  

    
  
  <div>
    <div class="yiv252999311moz-cite-prefix">Facebook picks up based on one of two
      things:<br>
      <br>
      <b>Open Graph tags </b><br>
      <br>
      Add a head meta tag &lt;meta property="og:image" content="{IMG
      URL}" /&gt;<br>
      <br>
      (Easy solution is a regex to pick image out of $node-&gt;content
      and use that. If no image is available, then have a general
      purpose one available to throw in the tag. This can all be done in
      the theme.)<br>
      <br>
      <b>Parsing Content</b><br>
      <br>
      If there are no OG tags, then FB will try and determine the image
      from the content. A lot depends on the HTML structure of the page.
      Sometimes you can reorder things in the template to get it to pick
      up.<br>
      <br>
      For testing purposes, use the Facebook debugger:<br>
      <br>
      <a rel="nofollow" target="_blank" href="http://developers.facebook.com/tools/debug">http://developers.facebook.com/tools/debug</a><br>
      <br>
      Facebook only scrapes pages once every 24 hours, so using that
      tool is the best way to make sure you got it.<br>
      <br>
      <br>
      <pre class="yiv252999311moz-signature">Jamie Holly
<a rel="nofollow" class="yiv252999311moz-txt-link-freetext" target="_blank" href="http://www.intoxination.net/">http://www.intoxination.net</a> 
<a rel="nofollow" class="yiv252999311moz-txt-link-freetext" target="_blank" href="http://www.hollyit.net/">http://www.hollyit.net</a></pre>
      On 10/8/2012 5:20 PM, Ms. Nancy Wichmann wrote:<br>
    </div>
    <blockquote type="cite"><span>ded a Like button (FBML) to the blogs and it
        works - except it's picking up some other person's picture than
        the one it should. Any ideas on how to fix this?</span></blockquote>
    <br>
  </div>

</div><br>-- <br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br><br> </div> </div> </blockquote></div>   </div></body></html>