Hello,
Is there a way to allow the storage of embed codes in fields created with Community Builder?
While I can display the Apple Music preview player on the TinyMCE editor by enabling
iframe usage in Joomla and TinyMCE, the embed codes disappear from the editor upon saving the profile. If possible, I would like to input and save embed codes via a
Text Area instead of an
Editor Text Area.
Below is a sample of the embed codes:
Code:
<iframe id="embedPlayer" src="https://embed.music.apple.com/jp/album/blow-by-blow/158639291?app=music&itsct=music_box_player&itscg=30200&ls=1&theme=auto" height="450px" frameborder="0" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation" allow="autoplay *; encrypted-media *; clipboard-write" style="width: 100%; max-width: 660px; overflow: hidden; border-radius: 10px; transform: translateZ(0px); animation: 2s 6 loading-indicator; background-color: rgb(228, 228, 228);"></iframe>
Thanks