eleventy-plugin-embed-soundcloud
Version:
An Eleventy plugin to automatically embed SoundCloud players, using just their URLs.
21 lines (20 loc) • 474 B
JavaScript
// Mostly follows SoundCloud embed defaults
// https://developers.soundcloud.com/docs/api/html5-widget
module.exports = {
auto_play: false,
cacheDuration: '5m',
color: '#ff7700',
embedClass: 'eleventy-plugin-embed-soundcloud',
height: 400,
sharing: true,
show_artwork: true,
show_comments: true,
show_playcount: true,
show_reposts: false,
show_teaser: false,
show_user: true,
small: false,
single_active: true,
visual: true,
width: '100%'
};