hexo-tag-xvideos

0.2.0 • Public • Published

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.

/hexo-tag-xvideos/

    Package Sidebar

    Install

    npm i hexo-tag-xvideos

    Weekly Downloads

    2

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    3.62 kB

    Total Files

    5

    Last publish

    Collaborators

    • welksonramos