Embeded soundcloud does not work in tabs
-
Topic
-
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: alyeska, embed, soundcloud, toggles
When I do this:
[toggle title="Listen to Strange Calls (audio)"]<h1>Strange Emergency Calls</h1> <raw>https://soundcloud.com/aransaspasspd/sets/aransas-pass-emergency-communiciations/s-1ZXdd</raw>[/toggle] [/accordion] [/raw] [/panel]
It does not show the soundcloud player. If I just post the link outside of the toggle code it works just fine.
Any advice?
Hi,
The feature you’re trying to do use is called oEmbed, which is not processed on the content in the shortcode. Did you try using the [embed]
shortcode?
https://codex.wordpress.org/Embed_Shortcode
[embed]https://soundcloud.com/aransaspasspd/sets/aransas-pass-emergency-communiciations/s-1ZXdd[/embed]
That worked like a charm! Thank you.