This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Tweeter!

Description

A stylized Twitter widget. I created this plugin because I wanted a better looking widget on my personal blog. It’s not as complex as some other plugins, but it serves its purpose. The widget will adjust itself to the width of the sidebar automatically. It does use some CSS3 for rounded corners and transitioning, but it will look completely fine on other browsers. It also auto updates the Twitter feed for a specified amount of time which can be changed in the settings page.

Screenshots

  • A screenshot of Tweeter! in action.

Installation

To install, throw the folder “tweeter” into your wp-content/plugins folder. Then go to the dashboard and activate the plugin. Tweeter! should now appear in the widgets section. The Tweeter! settings page can be found under settings in the sidebar of the dashboard.
IT IS RECOMMENDED THAT YOU CHANGE THE SETTINGS BEFORE YOU ENABLE THE WIDGET, OTHERWISE YOUR TWEETS WILL NOT BE VISIBLE.

FAQ

What settings can you change?
  • Twitter username
  • Number of tweets to show
  • Feed refresh interval (in ms)
  • Show replies?
Surely you didn’t create this, whodunit?

Alright, I admit, I didn’t create every part of this plugin. The code is based on Remy Sharp’s twitter.js script. He did an excellent job, so if there’s any praising that should be done, please thank him.

The post on his site of twitter.js can be found here:
http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/

I’m not going to tell you my password!

The beauty of the plugin, is you don’t have to. This plugin will never ask for your password, It simply displays your tweets!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Tweeter!” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Tweeter!” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • GPL’ed
  • Fixed path in link to stylesheet
  • Username defaults to wordpress
  • Tweet count defaults to 3
  • Refresh delay defaults to 30000ms
  • Showing replies defaults to true
  • Added screenshot
  • Removed unnecessary tweeter.js

1.0.0

  • Initial Release