Changeset 727197
- Timestamp:
- 06/16/2013 08:24:18 PM (13 years ago)
- Location:
- mini-twitter-feed/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
mini-twitter-feed/trunk/readme.txt
r655818 r727197 4 4 Tags: twitter, twitter feed, mini twitter, tweets, widget, shortcode 5 5 Requires at least: 3 6 Tested up to: 3. 47 Stable tag: 1.4.16 Tested up to: 3.5 7 Stable tag: 2.0 8 8 9 Embed your twitter feed or the feedfrom your favorite users on your Wordpress blog. Shortcodes and widgets are used.9 Embed your twitter feed or the twitter timeline from your favorite users on your Wordpress blog. Shortcodes and widgets are used. 10 10 11 11 == Description == 12 12 13 The plugin "mini Twitter feed" puts Twitter on your Wordpress blog, you can add your tweets or the tweets from the folks you like, lists, queries... 13 Important notice: Twitter shut down their v1 API and use now the v1.1, to update your mini twitter feed you need to go on https://twitter.com/settings/widgets/new create a new widget and get your Twitter widget ID. You can update the id on the shortcode or widget. ([minitwitter id="TWITTER_WIDGET_ID" username="YOUR_USERNAME"] or in the field "id" in the widget section). 14 You get this Twitter Widget ID from the code provided by Twitter when you create this widget: data-widget-id="TWITTER_WIDGET_ID" or in the URL https://twitter.com/settings/widgets/TWITTER_WIDGET_ID/edit. 15 16 The plugin "mini Twitter feed" or twitter timeline puts Twitter on your Wordpress blog, you can add your tweets or the tweets from the folks you like, lists, queries... 14 17 15 18 You can display up to 100 tweets within 7 days (limit set by Twitter's Search API). … … 23 26 1. Upload `/mini-twitter_feed` to the `/wp-content/plugins/` directory 24 27 2. Activate the plugin through the 'Plugins' menu in WordPress 25 3. Place `[minitwitter username="YOUR_USERNAME"]` in your templates or use the widget section. 28 3. If you don't have your Twitter Widget ID yet, Go on https://twitter.com/settings/widgets/new to create a new widget to get your Twitter Widget ID. Your Twitter Widget ID is in the URL (https://twitter.com/settings/widgets/TWITTER_WIDGET_ID/edit...) right after you click on the button "Create widget" or in the code provided by Twitter: data-widget-id="TWITTER_WIDGET_ID". You can keep this Twitter Widget ID for other feeds. 29 4. Place `[minitwitter id="TWITTER_WIDGET_ID" username="YOUR_USERNAME"]` in your templates or use the widget section. 26 30 27 You can limit the number of tweets displayed [minitwitter username="webdevdesigner" limit=7]: it will show the last 7 tweets of the user @webdevdesigner.31 You can limit the number of tweets displayed [minitwitter id="TWITTER_WIDGET_ID" username="webdevdesigner" limit=7]: it will show the last 7 tweets of the user @webdevdesigner. 28 32 29 It is possible to add a list of users to show [minitwitter username="twitter" list="team"]: it will show 5 tweets of the list "team" of the "twitter" user.33 It is possible to add a list of users to show [minitwitter id="TWITTER_WIDGET_ID" username="twitter" list="team"]: it will show 5 tweets of the list "team" of the "twitter" user. 30 34 31 You can show the tweets of a query [minitwitter query="#awesome"]: it will show the tweets from the query #awesome. 32 33 You can change the color of your links by the color of your website changing `<style>.tweets a { color:#your_color; }</style>` in the `<head>` after the file `jquery.minitwitter.css`. 35 You can show the tweets of a query [minitwitter id="TWITTER_WIDGET_ID" query="awesome"]: it will show the tweets from the query #awesome. 34 36 35 37 == Frequently Asked Questions == 36 38 37 = How to add more than one twitter feed on my blog? =39 = why my feed is just showing a link ("Tweets by...")? = 38 40 39 You have to use the "id" section on your shortcode. For example, the first twitter feed will be: [minitwitter id=1 username="ladygaga"] and the second feed: [minitwitter id=2 username="justinbieber"]. The widget section does it automatically. 41 You probably forgot to put your Twitter Widget ID in the shortcode or the widget. Check step 2. of the installation process. 42 43 = What are the "query" and "list" fields in the widget section? = 44 45 The field "query" is NOT required. It is only to show themes or sentences like "#worldcup". 46 The field "list" is NOT required too. It is to display the tweets of one of your list. 40 47 41 48 == Screenshots == … … 52 59 Font -1px on all plugin 53 60 61 = 1.2 = 62 63 Bug fix for IE 64 Bug fix quotes query 65 66 = 1.3 = 67 68 CSS change 69 URL for author and plugin 70 71 = 1.4 = 72 73 use of jQuery for no conflict 74 75 = 2.0 = 76 77 New twitter API v1.1 78 54 79 == Upgrade Notice == 55 80
Note: See TracChangeset
for help on using the changeset viewer.