Skip to content

Instantly share code, notes, and snippets.

@jassey
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jassey/f15e970e106c917c5475 to your computer and use it in GitHub Desktop.
Save jassey/f15e970e106c917c5475 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns:wb=“http://open.weibo.com/wb>
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>微博信息汇总</title>
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
var time_reload = 5 * 60 * 1000;
setInterval(function() {window.location.reload(); }, time_reload);
</script>
<style type="text/css">
#teambition_content iframe {
margin-top: -278px;
}
#talk_content iframe {
margin-top: -283px;
}
</style>
</head>
<body>
<table>
<tr>
<td id="teambition_content">
<wb:topic column="n" border="n" width="560" height="1200" tags="Teambition%2C%E7%AE%80%E8%81%8A%2Cjianliao%2Ctalkai" language="zh_cn" version="base" appkey="2cB4h" footbar="y" url="http%3A%2F%2Fjiyang.me%2Fdashboard%2Fteambition_weibo" filter="n" > </wb:topic>
</td>
<td id="talk_content">
<wb:topic column="n" border="n" width="560" height="1200" tags="%E7%AE%80%E8%81%8A%2Cjianliao%2Ctalkai" language="zh_cn" version="base" appkey="2cB4h" footbar="y" url="http%3A%2F%2Fjiyang.me%2Fdashboard%2Fteambition_weibo" filter="n" >
</wb:topic>
</td>
</tr>
</table>
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment