Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatomefi/jsyoutubevideoform
Request and Show all info of one youtube video using ajax.
https://github.com/renatomefi/jsyoutubevideoform
Last synced: 13 days ago
JSON representation
Request and Show all info of one youtube video using ajax.
- Host: GitHub
- URL: https://github.com/renatomefi/jsyoutubevideoform
- Owner: renatomefi
- Created: 2011-06-01T17:38:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-01T18:11:52.000Z (over 13 years ago)
- Last Synced: 2024-12-16T18:09:35.509Z (20 days ago)
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
js Youtube Video Form
============================
jsYoutubeVideoForm is an simple script for load info of any youtube video and show it in a form using jQuery.jsYoutubeVideoForm é um script simples para carregar as informações de um video do youtube e exibi-las em um formulário.
Features
--------* Use full youtube link or video code only
Using
--------------------1) Create object passing id of inputs
videoTest = new youtubeVideoForm('input-url','input-title','input-desc','input-thumb-url');
2) If you want to view thumbnails and preview of the video, pass their ids to the created object.
videoTest.setIframePreview('iframe-preview').setContainerThumbs('element-thumbs-container');