Reputation: 1
I'm trying to embed interactive content into Google Slides from an application called Genial.ly. What I'm trying to do is:
SyntaxError: Unexpected token '<' (line 2, file "Code.gs")
Here's the script I'm trying to embed into Google Slides:
<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>
Upvotes: 0
Views: 4580
Reputation: 38425
It's not possible to embed interactively content in Google Slides. Instead use a Google Site or create a Web App.
Below is the Insert menu of Google Slides. As you can see there is no "embed" option there.
The Google Slides API doesn't include it either.
Resources
Upvotes: 0