Eine einfach Ping.fm Extension für das Radiant CMS
Veröffentlicht von Edmund Haselwanter am Sonntag, Oktober 11, 2009
I just created a simple Ping.fm extension for RadiantCMS on github: ping.fm extension
With this you can have updates to your site automatically send details to your
Ping.fm account. All you’ll need to do is provide your account information in the Radiant::Config settings.
- API Key http://ping.fm/key/
- Application API Key http://ping.fm/developers/
In the first iteration it just posts a link to the page and the title of the page to ping.fm.
If you have the tags extension installed it will add the page meta_tags to the post.
Installation:
gem install pingfm # sudo gem install pingfm
cd /path/to/radiant-installation/
git clone git://github.com/ehaselwanter/radiant-pingfm-extension.git vendor/extensions/pingfm
or
git submodule add git://github.com/ehaselwanter/radiant-pingfm-extension.git vendor/extensions/pingfm
git submodule init
git submodule update
rake db:migrate:extensions

