0.2.0 • Published 5 years ago

hexo-tag-xvideos v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Hexo-tag-Xvideos

npm version license

Embeded Xvideos player in Hexo posts/pages ( ͡° ͜ʖ ͡°)

Installation

npm install --save hexo-tag-xvideos

Usage

The full tag format is as follows:

{% xvideos [video_id [width [height]]] %}

Simple example:

{% xvideos 9764591 %}

Options

You can configure the size of the video player in your main _config.yml:

Example configuration:

xvideos:
  width: 510 (default)
  height: 400 (default)

License

© Licensed under the MIT License.

0.2.0

5 years ago

0.1.0

9 years ago