public
Description: An extension for Radiant CMS to send notifications of newly published pages to a Twitter account.
Homepage:
Clone URL: git://github.com/seancribbs/radiant-twitter-extension.git
100644 16 lines (10 sloc) 0.414 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= Twitter
 
Send updates to your Twitter account.
 
See HELP_admin.md
 
= Installing
 
gem install twitter # sudo gem install twitter
cd /path/to/radiant-installation/
./script/extension install twitter
 
Then go edit the config/environment.rb and set the Radian::Config options
as needed (See HELP_admin.md). For details on how to do this see:
http://wiki.github.com/radiant/radiant/additional-configuration-options