Я нашел, как получить видео по тегам: /feeds/api/videos?vq="SEARCH TERMS"
http://www.derekallard.com/blog/post/jquery-hosted-on-google-and-some-implications-for-developers/Вот пример из моей страницы: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
http://code.google.com/intl/ru_ALL/apis/gdata/client-js.html#Acquire_Library
Кажется, нам нужно читать сюда:http://code.google.com/intl/ru_ALL/apis/gdata/json.html
Кажется, я почти нашел, как из jQuery вызвать ютуб:http://docs.jquery.com/Release:jQuery_1.2/Ajax (там где про cross-domain реквесты говорится)Там есть пример, как фотки с фликера тырить ;)
Вот ещё:http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback
http://code.google.com/intl/ru_ALL/apis/youtube/developers_guide_protocol.html#Browsing_with_Categories_and_Keywords
http://www.rsdn.ru/article/inet/jQuery.xml
http://docs.jquery.com/Events/submit#fn
Post a Comment
9 comments:
Я нашел, как получить видео по тегам: /feeds/api/videos?vq="SEARCH TERMS"
http://www.derekallard.com/blog/post/jquery-hosted-on-google-and-some-implications-for-developers/
Вот пример из моей страницы:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js"></script>
http://code.google.com/intl/ru_ALL/apis/gdata/client-js.html#Acquire_Library
Кажется, нам нужно читать сюда:
http://code.google.com/intl/ru_ALL/apis/gdata/json.html
Кажется, я почти нашел, как из jQuery вызвать ютуб:
http://docs.jquery.com/Release:jQuery_1.2/Ajax (там где про cross-domain реквесты говорится)
Там есть пример, как фотки с фликера тырить ;)
Вот ещё:
http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback
http://code.google.com/intl/ru_ALL/apis/youtube/developers_guide_protocol.html#Browsing_with_Categories_and_Keywords
http://www.rsdn.ru/article/inet/jQuery.xml
http://docs.jquery.com/Events/submit#fn
Post a Comment