1.1.2 • Published 6 years ago
hexo-tag-spotify v1.1.2
About
A Hexo tag plugin which makes it easy to embed any type of Spotify content.
Installation
npm install --save hexo-tag-spotifyUsage
Add the tag markup to a post with the url of the content you want to embed.
- Example with Spotify URI:
{% spotify spotify:track:7kkRhGDCAVd5YVoieTChxG %}- 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:
- size
large(default)compact<width>x<height>
Example configuration:
spotify:
size: 'large'