<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt">Thanks, Jamie. I think you're onto something here.<br><div><span><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 style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><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</font><br>
</div><br><div id="yiv472365259">
  

    
  
  <div>
    <div class="yiv472365259moz-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>
      http://developers.facebook.com/tools/debug<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> </div></div></div></div> </div> </blockquote></div>   </div></body></html>