UNPKG

open-graph

Version:

An Open Graph implementation for Node.js.

20 lines (17 loc) 632 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Open Graph Meta Test</title> <meta property="og:title" content='OG Testing'> <meta property="og:type" content='website'> <meta property="og:url" content='http://github.com/samholmes/node-open-graph/raw/master/test.html'> <meta property="og:site_name" content='irrelavent'> <meta property="og:description" content='This is a test bed for Open Graph protocol.'> <meta property="og:image" content='http://google.com/images/logo.gif'> <meta property="og:image:width" content='100'> <meta property="og:image:height" content='100'> </head> <body> </body> </html>