BBCode to display a presentation on your forum
Posted: 08 Jan 2013, 23:57
The best way I have found so far to display a PowerPoint presentation on my forum, is to
BBCode usage:
HTML replacement:
Helpline:
You may need to tweak some of these settings depending on the size of the original presentation.
- open the presentation in Keynote (being a Mac user), opens most PowerPoint presentations.
- Export as html site, complete with navigation controls.
- Upload the mini site to a folder on your site.
- Create a BBCode iFrame for the site.
BBCode usage:
Code: Select all
[slides]{IDENTIFIER}[/slides]
Code: Select all
<iframe scrolling="auto" frameborder="0" src="http://yoursite.co.uk/yourfolder/{IDENTIFIER}/" width="850" height="740"></iframe>
Code: Select all
The folder name of the slideshow created by Keynote in html form.