GoogleWave
Google Wave was shut down in April 2012 (see Google's website )
Question
How can I include a Google Wave in a wiki page?
Answer
gwave.phpΔ lets you embed a Google Wave in a wiki page. Download script, copy to cookbook folder, and install by adding to config.php:
include_once("$FarmD/cookbook/gwave.php");
The script adds the markup (:gwave googlewave.com!w+x... [width=..] [height=..] [header=true/false] [toolbar=true/false] [footer=true/false]:)
The included wave is an embedded object, size can be determined with width and height parameters (default is width=100% and height=400px). Display options header
, toolbar
, and footer
can all be disabled by setting to false
(default=true
). A modern browser supporting the iframe
tag is required.
Release notes
- 2010-08-02: First release. Released to public domain. Inspired by IncludeUrl recipe.
See Also
User notes -1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.