|
| Outputs tweets from any Twitter users, hashtag or keyword through the Widget interface. Can be called via shortcode or PHP function call and supports … Wordpress Tutorial |
|
Noted That:
|
|
Start the Tips:
Step-1 : Download " thinktwit.zip " to Your Local Computer. Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.
Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.
Step-4 : Now, Click on " Upload Plugin " button.
Step-5 : Now, Browse " thinktwit.zip " Downloaded plugin from your computer, Where you downloaded " thinktwit.zip " According to Step – 1 Above then, click on " Install Now "
Step-6 : Now, Click on " Active Plugin "
Step-7 : Then, See left Side Menu. " Thinktwit " folder is added on left Side Menu. Now, Click on " Thinktwit " folder. Noted that: If you do not see " Thinktwit " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ". Step-8 : Now you configure yourself oR Watch video tutorial below about Thinktwit Configurations and Settings or How to work " Thinktwit " in your WordPress site. oRAfter Activated Plugin According to Step-6 then,
|
| Guide |
|---|
Obtaining a Twitter authentication key
Installing plugin
Updates are automatic. Click on Configuring widget
Configuring shortcodeThinkTwit can be used in any page or post, or anywhere else configured to use shortcodes, using the following syntax:
Configuring Output AnywhereThinkTwit can be called within templates and other areas where you can use PHP using the following syntax:
Shortcode/Output Anywhere Parameterswidget_id : integer – You should give this a unique id for caching or styling. usernames : string – The list of Twitter usernames to output tweets for. hashtags : string – The list of hashtags to output tweets for. hashtag_filter : string – 1 indicates that usernames AND hashtags must both exist in a tweet, 0 indicates that either can exist. username_suffix : string – The text that should appear after a username e.g. ” said: “. limit : int – The maximum number of tweets to display. max_days : int – The maximum age in days of the tweets to be displayed.
update_frequency
:
int
– Minus 1 indicates live (uncached), minus 2 indicates paused, 0 indicates live (cached), and anything else
show_username
:
string
– None indicates no username should be shown, name indicates the user’s full name should be shown and show_avatar : boolean – Indicates whether the Twitter user’s avatar should be displayed – 1 for true and 0 for false. show_published : boolean – Indicates whether the time the tweet was made should be displayed e.g. “This happened a day ago” – 1 for true and 0 for false. show_follow : boolean – Indicates whether or not to show a “Follow @username” link for each username. links_new_window : boolean – Indicates whether links should be opened in a new window – 1 for true and 0 for false. no_cache : boolean – Indicates whether or not to use no-caching – 1 for true and 0 for false. live_update_freq : int – The frequency of live updates (zero for off). use_curl : boolean – Indicates whether or not to use CURL – 1 for true and 0 for false. debug : boolean – Indicates whether to turn on debugging mode – 1 for true and 0 for false. time_this_happened : string – Time prefix (default: “This happened”). time_less_min : string – Time less than 1 minute (default: “less than a minute ago”). time_min : string – Time approximately 1 minute ago (default: “about a minute ago”). time_more_mins : string – Time more than 1 minute ago (default: ” minutes ago”). time_1_hour : string – Time approximately 1 hour ago (default: “about an hour ago”). time_2_hours : string – Time approximately 2 hours ago (default: “a couple of hours ago”). time_precise_hours : string – Time more than 2 hours ago (default: “about =x= hours ago”). NOTE: =x= should be used to insert the number of hours. time_1_day : string – Time approximately 1 day ago (default: “a day ago”). time_2_days : string – Time approximately 2 days ago (default: “almost 2 days ago”). time_many_days : string – Time more than 2 days ago (default: ” days ago”). time_no_recent : string – Output when there are no tweets to display (default: “There have been no recent tweets”). NOTE: You can leave out any parameter to use the default, but be aware to change the unique id if you are using Output Anywhere in more than one place. |
| Name |
|---|