iframe を使用してサイトを埋め込むために、静的 html を使用しています。
<iframe frameborder="0" width="810px" height="2200px" src="http://domain" style="overflow-x:hidden;overflow-y:scroll;" ></iframe>
そんな感じ。私のコードでは、私は使用しています
FB.init({appId: "00000000", status: true, cookie: true}); FB.Canvas.scrollTo(0,300)
しかし、うまくいきません。効果はないようです。何かアドバイス?