Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 3.17 KB

README.md

File metadata and controls

101 lines (59 loc) · 3.17 KB

Open Graph Plugin for DocPad

Build Status NPM version Dependency Status Development Dependency Status
Gittip donate button Flattr donate button

Use the Open Graph Protocal in DocPad.

Install

Install the docpad-plugin-opengraph plugin:

docpad install opengraph

Usage

Use the Open Graph metadata in your templates:

---
title: The Rock (1996)
og:
  title: The Rock
  type: video.movie
  image:
    value: http://example.com/image.jpg
    secure_url: https://secure.example.com/image.jpg
    type: image/jpeg
    width: 400
    height: 300
---
<p>This is my Open Graph enabled website.</p>

History

Discover the change history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button Flattr donate button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

Copyright © Rob Loach (http://github.com/robloach)