1.1.2 • Published 4 years ago

hexo-tag-spotify v1.1.2

Weekly downloads
6
License
-
Repository
github
Last release
4 years ago

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'
1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

5 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago