hexo-tag-spotify

1.1.2 • Public • Published

About

A Hexo tag plugin which makes it easy to embed any type of Spotify content.

Installation

npm install --save hexo-tag-spotify

Usage

Add the tag markup to a post with the url of the content you want to embed.

  1. Example with Spotify URI:
{% spotify spotify:track:7kkRhGDCAVd5YVoieTChxG %}
  1. Example with HTTP link:
{% spotify http://open.spotify.com/artist/5p9CTsn5ueGU4oScNX1axu %}

Configuration

You can configure the size, theme and view of the widgets.

Allowed values are:

  1. size
    • large (default)
    • compact
    • <width>x<height>

Example configuration:

spotify:
  size: 'large'

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hexo-tag-spotify

      Weekly Downloads

      5

      Version

      1.1.2

      License

      none

      Unpacked Size

      3.23 kB

      Total Files

      4

      Last publish

      Collaborators

      • ivanovyordan