PHP & JavaScript Room :: 設置サンプル

実行結果

設置サンプルのソース

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>Twitter @Anywhere:Tweet Box | 設置サンプル</title>
      <link rel="stylesheet" type="text/css" href="/content/lib/global.css" />
   <link rel="stylesheet" type="text/css" href="/common/css/example.css"></head>
   <body id='example3' class='example'><div class="ads" style="margin:32px auto;text-align:center;"></div><h1 class='h'><a href='/'>PHP &amp; JavaScript Room</a> :: 設置サンプル</h1>
<h3 class='h'>実行結果</h3>
      <div id="tbox"></div>
      <div id="res"></div>
      <script src="http://platform.twitter.com/anywhere.js?id=Vr1OpiUZD7KOxQlpSvYdEA&amp;v=1"></script>
      <script type="text/javascript">
        twttr.anywhere(function (T) {
            T("#tbox").tweetBox({
               "data":{
                  "place_id":"d3552f4b2b06cbc8"//Shinjuku Ward, Tokyo
               }
            });
        });
      </script>
   </body>
</html>