Plugin Directory

Changeset 219460


Ignore:
Timestamp:
03/19/2010 08:50:36 AM (16 years ago)
Author:
etftw
Message:

Fixed an issue with the date processing, the times are now in sync with Twitter and the "moments ago" notice will only display while the tweet is less than two minutes old

Location:
tweetbox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tweetbox/trunk/README.txt

    r219303 r219460  
    3232* <pre>
    3333&lt;div id=&quot;tweetbox&quot;&gt;<br />
    34     &lt;script type=&quot;text/javascript&quot; src=&quot;PLUGIN_DIRECTORY/jquery-1.4.2.min.js&quot;&gt;&lt;/script&gt;<br />
     34    &lt;script type=&quot;text/javascript&quot; src=&quot;PLUGIN_DIRECTORY/jquery-1.3.2.min.js&quot;&gt;&lt;/script&gt;<br />
    3535    &lt;script type=&quot;text/javascript&quot; src=&quot;PLUGIN_DIRECTORY/tweetbox.js&quot;&gt;&lt;/script&gt;<br />
    3636    &lt;script&gt;getTweets('YOUR_USERNAME', NUMBER_OF_TWEETS)&lt;/script&gt;<br />
     
    4040
    4141== Changelog ==
     42= 1.2.7 =
     43* Fixed an issue with the date processing, the times are now in sync with Twitter and the "moments ago" notice will only display while the tweet is less than two minutes old
     44
    4245= 1.2.6 =
    4346* Fixed a problem that could cause plugins to conflict
     
    5154
    5255== Upgrade Notice ==
     56= 1.2.7 =
     57Fixes an issue with the "Posted moments ago" notice being displayed longer than two minutes
     58
    5359= 1.2.6 =
    5460Prevents tweetbox conflicting with other jQuery plugins
  • tweetbox/trunk/tweetbox.js

    r219303 r219460  
    44    Description: A fast and robust Twitter plugin powered by JQuery
    55    Author: Rob Carr
    6     Version: 1.2.5
     6    Version: 1.2.7
    77    Author URI: http://www.etftw.co.uk/
    88*/ 
     
    1818function getTimeSince( t, original_timestamp )
    1919{
     20    t += 3;
    2021    var ago = " ", date;
    2122    if(t <= 1) {
  • tweetbox/trunk/tweetbox.php

    r219303 r219460  
    55    Description: A fast and robust Twitter plugin powered by JQuery that is fully customisable and lets you fetch your latest tweets and display them on your WordPress blog.
    66    Author: Rob Carr
    7     Version: 1.2.6
     7    Version: 1.2.7
    88    Author URI: http://www.etftw.co.uk/
    99    */
Note: See TracChangeset for help on using the changeset viewer.