All Projects → mertcangokgoz → Jekyll-Spotify

mertcangokgoz / Jekyll-Spotify

Licence: MIT license
Easily output Spotify Embed Player for jekyll

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Jekyll-Spotify

spotipy2
The next generation Spotify Web API wrapper for Python 3.7+
Stars: ✭ 25 (+66.67%)
Mutual labels:  spotify, spotify-library
jekyll-ideal-image-slider
Add image sliders to Jekyll with Ideal Image Slider. Ruby plugin version. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 17 (+13.33%)
Mutual labels:  jekyll-plugin, jekyll-blog
Jekyll Embed Video
Embed videos in Jekyll webpages without a plugin (Youtube, Vimeo, Twitch, Streamable, Mixer, Google Drive clips + more)
Stars: ✭ 135 (+800%)
Mutual labels:  jekyll-plugin, jekyll-blog
thirtytwopixels
🖼️ wireless LED album art display for spotify, mpd+ncmpcpp and other players.
Stars: ✭ 46 (+206.67%)
Mutual labels:  spotify
apihandyman.io
The apihandyman.io website
Stars: ✭ 14 (-6.67%)
Mutual labels:  jekyll-plugin
gmusic wrapped
A spotify 'year wrapped' like for Google Play Music
Stars: ✭ 44 (+193.33%)
Mutual labels:  spotify
spotify.cr
🎧 A Crystal wrapper for the Spotify Web API
Stars: ✭ 35 (+133.33%)
Mutual labels:  spotify
spotify-next
Small CLI app for filtering out music on Spotify.
Stars: ✭ 45 (+200%)
Mutual labels:  spotify
spotify-cli
Spotify for the terminal 🎵
Stars: ✭ 295 (+1866.67%)
Mutual labels:  spotify
spotifypiHome
"Install and go" multiroom music playback solution, with support for spotify, airplay and bluetooth.
Stars: ✭ 32 (+113.33%)
Mutual labels:  spotify
Spotify-Readme
A dynamic, customizable, and real-time Spotify now-playing widget for your README files.
Stars: ✭ 85 (+466.67%)
Mutual labels:  spotify
jekyll-rss-feeds
Templates for rendering RSS feeds for your Jekyll blog
Stars: ✭ 639 (+4160%)
Mutual labels:  jekyll-blog
lavalink-music-bot-2021
Advance Discord Lavalink Music Bot With Spotify and Buttons Help Menu || Best Music Quality || Radio Commands
Stars: ✭ 26 (+73.33%)
Mutual labels:  spotify
spotify-player
A command driven spotify player
Stars: ✭ 261 (+1640%)
Mutual labels:  spotify
spotify-playing-readme
A really easy way to display your spotify listening status on READMEs and Website.
Stars: ✭ 21 (+40%)
Mutual labels:  spotify
spotify-web-helper
🎛 Control Spotify from node.js
Stars: ✭ 60 (+300%)
Mutual labels:  spotify
muffon
Music streaming browser
Stars: ✭ 491 (+3173.33%)
Mutual labels:  spotify
duo
👬 A Simple Jekyll Theme.
Stars: ✭ 76 (+406.67%)
Mutual labels:  jekyll-blog
BTSpotifyGeeklet
Geeklet for Spotify player, shows track info and artwork
Stars: ✭ 12 (-20%)
Mutual labels:  spotify
hoergewohnheiten
Save your Spotify plays to a Postgres database and run a Flask app to provide listening stats.
Stars: ✭ 16 (+6.67%)
Mutual labels:  spotify

Jekyll Spotify Gem Version

This Jekyll pluging provides a tag that takes Spotify URI and generates a html snippet to embed player your site.

Installation

Add gemfile

gem 'jekyll-spotify'

Execute

bundle

Alternative install the gem

gem install jekyll-spotify

and put this _config.yml

gems: [jekyll-spotify]

Usage

{% spotify spotify:track:3fuNydG9kg2Y09i8Foqq0p %}

or

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

Result

output the following code include page

<iframe src="https://embed.spotify.com/?uri=spotify%3Atrack%3A3fuNydG9kg2Y09i8Foqq0p" width="100%" height="300" frameborder="0" allowtransparency="true"></iframe>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].