From 346245da13efd8be96051b6122195d4565092087 Mon Sep 17 00:00:00 2001 From: primeobsession Date: Sat, 3 Dec 2016 18:36:47 -0500 Subject: [PATCH] Added OpenGraph service OpenGraph.io --- content/index.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/content/index.markdown b/content/index.markdown index edc0f71..47ced9a 100644 --- a/content/index.markdown +++ b/content/index.markdown @@ -406,6 +406,7 @@ tools. Let the Facebook group know if you've built something awesome too! * [OpenGraph for Java](http://github.com/callumj/opengraph-java) - Small Java class used to represent the Open Graph protocol. * [RDF::RDFa::Parser](http://search.cpan.org/~tobyink/RDF-RDFa-Parser/lib/RDF/RDFa/Parser.pm) - Perl RDFa parser which understands the Open Graph protocol. * [Alternate WordPress OGP plugin](http://wordpress.org/plugins/wp-facebook-open-graph-protocol/) - A simple lightweight WordPress plugin which adds Open Graph metadata to WordPress powered sites. +* [OpenGraph.io](https://www.opengraph.io/) - A REST service that parses Open Graph data or infers what it should be based on page content. ---