Edit on GitHub
Jump to docs navigation

Field Types / Embed field

Note: You are currently reading the documentation for Bolt 3.7. Looking for the documentation for Bolt 5.2 instead?

A generic built-in embed client, to facilitate embedding from different sources like YouTube, Vimeo, SoundCloud, Twitter, Issuu or any other kind of media provider that supports the OEmbed standard.

Basic Configuration:

        embedded:
            type: embed

Example usage in templates:

To insert the HTML for the embed:

{{ record.embedded.html|raw }}

Additionally, the provider & author names, as well as the author URL are available:

{{ record.embedded.provider_name }}
{{ record.embedded.author_name }}
{{ record.embedded.author_url }}


Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.