Posted on 6 Comments

Insert Prezi Classic into Powerpoint [No Plugins Required]

how-to-add-embed-prezi-to-powerpoint

A very common request for people using both PowerPoint and Prezi is how insert and play a Prezi presentation on a PowerPoint Slide. The good news is that this can be done without the need to download any plugins and described method will work with PowerPoint 2007 and above (process is slightly different for older versions but is also possible). The trick does require a bit of work but should only take a few minutes of your time.

With the below example I will show how to embed an online Prezi into PowerPoint, so it can be played without exiting the presentation mode. The Prezi will act just like a video or image that you can show on any slide. Inserting a Prezi to PowerPoint includes few steps:

1) Insert a Microsoft Web Browser to your slide

powerpoint-insert-microsoft-web-browser

The first step is to add a Web Browser window to the slide you have selected.

1) Click the Developer tab (Click here if you don’t have the Developer tab visible)

2) In the developer tab Click More Options (Icon with wrench and hammer)

prezi-into-powerpoint

3) Scroll down and Choose Microsoft Web Browser and click Ok (If you receive an error, you must change a few settings in your Windows registry)

4) Next it seems like nothing happened, but now you can actually click and draw the browser window on your slide. Make it as large as you want, you can resize the window any time later on. Once completed it should look something like this:

prezi-in-powerpoint-web-browser

2) Link the Web Browser to Your Prezi

This step requires you to a add small piece of code to PowerPoint. This code will link the window you just created to the URL of your online Prezi presentation.

1) In PowerPoint, hold down the Alt key and press f11

2) In the new window that came up choose Insert and then Module

3) Double click on module, this will open up a text area.

4) Into the text area, paste the following code:

Sub go2URL () 
Dim varURL as Variant
varURL = "https://prezi.com/embed/fkvjdilnsml6/?;autoplay=1" 
Slide1.WebBrowser1.Navigate varURL 
End Sub

insert-prezi-to-powerpoint-module

Important: Do not paste your entire Prezi URL, just replace the 12 symbol code. Also define on which slide your Prezi will be, as shown on step number 5.

3) Add Action Button Which Will Load Prezi in Your Presentation

This step is fairly simple, but it is required because the window will not automatically load your Prezi. You need to create an action button – this can be anything like an image or even just a simple text.

1) Select the object you would like to make the button (text or image), in this example we will use the text My Prezi

2) While the object is selected, head to the Insert menu and click Action

3) In the Actions box select Run Macro and it should automatically select the only macro command that we just created. Hit Ok.

insert-action-button-play-prezi-in-powerpoint

4) Save Your PowerPoint with a Correct File Type

For the PowerPoint to work you will need to save it not in a regular format, but use the second option.

1) Choose file and Save as

2) Save as PowerPoint Macro-Enabled Presentation .pptm

macro-enabled-PPT

5) Important Tips:

  • As always before presenting your PowerPoint, click and play it through once as this will load your Prezi. If you get to the actual presenting, then the Prezi is already downloaded onto the PC and it will be loaded in a few seconds and it won’t start to download while people are waiting.
  • Essentially PowerPoint might give some warnings and popups about security about Prezi.com accessing files or not being able to access them, however your Prezi will play fine. The important thing is just to play the whole situation through, so if an error pops up, you can simply continue.

[button link=”https://prezibase.com/free/preview/prezi.pptm” style=”download”]Download the Example PowerPoint File[/button]


Found this article useful? Sharing is caring!

Share

6 thoughts on “Insert Prezi Classic into Powerpoint [No Plugins Required]

  1. I’ve followed all steps up to “Add Action Button” but when I click the “Action,” the “Run Macro” radio button is greyed out and I’m not able to select it.

    I had no problem with the previous steps (entering the 12 character prezi link, slide numer, etc.

    Any solution to this problem?

    Thanks!

    1. Hi

      It might be related to the version of PowerPoint or even Windows used. I attached the example PowerPoint file to the end of the tutorial. You can download the file and replace the Prezi code with your own to test if this file will work.

      Thanks

  2. So that means I have to pay Prezi account before following these steps?

    1. No, this works with any online Prezi presentation, and is not linked with the account type

  3. So when I sent that powerpoint document to others laptop, why couldn’t I run it? That means different PCs => False? Sorry for poor English 🙁

    1. Do these other laptops have the same PPT version? If you want you can also send the PPT to us: templates at prezibase.com and we can take a look at why it didn’t work.

Leave a Reply