Need some help with facebook opengraph "like" API for blog articles

Discussion in 'Programming' started by Sapphiro, Dec 17, 2011.

  1. #1
    Hi there,

    Facing some problems here. I'm currently developing a website and in this site there's a blog segment with all the articles.
    I have no problem setting up the "like" button correctly for the main site itself, but the issue is with the articles.


    When I click the like button for any specific articles, it only shows something like this in the fb news feeds
    "
    Felix Tan likes a link.
    http://www.neptuni.com/lab/blog/new-marketplace-new-opportunities.php
    "

    But doesn't show any site image or the article contents. Anyone know how to fix this? I believe it's a problem with the meta tags?


    My OG open tags for the articles:
    
    	<meta property="og:image" content="http://www.neptuni.com/images/fb_image.png" />
    	<meta property="og:title" content="Neptuni.com" />
    	<meta property="og:site_name" content="Neptuni.com" />
    	<meta property="fb:admins" content="514526208" />
    	<meta property="og:url" content="http://www.neptuni.com/lab/blog/new-marketplace-new-opportunities.php" />
    	<meta property="og:description" content="test" />
    	<meta property="og:type" content="article" />
    HTML:

    Appreciate any help, thanks!
     
    Sapphiro, Dec 17, 2011 IP