views:

293

answers:

0

Hi All,

I have developed application in facebook. I want to show the insights for my app in facebook as facebook displaying in this url(http://www.facebook.com/insights/). Where are how to add meta tag in my webpage

window.fbAsyncInit = function() { FB.init({appId: 'appid', status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }());
<title>The Rock (1996)</title>
<meta property="og:title" content="The Rock"/>
<meta property="og:type" content="movie"/>
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/&gt;
<meta property="og:image" content="http://app url /Images/image.jpg"/>
<meta property="fb:app_id" content="appid" />
<meta property="fb:admins" content="userid" />
<meta property="fb:page_id" content="pageid" />

Please help me regaring this.. Thanks.

related questions