Forum Discussion
MarioDassaro
6 years agoQrew Member
We use streaming and embedded video periodically and I'm having trouble wrapping my mind around this.
When I paste the embed link from YouTube into a formula rich text field, the field complains about syntax on save attempt.
Would you mind using my example embed below to explain which changes in syntax / format should be made prior to pasting into the rich text field?
<iframe width="560" height="315" src="https://www.youtube.com/embed/PTE2oqMcfSw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Thanks.
------------------------------
The QBA in training
------------------------------
When I paste the embed link from YouTube into a formula rich text field, the field complains about syntax on save attempt.
Would you mind using my example embed below to explain which changes in syntax / format should be made prior to pasting into the rich text field?
<iframe width="560" height="315" src="https://www.youtube.com/embed/PTE2oqMcfSw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Thanks.
------------------------------
The QBA in training
------------------------------
MarkShnier__You
Qrew Legend
6 years ago.. did you down load Kirk Trachy's Magic Buttons App from the Exchange and follow his steps?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
- MarioDassaro6 years agoQrew MemberYes. Works great with video clips uploaded to QuickBase, however if we wanted to run a stream url through an embedded link on a QuickBase table or page, the embed provided by YouTube doesn't work correctly out of the box, and I am not sure how to format it so that it does.
------------------------------
The QBA in training
------------------------------- MarkShnier__You6 years ago
Qrew Legend
This is the code for the magic formula field which is then used at both ends of a report link field. It's from Kirk Trachy's Magic Buttons app.
var text URL = "https://www.youtube.com/embed/PTE2oqMcfSw";
"<iframe width=\"560\" height=\"315\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" src=\"" & $URL & "\" allowfullscreen></iframe>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------