everybodysgotone
New Member
This is my blog... if you look on it and look at the side bar you can see my twitter feed. Currently if i tweet to someone then it dispays like this...
My username:
Their user name
TweetI would like it to be more like
My username: Their username
TweetOrMy username:
Their username - TweetViewing the source code of the pages there actually no \[code\]<br>\[/code\] displaying...\[code\] <li>@LouisMoore18: <span class='entry-content'><a href="http://twitter.com/FirstNorwich" class="twitter-user">@FirstNorwich</a> thank you! Is there any delays to the x1? If so how long?</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/LouisMoore18/statuses/293686943156416512"></a></span> <span class="in-reply-to-meta"><a href="http://twitter.com/FirstNorwich/statuses/293686435482071040" class="reply-to">in reply to FirstNorwich</a></span></span></li>\[/code\]However its displaying as if their was oneThis is the code that follows the person who i tweeted...\[code\]private function _linkTwitterUsersCallback( $matches ) { $linkAttrs = array( 'href' => 'http://twitter.com/' . urlencode( $matches[2] ), 'class' => 'twitter-user' ); return $matches[1] . $this->_buildLink( '@'.$matches[2], $linkAttrs );}\[/code\]This a wordpress plugin called Twitter Widget Pro
My username:
Their user name
TweetI would like it to be more like
My username: Their username
TweetOrMy username:
Their username - TweetViewing the source code of the pages there actually no \[code\]<br>\[/code\] displaying...\[code\] <li>@LouisMoore18: <span class='entry-content'><a href="http://twitter.com/FirstNorwich" class="twitter-user">@FirstNorwich</a> thank you! Is there any delays to the x1? If so how long?</span> <span class='entry-meta'><span class='time-meta'><a href="http://twitter.com/LouisMoore18/statuses/293686943156416512"></a></span> <span class="in-reply-to-meta"><a href="http://twitter.com/FirstNorwich/statuses/293686435482071040" class="reply-to">in reply to FirstNorwich</a></span></span></li>\[/code\]However its displaying as if their was oneThis is the code that follows the person who i tweeted...\[code\]private function _linkTwitterUsersCallback( $matches ) { $linkAttrs = array( 'href' => 'http://twitter.com/' . urlencode( $matches[2] ), 'class' => 'twitter-user' ); return $matches[1] . $this->_buildLink( '@'.$matches[2], $linkAttrs );}\[/code\]This a wordpress plugin called Twitter Widget Pro