metalsmith-youtube
A Metalsmith plugin that lets you get embed Youtube Videos
Installation
$ npm install metalsmith-youtube
Usage
step 1
var youtube = require('metalsmith-youtube');
metalsmith.use(youtube({
width: 560,
height: 315,
suggested: true,
controls: true,
showTitle: true
privacy : true
}));
step 2
---
title: test
---
## only the id
youtube|hWhMKalEic8
CLI Usage
{
"plugins": {
"metalsmith-youtube": {
"width:": "560",
"height": "315",
"suggested": "true",
"controls": "true",
"showTitle": "true",
"privacy" : "true"
}
}
}
License
MIT