Friday, August 6, 2010

Bit.ly Codeigniter

as simple as
$this->load->library('bitly');

then echo.simple!
echo $this->bitly->shorten('http://aizuddinmanap.blogspot.com/'); 

http://github.com/patrickpopowicz/bit.ly-Library-for-CodeIgniter/

1 comment: