No commit activity in last 3 years
No release in over 3 years
Jekyll plugin adds Liquid Tag for generating embedded Soundcloud iframes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 11.0
~> 3.5
>= 0.49.0

Runtime

~> 3.6
 Project Readme

Jekyll SoundCloud Plugin

A Jekyll plugin for embedding SoundCloud tracks in your Liquid templates.

Installation

Add this to your Gemfile and bundle install

gem 'jekyll'

group :jekyll_plugins do
  gem 'jekyll-sound_cloud'
end

Usage:

    {% soundcloud_sound 256241332 %}
    {% soundcloud_sound 256241332 widgetname %}
    {% soundcloud_sound 256241332 widgetname ffffff %}
    {% soundcloud_sound 256241332 widgetname ffffff small %}

256241332 is a sample SoundCloud trackID, widgetname is the sound's visual representation, ffffff is the color, and size is the size (SoundCloud gives you three options for the artwork widget).

Available SoundCloud widgets:

  • html5 (default)
  • *flash
  • *mini
  • *artwork

*Requires a paid SoundCloud tier

Contributors

  • @cnunciato -- original repository here
  • @shushugah