oEmbed-Library |
[eluser]KuLi[/eluser]
Hello, This is my first contribution to the CodeIgniter community. At First my English is very bad and it gives no Code Documentation ![]() If you are German you can look here for a Wiki This is a Lib. for calling the Api Method Oembed for Videos You can get Videos from: * http://www.youtube.com * http://www.viddler.com * http://www.qik.com * http://www.revision3.com * http://www.hulu.com * http://www.vimeo.com/ Response parameters * type * version * html * width * height Optional Response parameters * title * author_name * author_url * provider_name * provider_url * cache_age * thumbnail_url * thumbnail_width * thumbnail_height * video_id Usage: Code: $this->load->library('oembed'); If you want to Cache Response you need KhCache library. Code: $params = array('type' => 'json', 'cache' => TRUE); Download Any Questions???
[eluser]Benedikt[/eluser]
If you go via the wiki you can easily find out that it was updated recently. The Link is http://wiki.codeigniter.ch/attachments/5/Oembed.php until the next update ![]() I recommend going via http://wiki.codeigniter.ch/wiki/ci-wiki/OEmbed-Library
|
Welcome Guest, Not a member yet? Register Sign In |