Skip to content

ivanovyordan/hexo-tag-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Spotify play button for Hexo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published