Changeset 2787210
- Timestamp:
- 09/19/2022 07:59:34 PM (4 years ago)
- Location:
- api-fetch-twitter
- Files:
-
- 6 edited
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
tags/1.0.0/README.txt (modified) (1 diff)
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
api-fetch-twitter/tags/1.0.0/README.txt
r2786672 r2787210 13 13 == Description == 14 14 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. 15 A simple plugin that stores the most recent tweets as an XML file and their media in the WP media library. 17 16 18 Tweets are updated every hour by a wp cron task.17 Tweets are automatically updated every hour. 19 18 20 Tweet related media is imported into your WP media library. 19 Nothing displayed is imported on the fly, all media and icons are loaded locally. 20 21 This is useful if you have a CSP (Content Security Policy) or use the NGX Google Page Speed module. 22 23 You can import any Twitter users public tweets. 24 25 All you require are your Twitter API keys. 26 27 In the pipeline is a plan to allow users to create customized timelines from their imported Tweets. 21 28 22 29 == Installation == 23 30 24 1. Upload `api-fetch-twitter .php` to the `/wp-content/plugins/` directory31 1. Upload `api-fetch-twitter` to the `/wp-content/plugins/` directory 25 32 2. Activate the plugin through the 'Plugins' menu in WordPress 26 33 3. Add your Twitter API details to generate your first feed. -
api-fetch-twitter/trunk/README.txt
r2786672 r2787210 13 13 == Description == 14 14 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. 15 A simple plugin that stores the most recent tweets as an XML file and their media in the WP media library. 17 16 18 Tweets are updated every hour by a wp cron task.17 Tweets are automatically updated every hour. 19 18 20 Tweet related media is imported into your WP media library. 19 Nothing displayed is imported on the fly, all media and icons are loaded locally. 20 21 This is useful if you have a CSP (Content Security Policy) or use the NGX Google Page Speed module. 22 23 You can import any Twitter users public tweets. 24 25 All you require are your Twitter API keys. 26 27 In the pipeline is a plan to allow users to create customized timelines from their imported Tweets. 21 28 22 29 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.