1.0.4 • Published 2 years ago

hexo-tag-spotify-batter v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

hexo-tag-spotify-batter

A Hexo tag for embedding spotify in article

Installation

npm install hexo-tag-spotify-batter --save

Usage

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

{% spotify [spotify_resource] [type] [size] %}

Field optional configuration value:

  • spotify_resource: Spotify URI or Http Link

    For example

    # Use spotify URI
    {% spotify spotify:track:7kkRhGDCAVd5YVoieTChxG music large %}
    # Use http link
    {% spotify https://open.spotify.com/track/6Axm4pFDMEy2auiDldc1Gj?si=e5482b8fa0464bdf music large %}
  • type: optional fields, allow values:music, podcast, playlist, default misic

  • size: optional fields, allow values:large, compact, default compact
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago