1

Google トレンドを HTML ページに表示するための js スクリプトを追加しようとしています。http://goo.gl/4C92vkの最初のグラフィックから直接埋め込みコードを取得し、次のように変更しましたが、機能しません

<html>
<body>
<script type="text/javascript" src="//www.google.com/trends/embed.js?hl=en-US&q=chicago+marathon&cmpt=q&content=1&cid=TIMESERIES_GRAPH_0&export=5&w=500&h=330"></script>
</body>
</html>

何かご意見は?ありがとう

4

1 に答える 1

1
<body>
<div>
<script type="text/javascript">
document.write('<iframe scrolling="no" style="border:none;" width="250" height="413" src="http://www.google.com/trends/hottrends/widget?pn=p1&amp;tn=10&amp;h=413"></iframe>');
</script>
</div>
</body>
于 2013-10-13T20:51:40.410 に答える