嵌入Twitter状态
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了嵌入Twitter状态相关的知识,希望对你有一定的参考价值。
<div id="twitter" class="container"> <a href="http://twitter.com/snookca"><img src="/img/twitter.png" alt="Follow me on Twitter"></a> <p><a id="twitter-post" href="http://twitter.com/snookca">I say witty things on Twitter.</a></p> </div> function twitterCallback(o) { o = o[0]; // o is always an array, so just get the first (and only entry) var e = document.getElementById('twitter-post'); e.href = 'http://twitter.com/snookca/status/' + o.id; }
以上是关于嵌入Twitter状态的主要内容,如果未能解决你的问题,请参考以下文章
iPhone 浏览器中嵌入的 twitter 时间线溢出问题