Adding Kaltura Videos
Presently, Content Managers are not able to embed Kaltura videos to Drupal sites. Please contact your web consultant for assistance.
How to Embed Kaltura/Baylor CMS Videos in Drupal
Due to XSS (cross site scripting) restrictions, video embeds from www.baylor.edu
don't work.
Updates to <iframe>
Parameters
The Baylor CMS provides this as an <iframe>
embed of a video:
<iframe allowfullscreen="true" allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="//www.baylor.edu/player/iframe_kaltura.php?id=1008316" style="width:640px; height:360px; overflow:hidden;" title="Wamble Symposium Fall 2019-Rev. Charles Foster Johnson of Texas Pastors for Children"></iframe>
To use this video in Drupal, change the www.baylor.edu
to edge.baylor.edu
:
<iframe allowfullscreen="true" allowtransparency="true" frameborder="0" scrolling="no" seamless="seamless" src="//edge.baylor.edu/player/iframe_kaltura.php?id=1008316" style="width:640px; height:360px; overflow:hidden;" title="Wamble Symposium Fall 2019-Rev. Charles Foster Johnson of Texas Pastors for Children"></iframe>
Embedding <iframe>
Elements from Kaltura
Content managers cannot add <iframe>
elements to a Body field, but site admins or system admins can add an iframe by adding a Basic Block through Layout Builder. Please contact your web consultant for assistance.