Ang plugin na ito ay hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress. Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility kapag ginamit sa mas bagong bersyon ng WordPress.

WP Tuit

Deskripsyon

Show your lastest tweets in your WordPress blog.

You can choose between a widget or editing your theme and include a function

Mga Screenshot

  • WP Tuit Settings page
  • WP Tuit in my blog

Pag-install

  1. Upload wp-tuit.php to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Settings

  1. Go to ‘Settings’, ‘WP Tuit’ and set your Twitter username
  2. Go to ‘Appearance’, ‘Editor’ and put <?php if (function_exists('wp_tuit')) wp_tuit(); ?> wherever you want to appear your lastest tweet. This just shows one tweet, no matter how many tweets you’d set.
  3. The other option, if you don’t want to edit your theme, is to use the widget. Go to ‘Appearance’, ‘Widgets’ and place the WP Tuit widget somewhere in your sidebar (or footerbar, or headerbar, wherever you have your widget bar). This shows the amount of tweets you’d set in the WP Tuit settings.
  4. You also can edit your theme and put the wp_tuit_widget() function wherever you want. Just write this: <?php if (function_exists('wp_tuit_widget')) wp_tuit_widget(); ?>.

FAQ

Can I change the style of the list or paragraph?

Yes. Just add .wp-tuit to your stylesheet and set your desired styles: p.wp-tuit for style the paragraph and ul.wp-tuit for style the list.

Your plugin sucks

Oh, really? Where’s yours?

You don’t speak English, do you?

Nop… sorry if you don’t understand something I wrote.

I have other question

Just go to my blog, click in ‘Acerca de mi’ and fill the form (name, email, subject, message and captcha). Altough I don’t speak English fluently, I can read it perfectly, so the 95% of the times I’ll understand what you’re writing me.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “WP Tuit” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Isalin ang “WP Tuit” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.0.2

  • Changed: removed some unnecessary code
  • Fixed an error in readme.txt

1.0.1

  • Changed: two variables were wrong

1.0

  • Changed: The # now links to the status
  • Added: The widget title links to your Twitter user
  • Changed: less code 😛

0.9.4

  • Added: widget 😀
  • Added: Two separated functions to show your latest tweets. One for show only one, and the other used for the WP Tuit widget. You can also use the WP Tuit widget function to place it wherever you want in your theme

0.9

  • Added: If shows 1 (one) tweet, set it as paragraph (<p>). If shows more than one tweet (>=2), set it as a list (<ul>)

0.3

  • Fixed a couple errors
  • Added: option to set how many tweets to show

0.1

  • First version. Nothing to put in here 😛