通过 Rmarkdown 编织后无法让 iframe 出现在静态 HTML 页面上

Cannot get iframe to appear on static HTML page after knitting through Rmarkdown

我已经搜索了解决方案,但似乎无法让 iframe 出现在我的静态 HTML 博客页面上。我所做的就是将源中给出的 iframe 粘贴到 RStudio IDE 中的 Rmarkdown 文档的主体中。使用 blogdown 包为我的网站提供服务后,页面呈现但没有 iframe 内容,页面上的位置是空白的。

这是有问题的 iframe 内容:

<iframe width="600" height="600" src="https://earthengine.google.com/iframes/timelapse_player_embed.html#v=41.19349,-112.3765,7.414,latLng&amp;t=0.33" frameborder="0"></iframe>

YouTube 视频等其他 iframe 内容将毫无问题地呈现在 HTML 页面上。但是,页面上应该出现地图的地方只是空白。

当 markdown post 中包含 iframe 内容时,将使用 blogdown 编制并转换为 html 页面,并且当该 iframe 内容未出现在 html 页面,检查 Chrome 中是否没有 privacy-oriented/script-blocking 扩展名 运行。例如,启用 Privacy Badger 后,网站内容通常会被阻止加载。