Changeset 197907
- Timestamp:
- 01/25/2010 02:23:58 PM (16 years ago)
- Location:
- twitoaster
- Files:
-
- 6 edited
- 4 copied
-
tags/1.3.1 (copied) (copied from twitoaster/trunk)
-
tags/1.3.1/readme.txt (copied) (copied from twitoaster/trunk/readme.txt)
-
tags/1.3.1/twitoaster-post-replies.php (copied) (copied from twitoaster/trunk/twitoaster-post-replies.php)
-
tags/1.3.1/twitoaster.php (copied) (copied from twitoaster/trunk/twitoaster.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (modified) (previous)
-
trunk/twitoaster-post-replies.php (modified) (1 diff)
-
trunk/twitoaster.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitoaster/trunk/readme.txt
r192985 r197907 1 === Twit oaster - Twitter Conversations===1 === Twitter Comments - Twitoaster === 2 2 Contributors: Twitoaster 3 3 Donate link: http://twitoaster.com/about/ 4 Tags: comments, post, tweet, twitter4 Tags: twitter, comment, comments, post, posts, plugin, widget 5 5 Requires at least: 2.2 6 6 Tested up to: 2.9.1 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 9 Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics.9 Twitter Comments system. Automatically retrieve Twitter Replies and/or Twitter Retweets to your Blog's Posts using WP built-in comment system. Also bring Twitter Statistics. 10 10 11 11 == Description == 12 Automatically retrieve Twitter Replies andRetweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments, using WP built-in comment system.12 Twitter Comments system. Automatically retrieve Twitter Replies and/or Twitter Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments, using WP built-in comment system. 13 13 14 Here is how Twitter Replies / Twitter Updates work:14 Here is how Twitter Comments work: 15 15 16 16 1. You Post an article on your blog 17 17 2. You update your Twitter status (or let the plugin do it for you) 18 3. You automatically get all related Twitter Replies and/or Retweets as comments to your Post18 3. You automatically get all related Twitter Replies and/or Twitter Retweets as comments to your Post 19 19 20 20 The plugin also brings two widgets: 21 21 22 1. Analytics charts showing how many Twitter Replies and Retweets you are receiving22 1. Analytics charts showing how many Twitter Replies and Twitter Retweets you are receiving 23 23 2. Listings of your 20 most recent Twitter Conversations 24 24 … … 45 45 46 46 == Changelog == 47 48 = 1.3.2 = 49 * New: Retrieving Twitter Replies and Twitter Retweets faster for new posts 47 50 48 51 = 1.3.1 = -
twitoaster/trunk/twitoaster-post-replies.php
r192985 r197907 31 31 // Twitoaster API Data Processing 32 32 else { 33 if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 7200)) { $expire = $twitoaster_options['api_timing']['short']; } /* < 2h */ 34 else if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 172800)) { $expire = $twitoaster_options['api_timing']['normal']; } /* 2h - 48h */ 33 34 if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 3600)) { $expire = $twitoaster_options['api_timing']['instant']; } /* < 1h */ 35 else if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 21600)) { $expire = $twitoaster_options['api_timing']['short']; } /* < 1h - 6h */ 36 else if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 172800)) { $expire = $twitoaster_options['api_timing']['normal']; } /* 6h - 48h */ 35 37 else if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 1296000)) { $expire = $twitoaster_options['api_timing']['long']; } /* 48h - 15j */ 36 38 else { $expire = $twitoaster_options['api_timing']['huge']; } /* > 15j */ -
twitoaster/trunk/twitoaster.php
r192985 r197907 2 2 3 3 /* 4 Plugin Name: Twit oaster - Twitter Conversations4 Plugin Name: Twitter Comments - Twitoaster 5 5 Plugin URI: http://twitoaster.com/wordpress-plugin/ 6 Description: Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics.7 Version: 1.3. 16 Description: Twitter Comments system. Automatically retrieve Twitter Replies and/or Twitter Retweets to your Blog's Posts using WP built-in comment system. Also bring Twitter Statistics. 7 Version: 1.3.2 8 8 Author: Twitoaster 9 9 Author URI: http://twitoaster.com/ … … 40 40 $currentoptions = array(); 41 41 42 $currentoptions['install_version'] = '1.3. 1';42 $currentoptions['install_version'] = '1.3.2'; 43 43 if (empty($options['install_time'])) { $currentoptions['install_time'] = current_time('timestamp', true); } 44 44 else { $currentoptions['install_time'] = $options['install_time']; } … … 268 268 } 269 269 270 $message = 'Twitoaster Posts Replies settings successfully Updated.';270 $message = 'Twitoaster Comments settings successfully Updated.'; 271 271 } 272 272 … … 300 300 <p> 301 301 Enter your <strong>Twitoaster API Key</strong> to link this blog with your Twitter account. (<a href="http://twitoaster.com/wp-login.php?force_login=true&redirect_to=http://twitoaster.com/api/authentication/" target="_blank">Get your Twitoaster API Key</a>) 302 <br />Feel free to < a href="http://twitoaster.com/about/contact/" target="_blank">contact us</a> if you experience any trouble with this plugin or your Twitoaster account.302 <br />Feel free to <b><a href="http://twitoaster.com/about/contact/" target="_blank">contact us</a></b> if you experience any trouble with this plugin or your Twitoaster account, and think to <b>follow <a href="http://twitter.com/twitoaster" target="_blank">@twitoaster</a></b> to be informed of the latest Twitter + WordPress news! 303 303 </p> 304 304 <form name="twitoaster-form-api-key" method="post" action="#"> … … 331 331 332 332 <div id="icon-post" class="icon32"><br /></div> 333 <h2>Twit oaster Posts Replies & Retweets</h2>333 <h2>Twitter Comments (posts replies & retweets)</h2> 334 334 <h3>Twitter Comments Settings</h3> 335 335 <p> … … 449 449 450 450 <div id="icon-themes" class="icon32"><br /></div> 451 <h2>Twit oaster Widgets</h2>452 <h3>Twit oaster Charts</h3>451 <h2>Twitter Widgets (charts & conversations)</h2> 452 <h3>Twitter Charts</h3> 453 453 <p> 454 454 Analytics charts showing how many replies / retweets you are generating, and what day of the week (or time of day) produces the most replies and retweets. … … 456 456 <br />You can also edit the CSS file located in the plugin directory, to fine tune the widget appearance to your design. 457 457 </p> 458 <h3>Twit oaster Conversations</h3>458 <h3>Twitter Conversations</h3> 459 459 <p> 460 460 Listing of your 20 most recent Twitter conversations (groups your Twitter replies and retweets with the Tweets that inspired them).
Note: See TracChangeset
for help on using the changeset viewer.