[support] (no subject)

Jamie Holly hovercrafter at earthlink.net
Tue Oct 9 00:00:52 UTC 2012


Something I forgot to mention was adding the prefix to your html tag:

<html prefix="og: http://ogp.me/ns#">

That could be making a difference.

Jamie Holly
http://www.intoxination.net
http://www.hollyit.net

On 10/8/2012 7:50 PM, Ms. Nancy Wichmann wrote:
> 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.
> /*Nancy*/
> Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. 
> King, Jr.
>
>     ------------------------------------------------------------------------
>     *From:* Jamie Holly <hovercrafter at earthlink.net>
>     *To:* support at drupal.org
>     *Sent:* Monday, October 8, 2012 5:42 PM
>     *Subject:* Re: [support] (no subject)
>
>     Facebook picks up based on one of two things:
>
>     *Open Graph tags *
>
>     Add a head meta tag <meta property="og:image" content="{IMG URL}" />
>
>     (Easy solution is a regex to pick image out of $node->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.)
>
>     *Parsing Content*
>
>     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.
>
>     For testing purposes, use the Facebook debugger:
>
>     http://developers.facebook.com/tools/debug
>
>     Facebook only scrapes pages once every 24 hours, so using that
>     tool is the best way to make sure you got it.
>
>
>     Jamie Holly
>     http://www.intoxination.net  <http://www.intoxination.net/>  
>     http://www.hollyit.net  <http://www.hollyit.net/>
>
>     On 10/8/2012 5:20 PM, Ms. Nancy Wichmann wrote:
>>     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?
>
>
>     -- 
>     [ Drupal support list | http://lists.drupal.org/ ]
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20121008/68ef418d/attachment.html 


More information about the support mailing list