module Jekyll

Title: Simple Spotify tag for Jekyll Author: Mertcan GOKGOZ mertcangokgoz.com Description: Easily output Spotify Embed Player.

Syntax: {% spotify [spotify-uri] [width height] %}

Example: {% spotify spotify:track:3fuNydG9kg2Y09i8Foqq0p %} Example2: {% spotify spotify:track:3fuNydG9kg2Y09i8Foqq0p 200 300 %}

Output: <iframe src=“embed.spotify.com/?uri=spotify%3Atrack%3A3fuNydG9kg2Y09i8Foqq0p

width="100%" height="300" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>