I am trying to publish .Rmd to Rpubs by embedding a youtube video link. After some research, I try to do the following, which just gives an empty space in my html.
.Rmd
<div align="center"> <iframe width="560" height="315" src="http://www.youtube.com/embed/zsYjsgm4Psg" frameborder="0" allowfullscreen> </iframe> </div>
Two related posts:
<iframe width="560" height="315" src="http://www.youtube.com/embed/9bZkp7q19f0?rel=0" frameborder="0" allowfullscreen></iframe>
This can be put in a piece of code inside .Rmd
A source
Source: https://habr.com/ru/post/1210148/More articles:How to get text input from user in pygame? - pythonInstall user agent with selenium-webdriver and phantomjs in nodejs - javascriptJavafx 8 how to make the mouse cursor invisible? - javafx-8Undefined symbol: _ZN7QString13toUtf8_helperERKS_ at runtime - c ++Use batch fork depending on composer - gitConvert string to UnsafeMutablePointer in Swift - swiftIn OpenGrok, how do you do a full search for special characters without alphanumeric characters? - opengrokHow to reduce data with the longest string within pandas? - pythonHow to enable a fluid physics engine with nodes - javascriptHow to get UITableViewCell to adjust height to fit its content? - iosAll Articles