首页 | 手机版 | 三国演义 | 三国志 | 史将 | 背景 | 藏书阁
首页 -> 精彩文章 -> Google Wave

Google Wave

作者RPD马甲 标签google Wave 阅读次数:0

    

Code
Paste this snippet wherever you want the wave to show up:

<div id="wave" style="width: 560px; height: 420px"></div>

And this one right before your

</body> tag:

<script
  type="text/javascript"
  src="http://wave-api.appspot.com/public/embed.js">
</script>
<script type="text/javascript">
  var wave =
    new WavePanel('https://wave.google.com/wave/');
  wave.setUIConfig('white', 'black', 'Arial', '13px');
  wave.loadWave('googlewave.com!w+HdSKjKzWN');
  wave.init(document.getElementById('wave'));
</script>



浙ICP备06020153号-1