Someone wrote a twitter plugin for e107. In the admin part there is a possibility to change the HTML template (use within each li element)
Now standard this is set to:
%text% <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>
My problem is that this generates a time in the timeline of:
My tweet bla bla bla 8:35 PM Nov 2nd
I would like to see this as: My tweet bla bla bla 10 minutes ago (or 2 days ago, etc)
Is there another time code for this in stead of using %time% ?