Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/welksonramos/hexo-tag-xvideos
:underage: Embed xvideos player in your Hexo posts/pages
https://github.com/welksonramos/hexo-tag-xvideos
hexo hexo-plugin
Last synced: about 2 months ago
JSON representation
:underage: Embed xvideos player in your Hexo posts/pages
- Host: GitHub
- URL: https://github.com/welksonramos/hexo-tag-xvideos
- Owner: welksonramos
- License: mit
- Created: 2015-08-18T14:30:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T12:08:15.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T09:24:26.927Z (3 months ago)
- Topics: hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 21
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo-tag-Xvideos
[![npm version](https://img.shields.io/npm/v/hexo-tag-xvideos.svg)](https://www.npmjs.com/package/hexo-tag-xvideos) [![license](https://img.shields.io/npm/l/hexo-tag-xvideos.svg?style=flat)](https://raw.github.com/welksonramos/hexo-tag-xvideos/blob/master/LICENSE)
> Embeded [Xvideos](https://xvideos.com) player in Hexo posts/pages ( ͡° ͜ʖ ͡°)
## Installation
```bash
npm install --save hexo-tag-xvideos
```## Usage
The full tag format is as follows:
```bash
{% xvideos [video_id [width [height]]] %}
```
Simple example:```bash
{% xvideos 9764591 %}
```## Options
You can configure the size of the video player in your main _config.yml:
Example configuration:
```yml
xvideos:
width: 510 (default)
height: 400 (default)
```## License
© Licensed under the MIT License.