Changeset 219460
- Timestamp:
- 03/19/2010 08:50:36 AM (16 years ago)
- Location:
- tweetbox/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (3 diffs)
-
tweetbox.js (modified) (2 diffs)
-
tweetbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tweetbox/trunk/README.txt
r219303 r219460 32 32 * <pre> 33 33 <div id="tweetbox"><br /> 34 <script type="text/javascript" src="PLUGIN_DIRECTORY/jquery-1. 4.2.min.js"></script><br />34 <script type="text/javascript" src="PLUGIN_DIRECTORY/jquery-1.3.2.min.js"></script><br /> 35 35 <script type="text/javascript" src="PLUGIN_DIRECTORY/tweetbox.js"></script><br /> 36 36 <script>getTweets('YOUR_USERNAME', NUMBER_OF_TWEETS)</script><br /> … … 40 40 41 41 == 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 42 45 = 1.2.6 = 43 46 * Fixed a problem that could cause plugins to conflict … … 51 54 52 55 == Upgrade Notice == 56 = 1.2.7 = 57 Fixes an issue with the "Posted moments ago" notice being displayed longer than two minutes 58 53 59 = 1.2.6 = 54 60 Prevents tweetbox conflicting with other jQuery plugins -
tweetbox/trunk/tweetbox.js
r219303 r219460 4 4 Description: A fast and robust Twitter plugin powered by JQuery 5 5 Author: Rob Carr 6 Version: 1.2. 56 Version: 1.2.7 7 7 Author URI: http://www.etftw.co.uk/ 8 8 */ … … 18 18 function getTimeSince( t, original_timestamp ) 19 19 { 20 t += 3; 20 21 var ago = " ", date; 21 22 if(t <= 1) { -
tweetbox/trunk/tweetbox.php
r219303 r219460 5 5 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. 6 6 Author: Rob Carr 7 Version: 1.2. 67 Version: 1.2.7 8 8 Author URI: http://www.etftw.co.uk/ 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.