Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 709 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 709 Bytes

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'