I wrote a SoundCloud shortcode for my blog, and thought it would be nice to have a privacy-sensitive version, so I looked at how the built-in shortcodes do it (Vimeo looked like a good candidate for inspiration). However I can’t add
[privacy]
[privacy.soundcloud]
simple = True
as Hugo doesn’t know what to do with it - it looks to me I would need to add SoundCloud support and recompile Hugo, which is less than ideal (although a pull request is a good idea which I’ll get to in the coming days).
Would you consider adding a mechanism to extend these privacy options?