Plugin Directory

Changeset 727197


Ignore:
Timestamp:
06/16/2013 08:24:18 PM (13 years ago)
Author:
WebDevDesigner
Message:

v2.0 trunk readme

Location:
mini-twitter-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mini-twitter-feed/trunk/readme.txt

    r655818 r727197  
    44Tags: twitter, twitter feed, mini twitter, tweets, widget, shortcode
    55Requires at least: 3
    6 Tested up to: 3.4
    7 Stable tag: 1.4.1
     6Tested up to: 3.5
     7Stable tag: 2.0
    88
    9 Embed your twitter feed or the feed from your favorite users on your Wordpress blog. Shortcodes and widgets are used.
     9Embed your twitter feed or the twitter timeline from your favorite users on your Wordpress blog. Shortcodes and widgets are used.
    1010
    1111== Description ==
    1212
    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...
     13Important 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).
     14You 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
     16The 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...
    1417
    1518You can display up to 100 tweets within 7 days (limit set by Twitter's Search API).
     
    23261. Upload `/mini-twitter_feed` to the `/wp-content/plugins/` directory
    24272. Activate the plugin through the 'Plugins' menu in WordPress
    25 3. Place `[minitwitter username="YOUR_USERNAME"]` in your templates or use the widget section.
     283. 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.
     294. Place `[minitwitter id="TWITTER_WIDGET_ID" username="YOUR_USERNAME"]` in your templates or use the widget section.
    2630
    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.
     31You 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.
    2832
    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.
     33It 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.
    3034
    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`.
     35You can show the tweets of a query [minitwitter id="TWITTER_WIDGET_ID" query="awesome"]: it will show the tweets from the query #awesome.
    3436
    3537== Frequently Asked Questions ==
    3638
    37 = How to add more than one twitter feed on my blog? =
     39= why my feed is just showing a link ("Tweets by...")? =
    3840
    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.
     41You 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
     45The field "query" is NOT required. It is only to show themes or sentences like "#worldcup".
     46The field "list" is NOT required too. It is to display the tweets of one of your list.
    4047
    4148== Screenshots ==
     
    5259Font -1px on all plugin
    5360
     61= 1.2 =
     62
     63Bug fix for IE
     64Bug fix quotes query
     65
     66= 1.3 =
     67
     68CSS change
     69URL for author and plugin
     70
     71= 1.4 =
     72
     73use of jQuery for no conflict
     74
     75= 2.0 =
     76
     77New twitter API v1.1
     78
    5479== Upgrade Notice ==
    5580
Note: See TracChangeset for help on using the changeset viewer.