Helps you embed stuff from soundcloud more easily to your Octopress.
There are 2 easy steps.
- Add
soundcloud.rb
to yourplugin
folder. - Now you can easily embed sounds using the
type
andid
or you can simply use theurl
:
# Soundcloud example 1 (uses type and id)
{% soundcloud tracks 55172922 [option=value [option=value [...]]]%}
# Soundcloud example 2 (uses url)
{% soundcloud https://soundcloud.com/marinelli/fort-knox-five-presents-funk [option=value [option=value [...]]]%}
Thanks go to Nick Fisher for imeplenting the first version of this plugin for his blog.