Google Wave BB Code

Discuss phpBB 3.0.x in general.
Forum rules
Please post any phpBB 3.1.x related topics in the phpBB 3.1.x discussion forum.
Post Reply
User avatar
MasterZ
Member
Member
Posts: 87
Joined: 07 Jul 2007, 23:46
Real name: Jon
Location: Colorado Springs, CO
Contact:

Google Wave BB Code

Post by MasterZ »

Google Wave now has the ability to embed a wave directly into a webpage, so I came up with some BB Code to help out with this.

First up, the BB Code
BB Code

Code: Select all

[wave]https://wave.google.com/wave/waveref/googlewave.com/{SIMPLETEXT}[/wave]


HTML Code

Code: Select all

<div id="waveframe" style="width:600px; height:450px;"></div><script src="http://www.google.com/jsapi"></script><script type="text/javascript"> google.load("wave", "1"); google.setOnLoadCallback(function() { new google.wave.WavePanel({target: document.getElementById("waveframe")}).loadWave("googlewave.com!{SIMPLETEXT}");}); </script>
<div style="width:600px; height=10px; text-align:center; margin-top: -10px;"><a href="https://wave.google.com/wave/waveref/googlewave.com/{SIMPLETEXT}">Visit this Wave</a></div>



Now get the info from the Wave
Add Public to the wave
Click on Link to wave...
Copy the URL that they give you and put it in the wave tags.

Example Usage

Code: Select all

[wave]https://wave.google.com/wave/waveref/googlewave.com/w+J9A24nm-B [/wave]


DEMO

For a working example of this BB Code in action and to make sure you get the latest code visit [url=http://zenorsoft.com/community/viewtopic.php?f=45&t=1022]ZenorSoft Web Design[/url]

Thanks. :)
Post Reply