public
Description: Post published posts from wordpress to your twitter account
Homepage:
Clone URL: git://github.com/ramlev/postTwitter.git
name age message
file postTwitter.php Loading commit data...
file postTwitter_admin.php
file readme.md
readme.md

postTwitter DOCUMENTATION

Author

Hasse Ramlev Hansen hasse@ramlev.dk
www.ramlev.dk
Date: 20090805-2039

Install

  • Copy plugin to wp-content/plugins/ dir and activate in wp-admin
  • Insert values in the postTwitter settings page to get plugin to work

  • And the plugin will work automatically when you post a new blogpost

Features

  • Post to twitter when publishing a new blog post
  • Control what to post to twitter (ex. Have been blogging about #TITLE# #LINK#)
  • Choose to compress link back to post with bit.ly url shortener

Changelog

0.98 - 20090904
Do some initial checks, to ensure that all info has been entered, and dsable plugin if not
0.97 - 20090903
Define what text to show up on twitter post from admin, with some defines such as title and link to post

0.96 - 20090902
moved hardcoded twitter login to wp-admin settingspage
moved hardcoded bit.ly api key to wp-admin settingspage

0.95 - 20090902
first version, working, lots of hardcoded stuff need to be fixed