Open Graph Plugin for DocPad
Use the Open Graph Protocal in DocPad.
Install the docpad-plugin-opengraph
plugin:
docpad install opengraph
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>
Discover the change history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
- Rob Loach (http://github.com/robloach)
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Licensed under the incredibly permissive MIT license
Copyright © Rob Loach (http://github.com/robloach)