<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-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 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="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://www.intoxination.net">http://www.intoxination.net</a> 
<a class="moz-txt-link-freetext" 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
      cite="mid:1349731239.83356.YahooMailNeo@web181601.mail.ne1.yahoo.com"
      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>
  </body>
</html>