移动野生动物园的iframe中是否有Twitter post方法?

时间:2013-09-16 21:48:39

标签: javascript iframe twitter src

我在div中嵌入了以下iframe。

<div id="sharepopup" class="sharepopup">
    <iframe id="social" class="social" frameborder="0">
    </iframe>
    <div id="shareclosebutton" class="shareclose"></div>
</div>

iframe的CSS是......

    iframe.social{
    background:#ffffff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    border-radius:10px;
    padding:10px;
    width:480px;
    height:180px;
    z-index:102;
    }

我正在尝试这样做......

document.getElementById('social').src="https://twitter.com/intent/tweet?original_referer=&text=Check%20out%20this%20page&tw_p=tweetbutton&url=http%3A%2F%2Fwww.MYSITE.co.uk%2Fhhg%2FMYPAGE.html?="+pagenumber;

当我使容器div可见时 但我得到的只是一个空白的iframe。

有没有其他人设法让网页内容在iframe中运行? 没有JQUERY的答案。

0 个答案:

没有答案