1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Facebook Open Graph Tags

Discussion in 'Templates, HTML, CSS, and Design Help' started by belvedere, Feb 1, 2012.

  1. belvedere Customer

    Hi, I've added the Facebook "Like" button onto my website which is working except for the "Open Graph Tags". I have added these tags into the <head> section of the layout.tpl file basically so that it picks up our logo as the image but all tags are ignored. When you click on the "Like" button the Facebook link will show the default site title and description and another image on our website.

    These are the tags I have added as Facebook suggests.

    <meta property="og:title" content="My Title" />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://www.mywebsite.com" />
    <meta property="og:image" content="http://www.mywebsite.com/photos/MyLogo.jpg" />
    <meta property="og:site_name" content="My Website Name" />
    <meta property="fb:admins" content="1" />

    Anybody have any ideas??

    Thanks
    Mike
  2. belvedere Customer

    Got it working. I think I was using the wrong Facebook Id number

Share This Page