oAuth Twitter Feed for Developers - Version 1.0.4

Version Description

Download this release

Release Info

Developer stormuk
Plugin Icon wp plugin oAuth Twitter Feed for Developers
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.3 to 1.0.4

Files changed (2) hide show
  1. README.md +26 -13
  2. twitter-feed-for-developers.php +3 -3
README.md CHANGED
@@ -1,5 +1,17 @@
1
- Storm Twitter Feed for WordPress
2
- ================================
 
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  A Twitter API 1.1 compliant wordpress plugin that provides an array of a users timeline from Twitter for use by theme developers.
5
 
@@ -11,8 +23,7 @@ This plugin wraps our Twitter class and provides a settings screen for easy inte
11
 
12
  This plugin does not provide sidebar widgets, shortcodes or any other form of drop-in functionality. You still need to do the styling, we've just done the heavy lifting for you!
13
 
14
- Installation
15
- ============
16
 
17
  Install the plugin using the plugin manager, or upload the files to your wp-content/plugins directory.
18
 
@@ -39,21 +50,18 @@ You can specify a number of tweets to return (up to 20) by passing a parameter t
39
 
40
  Results are cached for 1 hour to help you avoid hitting the API limits.
41
 
42
- TODO
43
- ====
44
 
45
  * Move the screen name from the settings page to a function parameter so you can use the plugin to request different timelines
46
  * Make the cache duration configurable
47
 
48
- Credits
49
- =======
50
 
51
  Uses Abraham Williams's Twitter OAuth class.
52
 
53
- About
54
- =====
55
 
56
- Version: 1.0
57
 
58
  Written by Liam Gladdy of Storm Consultancy - <http://www.stormconsultancy.co.uk>
59
 
@@ -61,8 +69,7 @@ Storm Consultancy are a web design and development agency based in Bath, UK.
61
 
62
  If you are looking for a [Bath WordPress Developer](http://www.stormconsultancy.co.uk/services/bath-wordpress-developers), then [get in touch](http://www.stormconsultancy.co.uk/contact)!
63
 
64
- License
65
- =======
66
 
67
  Copyright (c) 2012 Storm Consultancy (EU) Ltd,
68
  <http://www.stormconsultancy.co.uk/>
@@ -85,3 +92,9 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
85
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
86
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
87
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
 
 
 
1
+ === Storm Twitter Feed for WordPress ===
2
+ Contributors: stormuk, lgladdy
3
+ Donate link: http://www.stormconsultancy.co.uk/
4
+ Tags: twitter, oauth, feed, tweets
5
+ Requires at least: 3.4
6
+ Tested up to: 3.5
7
+ Stable tag: 1.0.4
8
+ Version: 1.0.4
9
+ License: MIT
10
+ License URI: http://opensource.org/licenses/MIT
11
+
12
+ Twitter API 1.1 compliant plugin that provides a function to get an array of tweets from the auth'd users Twitter feed for use in themes.
13
+
14
+ == Description ==
15
 
16
  A Twitter API 1.1 compliant wordpress plugin that provides an array of a users timeline from Twitter for use by theme developers.
17
 
23
 
24
  This plugin does not provide sidebar widgets, shortcodes or any other form of drop-in functionality. You still need to do the styling, we've just done the heavy lifting for you!
25
 
26
+ == Installation ==
 
27
 
28
  Install the plugin using the plugin manager, or upload the files to your wp-content/plugins directory.
29
 
50
 
51
  Results are cached for 1 hour to help you avoid hitting the API limits.
52
 
53
+ == TODO ==
 
54
 
55
  * Move the screen name from the settings page to a function parameter so you can use the plugin to request different timelines
56
  * Make the cache duration configurable
57
 
58
+ == Credits ==
 
59
 
60
  Uses Abraham Williams's Twitter OAuth class.
61
 
62
+ == About ==
 
63
 
64
+ Version: 1.0.4
65
 
66
  Written by Liam Gladdy of Storm Consultancy - <http://www.stormconsultancy.co.uk>
67
 
69
 
70
  If you are looking for a [Bath WordPress Developer](http://www.stormconsultancy.co.uk/services/bath-wordpress-developers), then [get in touch](http://www.stormconsultancy.co.uk/contact)!
71
 
72
+ == License ==
 
73
 
74
  Copyright (c) 2012 Storm Consultancy (EU) Ltd,
75
  <http://www.stormconsultancy.co.uk/>
92
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
93
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
94
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
95
+
96
+ == Changelog ==
97
+
98
+ = 1.0.4 =
99
+ * Make the plugin actually work properly!
100
+ * Correct documentation files for inclusion by wordpress
twitter-feed-for-developers.php CHANGED
@@ -4,11 +4,11 @@
4
  * Description: Twitter API 1.1 compliant plugin that provides a function to get an array of tweets from the auth'd users Twitter feed for use in themes.
5
  * Contributors: stormuk, lgladdy
6
  * Donate link: http://www.stormconsultancy.co.uk/
7
- * Tags: twitter, oauth, feed
8
  * Requires at least: 3.4
9
  * Tested up to: 3.5
10
- * Stable tag: 1.0
11
- * Version: 1.0
12
  * License: MIT
13
  * License URI: http://opensource.org/licenses/MIT
14
  */
4
  * Description: Twitter API 1.1 compliant plugin that provides a function to get an array of tweets from the auth'd users Twitter feed for use in themes.
5
  * Contributors: stormuk, lgladdy
6
  * Donate link: http://www.stormconsultancy.co.uk/
7
+ * Tags: twitter, oauth, feed, tweets
8
  * Requires at least: 3.4
9
  * Tested up to: 3.5
10
+ * Stable tag: 1.0.4
11
+ * Version: 1.0.4
12
  * License: MIT
13
  * License URI: http://opensource.org/licenses/MIT
14
  */