opengraph - og:site_name ignored for facebook comments plugin? -


i'm using facebook's comment plugin, , have point page open graph tags set up.

when user makes comment on page using plugin, of og tags used facebook in wall post, except og:site_name, should go in caption of link instead domain of site appearing.

example html:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <title>my title</title> <meta property="og:type" content="article" /> <meta property="og:site_name" content="my site name" /> <meta property="og:title" content="my title" /> <meta property="og:url" content="http://www.example.com" /> <meta property="og:image" content="http://www.example.com/some_image.png" /> <meta property="og:description" content="this description" /> <meta property="fb:app_id" content="fb_app_id" /> </head> <body> ..... </body> </html> 

but here's end seeing on facebook:

example

note caption says "www.example.com" instead of "my site name" expected see there.

anyone know why og ignoring tag?

thanks in advance,

dw

not fix possible reason.

there's opened issue in facebook bug db: incorrect site name appearing in shared links on facebook

unfortunately, seems low priority issue.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -