Hi,
Below code embedding a Youtube video works fine in my EC2@ RStudio but does not show up when deployed to Shinyapps.io
Code:
actionButton("Demo", label = "",class="btn-group btn-group-xs",icon=icon("video-camera")
bsModal("demomodal","Watch the Demo","Demo",width = "90%", div(HTML('<iframe src="
http://www.youtube.com/embed/aOWB0yGTrNY/" frameborder="0" style="overflow:hidden;height:500px;width:100%" height=100% width="100%"></iframe >'),height= "100%", width= "100%")),
Please help me understand the cause and the workaround
Regards,
SD