Closed (fixed)
Project:
Youtube API
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2008 at 15:05 UTC
Updated:
26 Jun 2008 at 01:58 UTC
Jump to comment: Most recent file
We need to create the ability to get comments for videos. I think both a function to get comments for an individual video (using either the video ID, or I believe a comment feed resource link may come back in the video object) as well as an optional flag to load comments for videos when hitting user feeds, doing searches, etc. would work best.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | youtube_api_comments.patch | 4.43 KB | beeradb |
| #1 | comments.patch | 8.88 KB | beeradb |
Comments
Comment #1
beeradb commentedImplements comments by adding two different functions..
Probably still needs to include the ability to load comments along with videos from video searches, loading a video directly, user feeds, etc.
Thoughts?
Comment #2
beeradb commentedComment #3
beeradb commentedNow with a fresh theme function, and an optional parameter to theme_youtube_api_embed to load/display comments for a given video.
Comment #4
dmsundaram commentedHi,
Where can I get YouTupe API batch? Please guide me.
Thanks & Regards
Meenakshi Sundaram
NetLink Technologies, Chennai
Comment #5
beeradb commentedcommitted by CVS commit #123581
I've shelfed the idea of having loading comments be an optional parameter to the functions for video feeds, as making that many successive calls to the API is _slow_. May revisit later.