Twitter for WordPress displays yours latest tweets in your WordPress blog.
Features
- Simply
- Customizable
- Widget ready
- Uses WordPress resources (no extra files needed)
- No options page (yes, it’s a feature)
- Detects URLs, e-mail address and @username replies
- Multiple widgets (Thanks to Michael Feichtinger)
Installation
Drop the twitter-for-wordpress folder into /wp-content/plugins/ and activate the plug in.
Usage
If you use WordPress widgets, just drag the widget into your sidebar and configure.
If widgets aren’t your thing, use the following code to display your public Twitter messages:
twitter_messages('username');
Note: Your tweets must be unprotected (i.e. in the public timeline)
Twitter for WordPress also has several configurable options. Here’s what you can configure:
twitter_messages('username', [msgs], [list], [timestamp], ['link'], [hyperlinks], [twitter_users], [encode_utf8]);
- username: your twitter username
- msgs: number of tweets to show (max. 20, limited by Twitter)
- list: show tweets in a unordered list
- timestamp: show a relative timestamp
- linked: the link options
- ‘all’: puts a link to the tweet status in all the tweet (the old-school way). This option disables the link discover features.
- false or ”: no link at all to the tweet status
- true or ‘something’: enable the link to the tweet status. You can customize the text.
- hyperlinks: show URLs as clickable links
- twitter_users: show @username replies as clickable links
- encode_utf8:turn it on if you have encoding problems
Only username is required. The other parameters will take this default values:
twitter_messages('', 1, false, true, '#', true, true, false);
This is: 1 tweet, not in a list, with timestamps, with a # link to each tweet, with URLs and @username replies displayed as clickable links.
So, if I wanted to show my last 3 messages, not in a list, with timestamps, with a Go link, no links and encode_utf8, I would use the following:
twitter_messages('username', 3, false, true, 'Go', false, false, true);
Customization
The plug in provides the following CSS classes:
- ul.twitter: the main ul (if list is activated)
- li.twitter-item: the ul items (if list is activated)
- p.twitter-message: each one of the paragraphs (if msgs > 1)
- .twitter-timestamp: the timestamp span class
- a.twitter-link: the tweet link class
- a.twitter-user: the @username reply link class
Live Demo
twitter_messages('twittvigo', 5, true, true, '>>', true, true, false);
>’, true, true, false); ?>
Download
Mods
- Twinkle + Twitter by Michael Tyson. Adds Twinkle image support.
Version History
1.9.7 – 2009/08/27
- Link discover regexp bug fixed (thanks to Webmancers)
1.9.6 – 2009/07/10
- Improved link discover regexp (thanks to Allen Shaw)
1.9.5 – 2009/07/07
- Several undocumented changes (mostly bugs acrosss different WordPress versions)
- Added #trendingtopics link support (thanks to Michael Voigt)
1.9 – 2008/04/08
- Now using human_time_diff() instead own function: better performance, less code and automagically i18n!
1.8.2 – 2008/04/01
- I messed it up the encoding. Now works.
1.8 – 2008/03/31
- Added encode_utf8 option in order to (hopefully) fix the encoding issues.
1.7 – 2008/01/03
- Multi-Widget Feature. Thanks to Michael Feichtinger
1.6.1 – 2007/12/27
- Due Hanok‘s request, added a linked option to make all tweet a link to the tweet status.
1.6 – 2007/12/27
- Now the plugin also detects the @username replies and automagically transform them in links to the username twitter page.
- Better URL discover method.
1.5 – 2007/12/26
- Modified the linked option to make it more flexible and configurable. Now the link is at the tweet’s end, and you can configure it (even not display it).
1.4 – 2007/12/24
- Added ‘hyperlink recognizer’.
1.3.2 – 2007/09/08
- Fixed some HTML encoding issues. Props to Dave.
1.3.1 – 2007/08/22
- Better feed handling. Now only the username is required.
1.3 – 2007/08/22
- New relative date function
1.2 – 2007/08/21
- Rearranged CSS classes
1.1.2 – 2007/08/20
- Fixed a widget typo
1.1.1 – 2007/08/16
- Fixed widgets bug and added widget options (Thanks to Neil MacLean)
1.1 – 2007/08/15
- Added the link option (suggested by manuls)
1.0 – 2007/08/12
- Initial Release
Credits
- Ronald Heft – The plugin is highly based in his Pownce for WordPress, so the major part of the credits goes to him.
- Michael Feichtinger – Contributed the multi-widget feature code
Contact
Suggestion, fixes, rants, congratulations, gifts et al to rick[at]jinlabs.com or by my contact page.
Code
Maybe you could be interested in my other plugins: Code
691 replies on “Twitter for WordPress”
[…] Twitter for WordPress […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress サイドバーにツイッターの自分のつぶやきを表示してくれる優れもの。 […]
[…] プラグインはとりあえず、Twitterの最新投稿を表示するウィジェット「Twitter for WordPress」を入れてみました。 […]
[…] tus mensajes de Twitter en tu blog para que tus usuarios conozcan tu cuenta en dicho servicio, Twitter for WordPress es una buena […]
[…] Twitter for WordPress […]
[…] edition, before we begin we need to download/install two plugins which are Contact Form 7 and Twitter for WordPress, you only need to install and activate those two plugins because the styling is already done inside […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress – The best thing about this wordpress twitter plugin is that detects URL, email address and […]
[…] 7. Twitter for WordPress […]
[…] Twitter for WordPress : Affiche sur votre blog vos messages provenant de twitter. […]
[…] Twitter for WordPress Twitter for WordPress displays yours latest tweets in your WordPress blog. […]
[…] このコードの詳細はここに書かれている。 […]
[…] in einen Blog einfließen zu lassen. Die geht beispielsweise mit Twitter for WordPress von http://rick.jinlabs.com/code/twitter/ . Wenn man also nicht zum Bloggen kommt, dann kann man seine Twitter-Beiträge automatisch in […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress […]
[…] TWITTER FOR WORDPRESS […]
[…] y también con alguna de las entradas del blog. Además he puesto el widget de WordPress Twitter for WordPress para que se muestren los tres últimos […]
[…] Twitter for WordPress (meine Tweets werden in einem Widget mit Hilfe dieses Plugins ausgegeben) […]
[…] Twitter for WordPress: Very simple little widget to show @drawboard’s Twitter feed in the sidebar. I’m happy with it, but might change it for something a little more complex later on. […]
[…] Twitter for WordPress […]
[…] Кроме того имеет гибкие настройки в самом коде плагина, о них можно почитать тут. […]
[…] you want to learn more about the parameters of Twitter for WordPress you can visit the author's home page for the syntax and more examples on how to use it. Tagged as: install, internet, problem solving, […]
[…] of all, I am loving the Twitter for WordPress plugin, because I can always count on my public tweets showing up here. It’s just one less […]
[…] right sidebar now displays my latest tweets, thanks to Rick’s Twitter for WordPress plugin. It was simple to install and configure, and you can use it in-page or as a […]
[…] anyone is interested in which plugin I used, you can find the Twitter for WordPress plugin here. It only took about 5 minutes to set up using the code vs. using it as a widget, so it was nice to […]
[…] Twitter for WordPress Twitter for WordPress displays yours latest tweets in your WordPress blog. […]
[…] sering berkunjung kesini pasti lebih menyadari kalau perubahan yang muncul hanyalah perubahan isi widget twitter (yang artinya, saya aktif update status di twitter). Buat yang bertanya-tanya yang mana itu widget […]
[…] die Ansicht deiner neusten Twitter-Nachrichten kannst du z.B. das Twitter for WordPress-Plugin verwenden und per CSS an dein Layout anpassen, oder du nutzt das von Twitter direkt zur Verfügung […]
[…] other day, I got around to upgrading WordPress to the current version. Now I can use the Twitter for WordPress plugin to display the latest posts from my two microblogs on the home page of this […]
[…] Twitter for WordPress: Lets me show my latest tweets on my sidebar […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress Simple twitter plugin – only installed it to play around with – now use it as a dump for shell commands I need to run later […]
[…] your blog. You can send your updates to your blog as well as create tweets directly from your blog Twitter for WordPress displays latest tweets on your blog Loudtwitter Ships your tweets to your blog Twitter Sharts […]
[…] Page d’auteur de la page Twitter pour WordPress | Twitter pour WordPress sur WordPress.org […]
How do you auto-tweet post titles and links when you blog?…
WordPress answer: I have been using Joe Dolson’s WP To Twitter plugin for WordPress until recently. [ http://www.joedolson.com/articles/wp-to-twitter/ ] I am giving ‘Twitter For WordPress’ [ http://rick.jinlabs.com/code/twitter/ ] a spin at the mome…
[…] Twitter for WordPress – The best thing about this wordpress twitter plugin is that detects URL, email address and […]
[…] 16. Subscribe To Comments Eklenti Sitesi 17. Theme Tester Eklenti Sitesi 18. Twitter for WordPress Eklenti Sitesi 19. Who is Online (Özelleştirilmiş) Eklenti Sitesi 20. WP-Optimize Eklenti Sitesi 21. […]
[…] Twitter Plugin Yet another Twitter Plugin, geschrieben von Richard Brown ist eine Erweiterung des Twitter WordPress Plugin von Ricks […]
[…] but I have a bonus for all you twitter-ites out there. Ricardo González created a plugin called Twitter for WordPress, and it’s one of the few that uses template tags as a way of insertion (you see where this is […]
[…] Twitter for WordPress – This allows me to include recent ‘tweets’ in the sidebar of WordPress. […]
[…] leave a comment » So far, this is the best – Twitter for WordPress plugin which you can find it in the depository or Rick’s plugin page. […]
[…] Twitter for WordPress […]
[…] Twitter for WordPress : affiche vos derniers tweets sur votre blog WordPress. […]
[…] Twiter for WordPress: Plugin pro malý mikroblog využívající službu Twitter.com. […]
[…] Twitter for wordpress http://rick.jinlabs.com/code/twitter/ para incluir tus últimos tweets en […]
[…] Twitter for WordPress – Twitter for WordPress displays yours latest tweets in your WordPress blog. Worth mention as it is rather popular WordPress plugin. Downloads 187,011. […]
[…] for wordpress http://rick.jinlabs.com/code/twitter/ para incluir tus últimos tweets en […]
[…] What’s Up?, Add Tweets, Twitterfeed, Feed Tweeter, Twitter Counter, Twit This, Twitter Tools, Twitter for WordPress, Loudtwitter, Twitter Sharts, Twitt Twoo, Twitter Updater, Twitter WordPress Sidebar Widget, […]