Closed nadeemja closed 8 years ago
yes, when you get a link to a slidedeck, it will render the whole app to present the deck.
Thank you for answering me. I don't think I entirely understood.
Will it render the whole app inside a wrapper, for example, that doesn't fill the whole screen?
Could I do something like this:
<div style='width:400px;height:400px'> embed here </div>
@nadeemja Of course you can embed it. But try to use the <iframe>
tag.
For example,
<iframe
src="http://www.hast.me/hast/KWcAQ9AL4EEMb3wqR"
frameborder="0" width=600 height=400>
</iframe>
Hi,
Forgive the possibly stupid question, but is this embeddable?
Like embedded presentations on slideshare. (example: http://www.slideshare.net/andrewreedy/rapid-mobile-development-with-meteorjs)