Ben Twitter tarafından sağlanan RSS beslemesi en son tweets getirir WordPress için basit bir Widget yapıyorum.
(: Username @ ie) ve trend konular (örn: # nowplaying) Bu Widget bir tweet gönderdi herhangi bir bağlantıyı ayrıştırır, o da bahseder ayrıştırır. Bu 3 durumlar için, bazı Twitter özelliğine işaret bağlantılar oluşturur.
Örneğin:
"Hi @UserA, check out the song Foo from FooBar that I'm listening,
it's awesome. #nowplaying"
Ve bu ayrıştırmak olacak:
Hi <a href="http://twitter.com/UserA">@UserA</a>, check out the song
Foo from FooBar that I'm listening, it's awesome.
<a href="http://twitter.com/#search?q=nowplaying">#nowplaying</a>
Şimdi ben, bu gibi tüm mesajın için küresel bir bağlantı eklemek gerekir:
<a href="http://twitter.com/UserA/statuses/1234567890">
Hi <a href="http://twitter.com/UserA">@UserA</a>, check out the song
Foo from FooBar that I'm listening, it's awesome.
<a href="http://twitter.com/#search?q=nowplaying">#nowplaying</a>
</a>
Ama bu kod doğrulamaz ve (tarayıcıları gerçekten onunla ne yapacağını bilmek görünmüyor) zaten çalışmıyor.
Herhangi bir öneriniz bunu nasıl düzeltebilirim ki?