About jquery youtube Plugin
jquery youtbe plugin is a javascript interface for Google YOUTUBE API written by jquery. Now it is alpha version .
Watch Demo Example
Rrquirements
- requires jQuery 1.1.1 or latest package.
- require jquery BlockUI plugin (optional but now it use to play the video).
Features (sample)
- no server-side script required..
- easy to implement:
$("#myDivId").youtube(); - support customs configaration :
$("#myDivId").youtube(
{ type :'search',
keyword :'searchWord' } ); - support custom callback function youtube(
$("#myDivId").youtube(
{
type :'users',
keyword : 'searchWord', callback : 'myFunction' } ); - supports paging result, most viewd youtube and many more.
- Builtin BlockUI plugin
- Run video inline or link to the youtbue.
If you have question or comments, please use the commetns here jquery plugin comments to the jQuery mailing list, or send me an (bijon_php@yahoo.com)email.
Downlaod:
jQuery youtube, Alpha 1 Uncompressed
Configaration Settings
| Settings | Default | Type | Options | Explanation |
| type | null | string | search,usres,playlist,category | allowed what type of video you want |
| keyword | null | string | optional | search keyword |
| playlist_id | null | string | ||
| url | null | string | specific url of vidoes | |
| start_index | null | int | This is used for paging . From which you want start | |
| max_results | null | int | return maximum videios | |
| format | null | string | ||
| most_viewed | ||||
| top_rated | ||||
| recently_featured | ||||
| top_favorites | ||||
| most_discussed | ||||
| most_linked | ||||
| most_responded | ||||
| inlineVideo | true | boolean | do you want to redirect to youtube, or play inlinevideo | |
| blockUI | true | boolean | do you want to playVideo in block UI |