This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hexo-tag-vine

0.1.0 • Public • Published

About

This is a Hexo tag plugin for embeded your Vine videos in posts/pages

Installation

npm install --save hexo-tag-vine

Usage

The full tag format is as follows:

{% vine [video_id [size]]%}

Simple example:

{% vine eHYVhiUT2tF %}

Configuration

You can configure the type, autoplay and size in your main _config.yml:

Allowed values are:

  1. type
  • simple (default)
  • postcard
  1. autoplay
  • false (default)
  • true
  1. size
  • 300
  • 480
  • 600 (default)

Example configuration:

vine:
  type: simple
  autoplay: false
  size: 480

License

Copyright (c) 2015, Welkson Ramos. Licensed under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i hexo-tag-vine

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • welksonramos