Hi!
I'm trying to display a spotify embed from a url or with an iframe, as you can see here: lien caché
The default Spotify blog in WordPress is not useful to me because it does not display dynamic content...
How can I do it?
Thanks!

Minesh
Supporter
Les langues:
Anglais (English )
Fuseau horaire:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
You can add the embed type custom field.
=> https://toolset.com/documentation/customizing-sites-using-php/functions/#embedded-media
And then you can either use single field block or types shortcode to display the embed.
Please check the following sandbox site and you can auto-login to it using the following link:
- lien caché
You can see I've created the following custom field group where I've added the embed custom field "embed-url":
- lien caché
Created the custom post type "Book" and added following post:
- lien caché
Created the content template to display single book post:
- lien caché
You can see its displayed on frontend:
- lien caché
Works fine! Very well explained! Thank you very much Minesh!