Version Description
Download this release
Release Info
Developer | stormuk |
Plugin | oAuth Twitter Feed for Developers |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- README.md +8 -1
- readme.txt +6 -2
- twitter-feed-for-developers.php +1 -1
README.md
CHANGED
@@ -39,6 +39,13 @@ 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 |
|
@@ -84,4 +91,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
84 |
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.
|
39 |
|
40 |
Results are cached for 1 hour to help you avoid hitting the API limits.
|
41 |
|
42 |
+
Output
|
43 |
+
======
|
44 |
+
|
45 |
+
As we said, this plugin does not provide sidebar widgets, shortcodes or any other form of drop-in functionality. Here's some example code for outputting the tweets in HTML:
|
46 |
+
|
47 |
+
https://github.com/stormuk/storm-twitter-for-wordpress/wiki/Example-code-to-layout-tweets
|
48 |
+
|
49 |
TODO
|
50 |
====
|
51 |
|
91 |
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
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.
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ 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.
|
8 |
-
Version: 1.0.
|
9 |
License: MIT
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
@@ -23,6 +23,10 @@ This plugin wraps our Twitter class and provides a settings screen for easy inte
|
|
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.
|
4 |
Tags: twitter, oauth, feed, tweets
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.0.6
|
8 |
+
Version: 1.0.6
|
9 |
License: MIT
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
|
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 |
+
Here's some example code for outputting the tweets in HTML:
|
27 |
+
|
28 |
+
https://github.com/stormuk/storm-twitter-for-wordpress/wiki/Example-code-to-layout-tweets
|
29 |
+
|
30 |
== Installation ==
|
31 |
|
32 |
Install the plugin using the plugin manager, or upload the files to your wp-content/plugins directory.
|
twitter-feed-for-developers.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: oAuth Twitter Feed for Developers
|
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 |
-
Version: 1.0.
|
6 |
License: MIT
|
7 |
License URI: http://opensource.org/licenses/MIT
|
8 |
Author: Storm Consultancy (Liam Gladdy)
|
2 |
/*
|
3 |
Plugin Name: oAuth Twitter Feed for Developers
|
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 |
+
Version: 1.0.6
|
6 |
License: MIT
|
7 |
License URI: http://opensource.org/licenses/MIT
|
8 |
Author: Storm Consultancy (Liam Gladdy)
|