
looks like this
•Description
Display twitter on your sidebar!
•Requirements
WordPress 2.6 environment
PHP version 5.1 or later
•Install
Place php file into your /wp-content/plugins/ directory and activate through the administration panel, and then go to the widget panel and drag it to where you would like to have it!
•Settings

Title: Title text for sidebar
Twitter ID: the twitter id
Max tweets: how may tweets you want to display, maybe 5, 10 or so
Profile: ON/OFF switch to display profile section
Profile Image: if checked, you can see yourself :P
Location: Display location text
Description: Display description
Display Image: If you check this, by clicking contents shows its linked image (currently, it supports only snipurl.com and twitpic.com)
Display reply: if checked, you can see “@” message which you wrote
Display time: time tweeted
Display source: in what application you used
*NOTE: according twetter specification, this application will cache your tweets. Its cache lives five actual minutes so you do not worry about traffic thing. If you want to empty cache, just open option panel and press ‘Done’ (no change requires).
•On your sidebar

bra bra bra
•Download
via WordPress.org
•Versions
* Jan 02 2009 – v0.0.1
- Initial release
* Jan 04 2009 – v0.0.2
- now data will be cached automatically
* Jan 05 2009 – v0.1.0
- Initial public release
* Jan 05 2009 – v0.1.1
- bug fix: http://twitpic.com
* Jan 05 2009 – v0.1.2
- new support: http://movapic.com (ke-tai hyakkei)
- support overflow on IE 6
* Jan 15 2009 – v0.1.3
- bug fix: source link is now open in new window
* Jan 29 2009 – v0.1.4
- added: date-time format configuration
* Jan 03 2010 – v0.1.5
- fixed: twitpic incompatibility fixed.
- added: display image option (when loaded)
* Jan 03 2010 – v0.1.6
- fixed: url position related bug
- added: hashtag link
* Jan 14 2010 – v0.1.7
- added: brightkite supported
* Jan 15 2010 – v0.1.8
- fixed: timezone issue
* Oct 23 2012 – v0.1.9
- quick fixed: support twitter api change – 10/15/2012
•If you like this
If you like this widget, writing small entry on your blog and trackbacking to this entry makes me really really happy!
January 25th, 2009
Excellent plugin, thanks!
January 25th, 2009
Thanks Rolando, if you have any question, problem, etc, just comment here plz.
January 29th, 2009
Actually I do have a question. How do I change the time in the widget? Just like in your example above, it’s in military time. How can I make it regular time? In addition, it’s several hours off. Can it display my server’s time/ISP’s time instead?
January 29th, 2009
Rolando,
I’ve just ‘hard coded’ time string in my widget. You can modify it by editing PHP file line 263 and 278. However, if you are not familiar with code editing, I do add ‘date/time formatting’ option on next version ‘todo’ list. Also, the date-time is pulled from twitter server so if you want to display other timezone, it is little hard to edit code. But I do add this to my list, too. Thank you.
January 29th, 2009
No problem about the time. If it was an easy fix, then I could try to do it myself.
If it did the twitter time, that would be a good fix because my profile in twitter is set in my time zone.
No rush. Thanks for your reply.
January 29th, 2009
Actually, I did updated Twitter widget to 0.1.4 and it contains date-time formatting option. It is already at repository so you will see auto-update at your dashboard shortly.
Its time format is PHP time format, if you do not know PHP time format, check out somewhere around http://www.php.net/datetime this page.
January 29th, 2009
Thank you! I did the upgrade and I see the time format. So far I am using this code:
n/j h:i A
it displays the month and date without the leading zero and shows the hour and minute and AM or PM. But the time zone is still wrong for me. Do you know how I can make it so it shows AMERICAS/Los Angeles time zone? It’s about 8 hours ahead of twitters time at the time of this posting.
January 29th, 2009
Did you setup timezone at this page?
http://twitter.com/account/settings
I will double check my code from now.
January 29th, 2009
Yes I did. My setting on Twitter is set for Pacific Time.
January 29th, 2009
Rolando,
I checked my code and xml file which Twitter generated then found something. Maybe your hosted server does not configure properly or its time zone setting is missing. Here’s what it goes.
1) Twitter generate its time with GMT (default)
2) My php file get GMT time stamp from XML file which Twitter generated.
3) My php file uses date() function to generate local time stamp.
The function date() automatically pulls time zone information from configuration at its local server. I’ve checked XML file and its time stamps are as same as mine.
If you using PHP 5.0 or higher version, you can set timezone within my php file using with date_default_timezone_set(). Inset this function with your local time zone string between line 253 and 254. The code insert is:
date_default_timezone_set( ‘America/Los_Angeles’ );
try this.
January 30th, 2009
Awesome! that worked! Thank you very much!
January 30th, 2009
Oh yes and I am happy, too. Please do not forget to add that line each time I upgrade this plugin.
February 13th, 2009
Can I use this widget more than once on a sidebar?
February 13th, 2009
Currently, it is not possible to use more than one time, but if many people wanted to do so, I will re-write.
February 14th, 2009
Trouble shooting: can’t see it the widget page.
In the list of my activated plugins, I can see Widget Twitter VJCK.
But, when I go to the Widget page, it is not there.
Did not work with 2.5, nor with 2.7.1 after upgrade.
Please help.
February 14th, 2009
I don’t now how it work on ver 2.5 of WordPress, and it only tested on 2.6 or later version. Why don’t you upgrade it to 2.6 or later version?
February 21st, 2009
Hi!
I decided to mess a bit with your code and made it XHTML 1.0 strict compatible and added support for brightkite pictures.
Please contact me through my email so I can send you my contribution
February 21st, 2009
Hello,
I’ve emailed you about this.
February 27th, 2009
Hi,
I would really like to use this widget on my blog but get the following error,
PHP 5.1 or later requires: no simplexml_load_file()
Firefox tells me it switched to something called Quirks mode and my floatbox plugin stopped working. Somewehere on the wordpless forum someone mentioned having the same problem.
I don’t have a clue, could you please help me.
Ik really like this widget. Checked out a lot but this one is the one i wish to use.
I think you did a great job here,
Thanks Huub
February 28th, 2009
Hi Huub,
That error message, ‘PHP 5.1 or ….’ means that your server (not your local computer) does not use PHP 5.1 (maybe 4.x) so if you can, ask your server administrator to upgrade PHP version. Or, some of them can upgrade it by yourself at server control panel if you have.
Anyway, ask your server administrator, first.
Thanks using my widget.
February 28th, 2009
Hi
Turned out my host provides PHP5.2.8 but by default .php extentions run on 4.x.
I needed to change my .htaccess and added the following line to force all .php to run version 5.X
AddType application/x-httpd-php5 .php .php4 .php3 .php5
Thanks, it now works. Some css editing and it will look fine ;-)
Greetz Huub
March 1st, 2009
That’s good to know! I am very happy you are using my widget twitter. It will soon update next version with one more image site supported.
January 5th, 2010
Great plugin! I just found 1 problem, they create automaticaly links for http:// text, but dont finish the link when find a space =/
Example: I did a tweet as “bla bla bla http://cli.gs/Nq7nXd #absurdo”
The plugin didn’t got just “http://cli.gs/Nq7nXd” and created an “<a href", they used all text found after http://, in this case "http://cli.gs/Nq7nXd%20#absurdo" – the plugin converted the space in %20 and created a long and invalid link =/
anyway, tyvm! i'm using that =)
January 5th, 2010
Hi,
Oh my, I forgot to fix this issue this time, but will fix this next update.
Thanks!
January 6th, 2010
I just came to let you know about the same bug that Ivan found above.. :)
Thanks for your efforts.
January 6th, 2010
Hi,
I’ve just released fixed version so you can find new version (0.1.6) on your dashboard soon. With this update, I made hash-tag link, too.
thanks all.
January 6th, 2010
Hi! I was wondering what is the css code I can add to my stylesheet so i can edit the size of the entry fonts. (not the date or the location)
January 6th, 2010
Hi,
By using following CSS code to change font for each time lines.
#twitter_time_line li {font-size: 14pt !important;
}
Some of them, you need ‘!important’ to override it.
January 7th, 2010
Hi there, installed it and ticked all boxes to see what appears, added my twitter id (AA_poker) but the sidebar widget shows nothing except the header bar.
Any idea where I’m going wrong?
Thanks,
Chris.
January 7th, 2010
Hi Chris,
I’ve tried this issue with your account name on my test site:
http://www.vjck.com/prototypes/
and it looks fine, so maybe there’s some limitation on your server configuration (I am not sure). Try other twitter plugins and check what it happens.
January 15th, 2010
便利に使わさせて頂いております。
時間表示の件ですが、時間表示が米国時間になって日本時間になりません。
変更する方法はありますでしょうか?
宜しくお願いします。
January 15th, 2010
使って頂いてありがとうです。
日付の件ですが、Twitterで設定したタイムゾーンを反映するように修正しておきました。
Folks,
Today, I’ve released 0.1.8 with fixing timezone issue. Now it’s reading Twitter’s timezone setting so you do not have to adjust it by yourself.
January 21st, 2010
PHP 5.1 or later requires: no simplexml_load_file()
I saw your earlier response, but I’ve changed my mind about adding a forum widget at all. I’ve deleted the plugin, but I still have the error. Is there a way to just get rid of ti altogether?
January 21st, 2010
haha. I changed to 5 and it went away. Duh.
January 22nd, 2010
Hi, great plugin. One question.
I notice that you strip out URL’s and append them to the bottom of each twitter entry. This makes sense for displaying images but is confusing for URL’s that are part of a message. (I have the image option unchecked)
Example:
“I think I am going to let the domain reg for http://awesomeist.com expire unless someone can convince me that it is worth keeping alive”
Displays like:
“I think I am going to let the domain reg for expire unless someone can convince me that it is worth keeping alive
http://awesomeist.com”
Would it be a difficult code change for me to remove the URL stripping functionality?
January 22nd, 2010
hi, this is one concern i thought when i wrote code, too. i am looking for the solution for this (for example, if image url between sentences, and so on).
anyway, i will fix this issue. thanks for comments.
February 13th, 2010
kudos to the nice plugin, but unfortunately the plugin is not Xhtml compliant….
when will this be solved ? otherwise I’m going to recode it myself.
February 13th, 2010
looking at the code I thought it might be better to explain to you how to solve it, it’s real easy
You use
[code]
etc
[/code]
That’s not allowed, you have a DIV in an ul… that should be in a LI
so it should be something like this
[code]
[/code]
hope you understand this, otherwise mail me
February 13th, 2010
Hi,
As I wrote email to you, those code will be updated so your code will be helpful for me, too.
thanks
February 14th, 2010
I did resend email this morning, if you still could not catch it, let me know.
thanks!
February 14th, 2010
Hi,
Can the widget be installed on a site that is not WordPress related?
Thanks!
February 15th, 2010
Hi,
This program was designed only for WordPress, so if you want to use other systems such as MovableType, you must re-code entire source. I do develop plugins for MovableTypes and other systems but currently, I do not have any plan to convert ‘this’ plugin to other system. Sorry.
February 26th, 2010
Is there something in the works to handle posts that appear like this in the widget?
Published a blog post: “Sony to Remake “The Karate Kid””
http://tinyurl.com/yeewz7n
It appears not all html entities are decoded properly. I’ve seen a number of different ones. I couldn’t tell you all of which I’ve seen off the top of my head.
February 26th, 2010
sorry, i cannot see your site (both yours and which you’d mention in comment). maybe my provider banned from your site. error code is followings:
You have attempted to gain access to this site: 6 times, from the IP of xxx.xxx.xxx.xxx, which resolves to KD111103141184.ppp-bb.dion.ne.jp. Please stop trying to gain access. If this ban has been made in error, you can contact the site admin at demonicpagan.at.gmail.comTotal attempts by banned addresses: 939
September 25th, 2010
Hi, useful plugin.
I found two troubles and report to you.
But I am poor at English, so … 以下日本語です。 :-)
インストールしてみたところ、2件の不具合を見つけたので報告いたします。
1. サーバのタイムゾーン設定がJST(+0900)のとき、UTCオフセット分が2回足されてしまい、正しい時刻が表示できない。
2. 時刻フォーマットの初期設定が誤っている。 “Y/m/d H:s” → “s” は秒なので、この場合は “Y/m/d H:i” が正しい。
1が少々厄介で、またPHPを長いこと触っていなかったこともあり、修正しようとしましたが途中で投げました(^^;
お手数ですが、ご確認のほど、よろしくお願いします。
September 25th, 2010
ご指摘ありがとうです。
次のバージョンで直しますんで、御待ちください。
March 15th, 2011
I really like the Twitter widget, it’s one of the best styled widgets, but it’s a pitty it’s not w3 proof because of the div en ul problem and the double time id.
March 16th, 2011
Hello!
I uppdated today twitter plugin and got this message above the twitter on my page
Warning: preg_replace() [function.preg-replace]: Unknown modifier ‘a’ in /home/users1/m/moscowchurch/domains/kafeparkovka.ru/wp-content/plugins/twitter/widget_twitter_vjck.php on line 180
Do you know what can be wrong set?
THNX
June 2nd, 2011
hello. best twitter plugin by the way. a have a CSS question.
i want to make that to have list-style:none, i changed the in my theme (posts) but i don’t want twitter have bullets in front of text.
thx in advance.
June 6th, 2011
hi mihai
if u do not mind, let me know the url which you use. that is the fastest way to check css issue.
July 7th, 2011
Hello,
Thank you so much for your plugin, works great.
Just a quick question, does it show retweets ?
Because I’ve retweeted once and it hasn’t shown up.
Thanks :)
July 8th, 2011
Hi Ross,
this plugin’s spec is old and when i made this, there’s no RT function… if your RT which you want to display includes [@] mark, turning ‘display reply’ on will be helpful.
August 5th, 2011
I´ve configured this plugin and is everything all right. But, if i do any change on plugin after that, for instance, change de number of tweets 5 to 3, than the plugin stops to work.
To solve that i always have do unstall the plugin and install it again.
September 2nd, 2011
For some reason there are no bullet icons showing up next to each tweet on our site. Were the >> markings seen in the screenshot at the top of this page removed in a recent update? I would love to have the normal dot bullet for each tweet as with the other unordered lists on the page.
Thanks
September 2nd, 2011
Hello Marcus,
you can change >> mark by using CSS… plz check it out.
September 23rd, 2011
I installed the plugin and i works with every account except my own.
Could it be it does not work with twitteraccount with 6 characters?
September 24th, 2011
hi Nilles,
i do not think that there’s character length limitation of account… i will check it when i return anyway (im on biz trip outside country).
September 29th, 2011
I like this plugin but had to make some adjustemenst so I can make use of a css file for the formating of the tags. I you like I can send you a copy.
September 29th, 2011
Hi!
Is there a way to put 2 different twitter streams in one site?
Thanks
September 29th, 2011
hi René van Dam,
it is ok to upload modified version or css file to your site. however, this plugin’s update schedule will be soon (according my time off course)…
September 29th, 2011
hello maria,
supporting multiple account is on the list, but current version does not support it. plz wait for new version as previous comment.
October 2nd, 2011
Heeey
when im editting the page on visual, wat do i put in here: [_____] ???
eg for tubepress i would put [tubepress]????
October 11th, 2011
Hiya! Your plugin’s been a big help on my Comicpress-based site, but I’m not sure how to change the text color that displays. It’s set to black, but I have a dark, dark grey child theme, and the text kinda disappears against it. Would you know how I could change the text color to white/another color?
Thanks for helping this html newbie!
October 11th, 2011
Hi Gerbil,
to change color, write following code to your css file:
#widget_twitter_vjck, .twitter_description, #twitter_time_source { color: yellow !important; } #widget_twitter_vjck a { color: green !important; }October 12th, 2011
Thank you very much! I use it on my blog: http://www.ronny-blog.de All the best for you from Germany
November 17th, 2011
This plugin works fine on my local server, but it isn’t pulling the feed when I use it on my live (mt) server. Any ideas? The title shows up fine, but none of the info from twitter is showing.
November 17th, 2011
hello jasoncaffee,
i just saw you page and its source code. my plugin seems like working fine, but nothing is on its cache. plz try refreshing its cache? to do so, just press ‘save’ button at this plugin’s preference panel.
November 18th, 2011
Thanks for the quick reply!
It definitely looks like a caching issue. I’ve tried re-saving, I’ve cleared my local cache, I’ve even tried clearing out the database table, manually entering values, etc… I’ve clean installed the plugin, I’ve installed my local version. I can’t figure out what’s going on. Have you ever seen any issue with (mt) servers? I have PHP 5.2.17 running. I updated it to 5.3.6 too and it didn’t change anything.
I’m at a loss. I appreciate your help. I don’t really know how the caching works. Is there anything I can check?
Thanks again.
Jason
November 18th, 2011
hi Jason,
i think you’d did all you need to do. this plug in has its own cache to avoid over connection between web page and twitter system because there’s access limitation per hour. plugin only see the duration (of time) to re-cache or not. i saw your source code (which from browser) and found plugin comment so the plugin works correctly. well, i will do check again but as you know, sometimes twitter system does not return any data therefore maybe we should wait one or two days. if there’s nothing change, i will make debug version for you to figure this issue out.
November 18th, 2011
Thanks again. It’s a strange issue. I appreciate your help. I ran PHP in debug mode last night and it didn’t return any errors for your plugin. Dunno. I’ll keep digging.
November 21st, 2011
hello Jason, i still cannot find why it is not working but if theres php error, the process will stop immediately… on your webpage source code, i can see the comment which this plugin generated therefore it looks fine. also, on your comment, you wrote that it works fine at your local environment… umm, need little more time to check my code again.
November 22nd, 2011
I ran the admin section in debug mode and it returned:
Notice: Undefined index: widget_twitter_vjck_submit in ****/plugins/twitter/widget_twitter_vjck.php on line 390
I get the same on my local too.
–
The only difference I see is that on my local, I also get:
Undefined variable: imgURL_str in ****/plugins/twitter/widget_twitter_vjck.php on line 242 on the home page.
I don’t get that warning on the live site.
I dunno man. Again, I appreciate your help.
November 22nd, 2011
This is all it’s writing to the database: it isn’t outputting the html at all.
a:15:{s:25:”widget_twitter_vjck_title”;s:7:”Twitter”;s:33:”widget_twitter_vjck_option_userid”;s:9:”gardnersfeed”;s:35:”widget_twitter_vjck_option_maxcount”;i:1;s:41:”widget_twitter_vjck_option_displayProfile”;b:1;s:44:”widget_twitter_vjck_option_displayProfileImg”;b:1;s:44:”widget_twitter_vjck_option_displayProfileLoc”;b:0;s:45:”widget_twitter_vjck_option_displayProfileDesc”;b:0;s:39:”widget_twitter_vjck_option_displayImage”;b:0;s:35:”widget_twitter_vjck_option_image_on”;b:0;s:39:”widget_twitter_vjck_option_displayReply”;b:0;s:38:”widget_twitter_vjck_option_displayTime”;b:1;s:40:”widget_twitter_vjck_option_displaySource”;b:0;s:44:”widget_twitter_vjck_option_displayTimeFormat”;s:9:”Y/m/d H:s”;s:38:”widget_twitter_vjck_option_cached_time”;i:0;s:40:”widget_twitter_vjck_option_cached_output”;s:0:”";}
November 23rd, 2011
hello Jason,
it seems like the plugin generated its own preference data on your database. could you plz try to remove twitter plugin once and also remove its preference data from your database before re-install?
November 27th, 2011
How often does the plug-in “re-load” and provide the most recent tweet?
November 27th, 2011
it is once at an hour.
December 6th, 2011
Nice Plugin however I need to make it fit my site layout.
Please explain how to limit the width of the text(needs to fit in a narrow sidebar and currently overlaps a bg graphic). Also how do I get rid of the title that automatically is entered even when you leave the title field blank.
Thanks
December 6th, 2011
Hi Rob,
I checked your site and here’s what you want to do:
#widget_twitter_vjck { width: 120px; }December 6th, 2011
Where do I add that code? in the Plugin PHP file or in css of the theme?
Sorry I am new to all of this and learning.
December 6th, 2011
put those code at bottom of style.css file. you can find editor on your wordpress admin page. appearance->editor section.
December 14th, 2011
Is this working with 3.3? I can’t seem to get it to show the Twitter stream off my listed site….
December 14th, 2011
hello Brian,
this plugin will work with 3.3 and sometimes twitter does not respond so maybe it will take few hours to display you r tweets.
December 20th, 2011
Hi
Thanks for this Widget!
i’ve got a problem with it.
I’ll use it in “sidebarq1″.
If i enter my Twitter-ID, the widget is empty on my WP-Site.
Can you help me?
Thx!
December 23rd, 2011
Still no luck on 3.3 my friend.
December 23rd, 2011
ummm, in some case, twitter timeline would not show up on your widget area. i am investigating this issue but still cannot get reason why it happened. as you know, it will take time to fix (or update to next version)…
December 26th, 2011
Like this but it would be nice to have a line break between tweets – or to insert some other separator. At the moment I have 5 tweets up at any given time but it’s hard to see where one ends and the next begins.
December 26th, 2011
also good would be a way of eliminating tweets with certain words in them.
I have another plugin that auto-tweets the headings of any new blog posts on twitter – it would be silly to have THOSE tweets showing on my blog page but if I could set your widget to ignore any tweets with the keyword for my blog in (aesc&oethel) then I could avoid that.
Just ideas. In no hurry for you to implement them ;)
February 8th, 2012
Hi, Above all I chose your’s. Just one question. In the SideBar on my WordPress site, there is no spacing between tweets. How can I fix this or am I doing something wrong!
February 8th, 2012
Hi Nikoza,
if you want to make space between tweets, just add following css on your style.css file.
#widget_twitter_vjck li { margin-bottom: 2.0em; }plz adjust height.
February 9th, 2012
Hi there. I don’t know if it’s just my website or whatever but for some reason my tweets have stopped showing. Is there a problem with the widget or something. If someone could check it out I would appreciate it a lot. http://spacehawknews.co.uk is the website. Thanks!
February 9th, 2012
Hello Ben,
I’ve checked your site and i can see 2/8′s tweets so maybe it was recovered after you wrote comment. or if you still have showing issue, click ‘save’ button of my widgets control panel then it will be re-cache.
February 15th, 2012
Hi
I have added the Twitter Plug-in to my clients website but when I try to add it to the side bar of a page I get the following error:
Fatal error: Call to a member function get_settings() on a non-object in /var/www/vhosts/adoulaslove.co.uk/httpdocs/wp-content/plugins/wp-page-widget/wp-page-widgets.php on line 444
Any ideas?
February 16th, 2012
Hi Gary, i think that you’d miss something on its configuration panel such as id, the error means its function did not understand what you entered in… plz check config!
February 24th, 2012
I’ve installed this plugin with WordPress 3.3.1. I’ve tested with my twitter ID wand worked well. However, testing with my client twitter ID doesn’t work. The twitter sidebar shows empty.
What could be done?
February 24th, 2012
Hi Giuliano, if you tried to test with the same WordPress, the cache (built by this plugin) would be confused. avoiding cache issue, click ‘save’ button ‘after’ saved new account info. this action will clear its entire cache. Or, maybe it caused by twitter system…
March 6th, 2012
I don’t seem to be able to make it work. I installed and activated it and it still won’t show up beyond just the header saying twitter as I said it should be but no actual tweets.
Any advice?
I’m running the latest version of WP and php5 and the theme twentyeleven.
March 7th, 2012
Hi Aaron, sometimes Twitter does not respond my plugin’s request… just wait few hours and it still did not show up, press ‘save’ button at this plugin’s preference panel.
March 8th, 2012
Waited, pressed save, and still nothing. Any other tricks you can think of?
March 9th, 2012
Hi ya VJ just wondering is it possible please to use the plugin in more than one sidebar please. Cheers!
March 10th, 2012
Hi Aaron, i do not have other way to solve this issue now, but some of my user said that they re-checked its configuration few times (re-write and save and so on) will maybe solve it….
March 10th, 2012
hello weered, i will put your idea on my work list. thanks.
April 15th, 2012
Excellent plugin, only one question…
i have 3 sidebar, but the widget it’s possible to use only in one of this…
there is a method for use the widget in 2 sidebar different?
May 5th, 2012
I would need to display two different tweets but the widget can only be used once per site, it seems. Any chance for a fix? Thx!
May 31st, 2012
Hi! Nice plugin, but quick question. Is there any way to re-order the twitter elements that are displayed? For example, I’d like the date to display before the tweet instead of after it. I tried playing around a little with the .php file but couldn’t figure it out. Thanks!
June 14th, 2012
Hello,
I am using your plugin and it works great. I only want to change the font and the fontcolor so it suits my website. Where can I change that?
June 28th, 2012
I run a website for a client and have this plugin and the twitter feed just disappeared all of a sudden on the plugin. When I go into the plugin I see that everything is blank and I try and save the name of the twitter feed and it won’t save….it just stays blank or goes to a japanese characters. Any idea?
August 2nd, 2012
I’m putting this widget into a new site and i was wondering if there is a way to have it show 2 separate twitter accounts
August 30th, 2012
Hi. Love your twitter widget. One change that would be useful. I have another plugin that tweets links to my blog entries. It’d be awesome if there was a function in your widget that eliminates anything which contains a certain word, phrase or set of characters (such as, in my case, “Æsc&Œthel edit:” or “Æsc&Œthel post:”) from the list of ‘recent tweets’.
My reason for elimination of these tweets is that it seems silly to have tweets on my WordPress blog which point to articles on my wordpress blog – when obviously they’d be the most recent wordpress articles and so already likely to be being read.
Actually using hashtags for this could be powerful. Especially if it’s possible to set up more than one instance of your widget (if it isn’t then look into it – that functionality would be awesome as well!)
There’s tons of other ways a string recognition part to this plugin would be useful. Perhaps someone uses their business twitter to occasionally tweet about personal stuff. They’re fine about their clients and twitter followers occasionally reading personal tweets but want the more business oriented stuff to show up on their WordPress blog. By setting up a filter they could use the hashtag #personal for personal stuff and it wouldn’t be shown. Or you could set it up to ONLY tweet stuff with the hashtag #business.
An awesome widget already but I’d send you chocolate if you added the ability to filter (by string or just by hashtag!)
October 7th, 2012
The title of the widget shows, but nothing else, no tweets.
October 12th, 2012
the widget just…stopped working. I went in to save widget again, and the tweets that were there (that stopped updating,btw) vanished.
October 16th, 2012
I managed to fix it by changing line 280 in widget_twitter_vjck.php
From: http://twitter.com/statuses/user_timeline/‘ . $_twitterUserID . ‘.xml?count=’ . $_twitterCount;
To: ‘https://api.twitter.com/1/statuses/user_timeline.xml?include_entities=true&include_rts=true&screen_name=’ . $_twitterUserID . ‘count=’ . $_twitterCount;
Tom
October 17th, 2012
@ Tom –
I did as you suggested (I was having the same problem) but to no avail. Is there another place that the .php file needs to be updated?
October 20th, 2012
I have included the widget as per your diagrams but only get the header. Any suggestions?
October 20th, 2012
Guys,
As you know, there’s specification change on Twitter few weeks ago therefore my currently my plugin cannot get any data from twitter server. I will fix this issue soon, but still I need more time to work this out (due to real life reason).
thanks
October 25th, 2012
I’d love to know when this is getting updated! I am having no luck with the widget since Twitter changed it’s syntax for retreiving usernames… The issue seems to be related to escaping a query string in the url construction portion of the file.
November 2nd, 2012
Hi, to fix, just change line 280 to:
http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=‘ . $_twitterUserID . ‘&count=150
November 10th, 2012
I changed my password on twitter. Now your plugin isn’t automatically updating on my blog. How to correct that? Thank you.
November 18th, 2012
Hi, the updates version isnt working for me at all.
November 19th, 2012
Hey,
My twitter widget is showing old tweets. I realised it might be because we changed our twitter password recently- how can I updated the widget settings to reflect this (our developer installed it so I’ve no idea!).
Thanks
December 12th, 2012
Thank you for this Plugin! But now i have to try an other one – please write an comment when fixed, so i’ll get back to yours! :-)
February 14th, 2013
Could you tell me if this plugin is compatible with API v1.1 and still works after March 5th?
March 19th, 2013
I can not find the setting login page, I have on my WP site the correct link to show tweets, but no tweets are posted. Why is this support page so poorly put together and can anyone explain to me how I can manage this plugin correctly?
It is installed, it is on my front page, I do not know how to login to the plugin to change it, it does not display any of my tweets, yet it does let you click on the twitter link and brings me to the twitter page with the correct login/account.
Any help before I give up on this plugin ASAP?
Thanks