ogp-meta

0.1.9 • Public • Published

ogp-meta

version download

Generate open graph meta tags.

js-standard-style

Usage

var OpenGraph = require('../')
 
var ogp = new OpenGraph()
 
ogp.title('title')
ogp.type('website')
ogp.description('description')
ogp.site_name('site_name')
ogp.url('http://ogp-meta.npm')
ogp.image('http://image url')
// reset
ogp.image(null)
ogp.image({
  url: 'http://image url',
  width: 400,
  height: 400
})
ogp.video('http://video url')
// reset
ogp.video(null)
ogp.video({
  url: 'http://video url',
  width: 1024,
  height: 720
})
ogp.app({
  url: 'example://app',
  app_store_id: 'app_store_id',
  app_name: 'app_name'
}, 'ios')
ogp.app({
  url: 'example://app',
  package: 'com.ogp-meta.app',
  app_name: 'app_name'
}, 'android')
 
console.log(ogp.toHTML())

LICENSE

ogp-meta is licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i ogp-meta

Weekly Downloads

39

Version

0.1.9

License

MIT

Last publish

Collaborators

  • egg-