{ "name": "Open-Graph-Protocol", "author": "Caleb Anderson, Brendan Coles #", "version": "0.3", "description": "The Open Graph protocol enables you to integrate your Web pages into the social graph. It is currently designed for Web pages representing profiles of real-world things . things like movies, sports teams, celebrities, and restaurants. Including Open Graph tags on your Web page, makes your page equivalent to a Facebook Page.", "website": null, "matches": [ { "regexp": "(?i-mx:]+property=\"og:title\"[^>]*>)" }, { "regexp": "(?-mix:]+property=\"og:type\"[^>]+content=\"([^\"^>]+)\")", "offset": 1 }, { "regexp": "(?-mix:]+property=\"fb:admins\"[^>]+content=\"([^\"^>]+)\")" }, { "regexp": "(?-mix:]+property=\"fb:app_id\"[^>]+content=\"([^\"^>]+)\")" } ] }