使用簡單的PHP調用和Jquery腳本我在我的網站上顯示了我的Twitter提要,它一切正常,但我希望我的推文鏈接位於標籤中在twitter.com上。將<a>標記鏈接添加到您的Twitter XML Feed
例如XML:
<text>There are over 20,000 design based businesses in London alone - http://icanhaz.com/designbusinesses</text>
我想獲得<a href="...."> .... </a>
周圍的URL,這樣我可以返回HTML這樣的:
<p>here are over 20,000 design based businesses in London alone - <a href="http://icanhaz.com/designbusinesses"> ... </a> </p>
謝謝,但這並不能真正解決我的問題,因爲我的jquery調用仍然支持標記... var title = $(this).find(「text」)。text(); – 2010-02-22 16:04:27
然後,您應該顯示您正在使用的jQuery代碼的代碼片段,並且我們可以幫助您修復它。 – 2010-02-22 17:17:04