Skip to content

Instantly share code, notes, and snippets.

@jassey
Last active August 29, 2015 14:28

Revisions

  1. jassey renamed this gist Aug 25, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. jassey created this gist Aug 25, 2015.
    45 changes: 45 additions & 0 deletions dashboard_weibo
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,45 @@
    <!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>