Plugin Directory

Changeset 2787210


Ignore:
Timestamp:
09/19/2022 07:59:34 PM (4 years ago)
Author:
teatreeman
Message:

More updates

Location:
api-fetch-twitter
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • api-fetch-twitter/tags/1.0.0/README.txt

    r2786672 r2787210  
    1313== Description ==
    1414
    15 It is recommended to use this plugin with PHP 7.0 or above. Also please note that the TwitterOauth library is not compatible with cURL 7.8.1. However it works perfectly okay with 7.6.8 which is the stable
    16 release currently distributed with Linux.
     15A simple plugin that stores the most recent tweets as an XML file and their media in the WP media library.
    1716
    18 Tweets are updated every hour by a wp cron task.
     17Tweets are automatically updated every hour.
    1918
    20 Tweet related media is imported into your WP media library.
     19Nothing displayed is imported on the fly, all media and icons are loaded locally.
     20
     21This is useful if you have a CSP (Content Security Policy) or use the NGX Google Page Speed module.
     22
     23You can import any Twitter users public tweets.
     24
     25All you require are your Twitter API keys.
     26
     27In the pipeline is a plan to allow users to create customized timelines from their imported Tweets.
    2128
    2229== Installation ==
    2330
    24 1. Upload `api-fetch-twitter.php` to the `/wp-content/plugins/` directory
     311. Upload `api-fetch-twitter` to the `/wp-content/plugins/` directory
    25322. Activate the plugin through the 'Plugins' menu in WordPress
    26333. Add your Twitter API details to generate your first feed.
  • api-fetch-twitter/trunk/README.txt

    r2786672 r2787210  
    1313== Description ==
    1414
    15 It is recommended to use this plugin with PHP 7.0 or above. Also please note that the TwitterOauth library is not compatible with cURL 7.8.1. However it works perfectly okay with 7.6.8 which is the stable
    16 release currently distributed with Linux.
     15A simple plugin that stores the most recent tweets as an XML file and their media in the WP media library.
    1716
    18 Tweets are updated every hour by a wp cron task.
     17Tweets are automatically updated every hour.
    1918
    20 Tweet related media is imported into your WP media library.
     19Nothing displayed is imported on the fly, all media and icons are loaded locally.
     20
     21This is useful if you have a CSP (Content Security Policy) or use the NGX Google Page Speed module.
     22
     23You can import any Twitter users public tweets.
     24
     25All you require are your Twitter API keys.
     26
     27In the pipeline is a plan to allow users to create customized timelines from their imported Tweets.
    2128
    2229== Installation ==
Note: See TracChangeset for help on using the changeset viewer.