Changeset 1951735
- Timestamp:
- 10/04/2018 09:33:54 PM (7 years ago)
- File:
-
- 1 edited
-
fetch-some-tweets/trunk/Readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fetch-some-tweets/trunk/Readme.txt
r1951717 r1951735 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 12 A PHP & JSON driven Fetch Some Tweetsgenerated via a Shortcode.12 A PHP & JSON driven Twitter Feed Fetcher generated via a Shortcode. 13 13 14 14 == Description == … … 26 26 Either download the package from Github or via the Wordpress Repository, Activate and click on the settings link, this link is also within the Settings section on the Wordpress Dashboard Menu. Once Activated you\'ll have the option to add your Twitter Application credentials and apply your options for the Number of Tweets & whether to include Retweets & Replies. 27 27 28 To display the Tweets use the [ TwitterFeedFetcher] shortcode. To embed within a Template use `<?php echo do_shortcode( '[TwitterFeedFetcher]' ); ?>`.28 To display the Tweets use the [FetchSomeTweets] shortcode. To embed within a Template use `<?php echo do_shortcode( '[FetchSomeTweets]' ); ?>`. 29 29 30 30 == Frequently Asked Questions == … … 40 40 41 41 = How do I display my Twitter Feed? = 42 To show the Tweets within your templates simply fill out the fields below and use the following shortcode `[ TwitterFeedFetcher]`.42 To show the Tweets within your templates simply fill out the fields below and use the following shortcode `[FetchSomeTweets]`. 43 43 44 44 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.