BBCode to display a presentation on your forum

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
User avatar
Martin_K
BBCoder III
BBCoder III
Posts: 121
Joined: 02 Sep 2011, 11:13
BBCodes: 10
Favourite BBCode: textarea
Favourite MOD: Newsletter Add on
Location: London, UK
Contact:

BBCode to display a presentation on your forum

Post by Martin_K »

The best way I have found so far to display a PowerPoint presentation on my forum, is to
  1. open the presentation in Keynote (being a Mac user), opens most PowerPoint presentations.
  2. Export as html site, complete with navigation controls.
  3. Upload the mini site to a folder on your site.
  4. Create a BBCode iFrame for the site.
This is how I set up my BBCode:

BBCode usage:

Code: Select all

[slides]{IDENTIFIER}[/slides]
HTML replacement:

Code: Select all

<iframe scrolling="auto" frameborder="0" src="http://yoursite.co.uk/yourfolder/{IDENTIFIER}/" width="850" height="740"></iframe>
Helpline:

Code: Select all

The folder name of the slideshow created by Keynote in html form.
You may need to tweak some of these settings depending on the size of the original presentation.
User avatar
Vox Populi
BBCoder III
BBCoder III
Posts: 135
Joined: 27 Jul 2011, 15:44
BBCodes: 51
Favourite BBCode: YouTube
Favourite MOD: mChat, Welcome on Index
Location: Index,WA
Contact:

BBCode to display a presentation on your forum

Post by Vox Populi »

Why not just a link to the PPS or PP file and a snapshot for the link? I've personally never cared for the export to html in PP. The advantage you have with the HTML version is most everybody can view it. There is a PP reader at MS for free.
Be who you are and say what you feel.
Those who mind don't matter.
Those who matter don't mind.
- Dr. Seuss
User avatar
Martin_K
BBCoder III
BBCoder III
Posts: 121
Joined: 02 Sep 2011, 11:13
BBCodes: 10
Favourite BBCode: textarea
Favourite MOD: Newsletter Add on
Location: London, UK
Contact:

BBCode to display a presentation on your forum

Post by Martin_K »

My idea behind using Iframes is to keep people on the forum, and save them having to download files, go off site and have to download and use additional programs to view the files they have downloaded. Strikes me as a no-brainer.

I am using a Keynote, for Mac, to produce the mini html site and it does a nice job of producing it. I'll put up an example with audio when I have one.
sinlyn
BBCoder I
BBCoder I
Posts: 1
Joined: 24 Jan 2013, 08:27
BBCodes: 2000
Contact:

BBCode to display a presentation on your forum

Post by sinlyn »

the PPS or PP file is wasting your time, and the HTML version is easiler
Locked