<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">I've had that problem. Facebook seems
      to have a big of a memory, so when you change a tag and try again
      it still remembers the previous set of images. I haven't tested
      enough to know how long between the tries, but the og:image will
      eventually work if it's worded correctly.<br>
      Also, make sure your image is both small enough and proportioned
      correctly, otherwise it will reject the image.<br>
      <br>
      Here's one that works for me.<br>
      <pre id="line1"><span>&lt;<span class="start-tag">meta</span> <span class="attribute-name">property</span>="<a class="attribute-value">og:image</a>" <span class="attribute-name">content</span>="<a class="attribute-value">http://blog.brilliance.com/wp-content/uploads/2012/09/History-of-Diamonds-thumb.jpg</a>"<span>/</span>&gt;</span><span>

and a link on the aspect ration.
<a class="moz-txt-link-freetext" href="http://webapps.stackexchange.com/questions/23492/facebook-timeline-max-aspect-ratio-before-centre-crop">http://webapps.stackexchange.com/questions/23492/facebook-timeline-max-aspect-ratio-before-centre-crop</a>
</span></pre>
      -Don-<br>
      <br>
      On 10/8/2012 7:50 PM, Ms. Nancy Wichmann wrote:<br>
    </div>
    <blockquote
      cite="mid:1349740230.49631.YahooMailNeo@web181605.mail.ne1.yahoo.com"
      type="cite">
      <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 <a class="moz-txt-link-rfc2396E" href="mailto:hovercrafter@earthlink.net">&lt;hovercrafter@earthlink.net&gt;</a><br>
                    <b><span style="font-weight: bold;">To:</span></b>
                    <a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a> <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 moz-do-not-send="true" 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 moz-do-not-send="true" rel="nofollow" class="yiv252999311moz-txt-link-freetext" target="_blank" href="http://www.intoxination.net/">http://www.intoxination.net</a> 
<a moz-do-not-send="true" 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 moz-do-not-send="true"
                  href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
                ]<br>
                <br>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>