藏书阁 史将 特技
背景 三国演义 PC版
首页 -> 精彩文章 -> 文章
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