Description
Zoho Show is one of the range of Ajax-based online office products from Zoho. It incorporates a spreadsheet, wordprocessor, presentation tool and many other applications. This snippet focusses on the slideshow presentation application which enables you to embed slideshows in your wikidot wiki. The benefit of this over Powerpoint is that your user does not have to have Powerpoint itself or the free Powerpoint Viewer installed on their PC.
Creating Your Presentation
You can create presentations slideshows directly within Zoho Show or import them from Powerpoint.
From the "Publish" menu in Zoho Show make the presentation "public" and then copy the code that it gives you. If you want to copy it to your wiki later you go back to the Publish menu and select "Embed in website/blog".
Code
When publishing your presentation in Zoho Show you would get code like this:
<iframe height="335" width="450" name="Welcome3" style="border:1px solid #AABBCC" scrolling="no" src="http://show.zoho.com/embed?USER=zohoshow&DOC=show20&IFRAME=yes" frameBorder="0"></iframe>
In Action
Just copy the code to your wiki and wrap it in [[embed]] and [[/embed]] tags to get this:
Snippet updated 24 September 2008 by Rob Elliott (strathview)
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.






Allow google docs presentation EMBED.
WIKIDOT still does not support google docs..
You can use the "normal" html codings with iframe -ing it in a little frame… see http://snippets.wikidot.com/code:use-any-html-code-on-a-page
I would not wait foe embeding allowance…
Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)
Wollen Sie Wikidot helfen im deutschen » Handbuch ?
My code was getting single quote (') I replaced it with (") double quoted , then it worked for me!!