Share via

How do I embed iframe code into my powerpoint?

Anonymous
2013-07-01T05:19:31+00:00

I have this iframe code:

<!-- Slidagram | life is a slideshow --><iframe src="http://www.slidagram.com/SShow/SlideShow.aspx?st=HT&hashtag=otccomedy&is=300&wc=3&hc=2&tim=3000&pp=0&bc=8a3eb3&fr=true" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:900px; height: 600px" ></iframe>

I want to embed it into a powerpoint slide, how do I do this? All I can find is stupid tutorials on how to embed videos.

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

6 answers

Sort by: Most helpful
  1. Anonymous
    2013-07-15T05:12:13+00:00

    The Live Web add-in is pure ****, it doesnt give you options to resize the window to show only the portion you want the viewer to see. Also its just a terrible addin and everyone seems to be passing it off as good quality. Do you have any other suggestions on how to do this?

    10+ people found this answer helpful.
    0 comments No comments
  2. Steve Rindsberg 99,156 Reputation points MVP Volunteer Moderator
    2013-07-15T14:21:35+00:00

    It does what most people want it to do.  

    The add-in simply hosts an instance of the browser in an easy-to-use way.  If your html doesn't do what you want it to in the browser natively, it's not going to do it in a LiveWeb hosted instance of the browser.

    Some HTML is deliberately fluid ... resizes itself to keep all the content visible regardless of the size of the browser window.  Other HTML is not; stuff is whatever size it is, and if you shrink the browser window, you cut off some of the content.

    Sounds like the latter's what you want, the former's what you have, and LiveWeb's just doing what your HTML asks it to do.

    Suggestion: work out where the problem really lies before dissing a good product (one that cost you *nothing*) in public.

    8 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2016-02-01T14:07:51+00:00

    I also tried to embed a webpage into my powerpoint presentation. This article helped me: http://www.ispringsolutions.com/blog/how-to-embed-an-iframe-in-a-powerpoint-presentation/

    7 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2013-07-15T17:27:31+00:00

    Steve's being very polite! I'm just trying to work out whether its the STUPID tutorials the PURE ****  (completely free) AddIn from one of the best PPT coders there is, or your manners!

    4 people found this answer helpful.
    0 comments No comments
  5. Steve Rindsberg 99,156 Reputation points MVP Volunteer Moderator
    2013-07-01T15:07:23+00:00

    It'll probably work if you use e.g. Shyam's Live Web addin:

    http://skp.mvps.org/liveweb.htm#.UdGaY_kqjTo

    That adds a browser window to your presentation. You'd need to create an html file that incorporates the iframe code and feed that to the browser window.

    It might be simpler and work just as well to feed just the slideagram.com url to the browser window, since it's already acting as a kind of iframe.

    4 people found this answer helpful.
    0 comments No comments