我正在尝试从名为Genial.ly的应用程序将交互式内容嵌入Google幻灯片。我想做的是:
SyntaxError:意外令牌'<'(第2行,文件“ Code.gs”)
这是我要嵌入到Google幻灯片中的脚本:
<div class="container-wrapper-genially" style="position: relative; min-height: 400px; max-width: 100%;"><img src="https://s3.eu-west-1.amazonaws.com/genial.ly/5ed8f285d8ef906cea2515d1/4746f820-fcac-446f-b4d1-8ec8fbdabad5.png" class="loader-genially" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; z-index: 1;width: 80px; height: 80px;"/><div id="5f1ad697fbeabf0cf7b3c597" class="genially-embed" style="margin: 0px auto; position: relative; height: auto; width: 100%;"></div></div><script>(function (d) { var js, id = "genially-embed-js", ref = d.getElementsByTagName("script")[0]; if (d.getElementById(id)) { return; } js = d.createElement("script"); js.id = id; js.async = true; js.src = "https://view.genial.ly/static/embed/embed.js"; ref.parentNode.insertBefore(js, ref); }(document));</script>
答案 0 :(得分:0)
不可能以交互方式将内容嵌入Google幻灯片。而是使用Google网站或创建Web应用。
下面是Google幻灯片的插入菜单。如您所见,那里没有“嵌入”选项。
Google Slides API也不包含它。
资源