All Projects → welksonramos → hexo-tag-xvideos

welksonramos / hexo-tag-xvideos

Licence: MIT License
🔞 Embed xvideos player in your Hexo posts/pages

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-tag-xvideos

hexo-instagram-wall
Displays up to 18 most recent images from your Instagram account
Stars: ✭ 12 (-29.41%)
Mutual labels:  hexo, hexo-plugin
hexo-hide-posts
A plugin to hide specific posts from your Hexo blog and make them only accessible by links. (隐藏 Hexo 文章)
Stars: ✭ 149 (+776.47%)
Mutual labels:  hexo, hexo-plugin
hexo-bilibili-bangumi
hexo 番剧页面插件,可选数据源:Bilibili, Bangumi
Stars: ✭ 252 (+1382.35%)
Mutual labels:  hexo, hexo-plugin
hexo-reading-time
Plugin for Hexo CMS to display reading time for article
Stars: ✭ 28 (+64.71%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-plantuml
Using PlantUML to generate UML Diagram for hexo
Stars: ✭ 23 (+35.29%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-instagram
Embed instagram photo and movie tag plugin for Hexo.
Stars: ✭ 23 (+35.29%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-optimize
A Hexo plugin that optimize the pages loading speed.
Stars: ✭ 41 (+141.18%)
Mutual labels:  hexo, hexo-plugin
hexo-douban-card
在hexo文章中插入豆瓣读书,豆瓣电影,豆瓣音乐组件
Stars: ✭ 56 (+229.41%)
Mutual labels:  hexo, hexo-plugin
hexo-covers
Microbrowser covers for Hexo static site generator
Stars: ✭ 15 (-11.76%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-mathjax
💯 Server side MathJax renderer plugin for Hexo.
Stars: ✭ 76 (+347.06%)
Mutual labels:  hexo, hexo-plugin
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (+105.88%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-hint
A Hexo tag plugin to display text hint/spoiler tooltip.
Stars: ✭ 26 (+52.94%)
Mutual labels:  hexo, hexo-plugin
hexo-netlify-cms
☕ A cup of coffee time to enable Netlify CMS
Stars: ✭ 29 (+70.59%)
Mutual labels:  hexo, hexo-plugin
hexo-steam-games
为Hexo添加Steam游戏库页面
Stars: ✭ 24 (+41.18%)
Mutual labels:  hexo, hexo-plugin
hexo-include-markdown
Easily load markdownfiles in Markdown .
Stars: ✭ 16 (-5.88%)
Mutual labels:  hexo, hexo-plugin
hexo-theme-slience
A silent theme for hexo.
Stars: ✭ 19 (+11.76%)
Mutual labels:  hexo
hexo-autoprefixer
Autoprefixer plugin for Hexo.
Stars: ✭ 15 (-11.76%)
Mutual labels:  hexo
blog
博客,基于issues,技术和思考请参看 https://trello.com/b/fZ2i0xjA
Stars: ✭ 29 (+70.59%)
Mutual labels:  hexo
hexo-deployer-ftpsync
FTP deployer for Hexo
Stars: ✭ 21 (+23.53%)
Mutual labels:  hexo
TRHX.github.io
个人技术博客 My blog, mainly sharing some Python notes.
Stars: ✭ 25 (+47.06%)
Mutual labels:  hexo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].