Plugin Directory

Changeset 197907


Ignore:
Timestamp:
01/25/2010 02:23:58 PM (16 years ago)
Author:
Twitoaster
Message:

Updating to v1.3.2

Location:
twitoaster
Files:
6 edited
4 copied

Legend:

Unmodified
Added
Removed
  • twitoaster/trunk/readme.txt

    r192985 r197907  
    1 === Twitoaster - Twitter Conversations ===
     1=== Twitter Comments - Twitoaster ===
    22Contributors: Twitoaster
    33Donate link: http://twitoaster.com/about/
    4 Tags: comments, post, tweet, twitter
     4Tags: twitter, comment, comments, post, posts, plugin, widget
    55Requires at least: 2.2
    66Tested up to: 2.9.1
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88
    9 Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments. Also bring Twitter Statistics.
     9Twitter 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.
    1010
    1111== Description ==
    12 Automatically retrieve Twitter Replies and Retweets to your Blog's Posts. These Twitter mentions are handled like Posts Comments, using WP built-in comment system.
     12Twitter 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.
    1313
    14 Here is how Twitter Replies / Twitter Updates work:
     14Here is how Twitter Comments work:
    1515
    16161. You Post an article on your blog
    17172. 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 Post
     183. You automatically get all related Twitter Replies and/or Twitter Retweets as comments to your Post
    1919
    2020The plugin also brings two widgets:
    2121
    22 1. Analytics charts showing how many Twitter Replies and Retweets you are receiving
     221. Analytics charts showing how many Twitter Replies and Twitter Retweets you are receiving
    23232. Listings of your 20 most recent Twitter Conversations
    2424
     
    4545
    4646== Changelog ==
     47
     48= 1.3.2 =
     49* New: Retrieving Twitter Replies and Twitter Retweets faster for new posts
    4750
    4851= 1.3.1 =
  • twitoaster/trunk/twitoaster-post-replies.php

    r192985 r197907  
    3131            // Twitoaster API Data Processing
    3232            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 */
    3537                else if (get_post_time('G', true, $post) > (current_time('timestamp', true) - 1296000)) { $expire = $twitoaster_options['api_timing']['long']; } /* 48h - 15j */
    3638                else { $expire = $twitoaster_options['api_timing']['huge']; } /* > 15j */
  • twitoaster/trunk/twitoaster.php

    r192985 r197907  
    22
    33/*
    4 Plugin Name: Twitoaster - Twitter Conversations
     4Plugin Name: Twitter Comments - Twitoaster
    55Plugin 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.1
     6Description: 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.
     7Version: 1.3.2
    88Author: Twitoaster
    99Author URI: http://twitoaster.com/
     
    4040        $currentoptions = array();
    4141
    42         $currentoptions['install_version'] = '1.3.1';
     42        $currentoptions['install_version'] = '1.3.2';
    4343        if (empty($options['install_time'])) { $currentoptions['install_time'] = current_time('timestamp', true); }
    4444        else { $currentoptions['install_time'] = $options['install_time']; }
     
    268268            }
    269269
    270             $message = 'Twitoaster Posts Replies settings successfully Updated.';
     270            $message = 'Twitoaster Comments settings successfully Updated.';
    271271        }
    272272
     
    300300                <p>
    301301                    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&amp;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!
    303303                </p>
    304304                <form name="twitoaster-form-api-key" method="post" action="#">
     
    331331
    332332                <div id="icon-post" class="icon32"><br /></div>
    333                 <h2>Twitoaster Posts Replies &amp; Retweets</h2>
     333                <h2>Twitter Comments (posts replies &amp; retweets)</h2>
    334334                <h3>Twitter Comments Settings</h3>
    335335                <p>
     
    449449
    450450                <div id="icon-themes" class="icon32"><br /></div>
    451                 <h2>Twitoaster Widgets</h2>
    452                 <h3>Twitoaster Charts</h3>
     451                <h2>Twitter Widgets (charts &amp; conversations)</h2>
     452                <h3>Twitter Charts</h3>
    453453                <p>
    454454                    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.
     
    456456                    <br />You can also edit the CSS file located in the plugin directory, to fine tune the widget appearance to your design.
    457457                </p>
    458                 <h3>Twitoaster Conversations</h3>
     458                <h3>Twitter Conversations</h3>
    459459                <p>
    460460                    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.