ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Show the text of the tweet that i'm replying to. #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What would you like dabr to do?
That when i reply to a tweet, it shows me the text of the tweet instead of
'In Reply to tweet ID XXXXXXXXX'

How would you prefer dabr to do it?
/common/twitter.php:814

$request = "http://twitter.com/statuses/show/{$in_reply_to_id}.json";

$status = twitter_process($request);

$content .= "<p>In reply to tweet  \"{$status->text}\", ID
$in_reply_to_id...</p>";

It would be useful, maybe, a substr to not show the whole text.

Original issue reported on code.google.com by mychemic...@gmail.com on 16 Jan 2010 at 6:24

Attachments:

GoogleCodeExporter commented 9 years ago
see issue 91 for a non-api-call way to handle this

Original comment by ldoug...@gmail.com on 20 Jan 2010 at 2:51

GoogleCodeExporter commented 9 years ago
ok, i guess this issue should be closed.

Original comment by mychemic...@gmail.com on 20 Jan 2010 at 3:22

GoogleCodeExporter commented 9 years ago

Original comment by david.carrington on 20 Jan 2010 at 9:03