yikulju

front-end development

Embedding Prezi

Jan 24th 2009
No Comments
respond
trackback
- Can I insert my prezi into my site? - Yes, you can do it easily. There are a couple of steps:
  1. Go to your “My” page
  2. Click on your prezi which you want to insert
  3. Select the Share
  4. At “Who can view” select “everyone”
  5. Then you’ll get a link at “Link”
  6. Copy this link
  7. Go to the site where you want to insert the prezi
  8. Use the following HTML <iframe src=”" height=”" width=”"></iframe>
  9. Replace the src=”" with the prezi link you have
  10. Set the height and width parameters
For instance, let’s say I got this link “http://prezi.com/4537/view” then the HTML looks like this: <iframe src=”http://prezi.com/4537/view” height=”320″ width=”425″></iframe> and the result will look like this:

This post is tagged ,

No Comments