Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Most probably you can. (At first I was sure, now I added an * edit * note at the bottom)</p> <p>You will need to use Facebook Insights for that. FB Insights is Facebook's stats service, giving you 'insights' in your Apps, Pages and Domains. </p> <p>You can either view the 'Likes' data via Facebook Insights on Facebook.com/insights or thru the Facebook Insights API-calls. In your case, since you want to show it on your own domain, you will need to setup a Facebook API interaction. </p> <p>The Facebook Insights API-calls can either be done over a certain Graph API call or by means of issueing a certain FQL-request</p> <p>In order to be able to execute FQL or Facebook API calls, you need to have a Facebook Application registered, for a secret/key, so you can make calls.</p> <p>Furthermore you need to add the OpenGraph tags to your site so Facebook can identify you as the rightfull owner of the domain. </p> <p>Typically you can add these kind of owner ids to your site's section:</p> <p><code>&lt;meta property="fb:admins" content="YOUR DEVELOPER's PERSONAL ID" /&gt;</code></p> <pre><code>&lt;meta property="fb:app_id" content="YOUR FACEBOOK APPLICATION ID" /&gt; </code></pre> <p><code>&lt;meta property="fb:page_id" content="An additional fanpage's ID you want to add" /&gt;</code></p> <p>You will definitely need to add the fb:app_id tag.</p> <p>If you use the FQL calls (it's notation is a lot like Mysql) these are roughly the steps involved after you have added the appropriate IDs to your section:</p> <ol> <li>You should start by getting your Facebook ID associated with your domain by going to 'domain' page in the FQL documentation </li> <li>Check out and <a href="http://developers.facebook.com/docs/reference/fql/insights" rel="nofollow" title="a certain FQL-request">implement the FQL metrics</a> queries for 'domain'-metrics</li> </ol> <p>metrics"</p> <blockquote> <p>edit: After reconsidering: You just need to find a way how to get the unique object_id of any url in your domain to query to amount of likes of that url. </p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload