This project is a Chrome Extension which detects on page mark-up within <meta>
tags to determine both if and how the web page has been claimed for the purposes of Facebook Domain Insights. The aim is to not only provide this information on a page by page basis in real time but produce summary statistics on how the collection of pages the user visits have claimed their domains. Optionally anonymised statistics could be submitted.
-
Set up Chrome for extension development if you haven't already done.
-
Clone the repo
git clone git://github.com/ChristopherHackett/FbClaimType.git
-
Load the extension for source
a. Grab Icon -> Tools -> Extensions
b. Click
Load unpacked extension...
c. Specify the path to the
./plugin
folder of the repo in step 2.
A release version will be placed in the Chrome Web Store to download at some point but until then follow the instructions for the Development version
This project is hosted on GitHub and issues should be raised using the issue tracker.