Help with shortcodes

Hey,

I have managed to figure out the shortcode stuff to post a YouTube link but today I tried posting a link to an album from YouTube Music and it straight up didn’t work. I realise I had a playlist link so I searched again and found the correct album link but that still didn’t work for me. I did find a reference to shortcodes for Hugo and it didn’t mention anything specific about YouTube music so maybe it’s not supported or maybe it is and I’m just doing it wrong?

Any assistance would be appreciated.

Edit: What I’m asking specifically is two things. Firstly is it possible to post links to YouTube Music albums? If not then I know to stop trying, if it is though, can anyone tell me what the syntax is please?

Hi and welcome! :waving_hand: Unfortunately, I couldn’t find anything in the documentation or source code that indicates support for embedding YouTube Music albums.

If you just want to link to an album, you can do it in Markdown like this:

[Deep Cuts](https://music.youtube.com/playlist?list=OLAK5uy_n0MSOzMqgubQTbOu5drCcktWiCXQG0LVY)

That should render into a link like below:

Deep Cuts

1 Like

Thank you. I appreciate your assistance with this. It’s all a learning experience.