plugin-youtube icon indicating copy to clipboard operation
plugin-youtube copied to clipboard

Plugin to insert youtube videos in a GitBook

Results 9 plugin-youtube issues
Sort by recently updated
recently updated
newest added

Hi. Me and my friends are using the web version of GitBook to build a book. We'd like to embed a YouTube video so that it can play inline within...

Hi! Thanks for the great Gitbook plugin :) Recently I've discovered an issue, where Chrome (on macOS) is warning me that there are unsafe scripts on the page, so it...

I have: CLI version: 2.3.0 GitBook version: 3.2.2 gitbook-plugin-youtube: 2.0.0 The videos in my books always return an error: An error ocurred. Please tray again later. Then it throws a...

My book.json ``` json { "gitbook": "3.2.0", "plugins": ["youtube"] } ``` The error: ``` tag name expected ``` The book compiles when I use gitbook 3.0.0

The last release v1.1.0 on 9 Feb 2015. right? When I use this plugin on the gitbook ``v3.x.x``, the following warn appear. ``` warn: "this.generator" property is deprecated, use "this.output.name"...

Hi, is this plugin supports video auto playback when the page is loaded? I wanna add a video as a background music on a page.

``` {% youtube %} https://youtube.com/watch?v=U6c6qCCPJa4 {% endyoutube %} ``` shows up correctly but ``` {% if output.name == "ebook" %} {% youtube %} https://youtube.com/watch?v=U6c6qCCPJa4 {% endyoutube %} {% endif %}...

When i deploy the gitbook on Heroku, the app crashes and i get the following error, `Error: Error loading plugins: gitbook-plugin-youtube. Run 'gitbook install' to install plugins from NPM.` Am...