Posted by seanr on December 30, 2008 at 3:12pm
Jump to:
| Project: | Youtube API |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've got a video content type set up with a video CCK field and I'm using the YouTube FeedAPI module to populate it automatically. Is there any way I cna have the module place the video in the CCK field rather than just in the body of the node? I've got multiple views using this content type in various ways so I want to put the video where I can most easily use it.
Comments
#1
If you use emfield and create a field which accepts YouTube videos on the content type you are using to create feed nodes, the module should automatically detect that field and use it for embedding the video.
Please let me know how this goes for you.
#2
That's exactly what I'm using but it doesn't appear to work that way.
#3
#4
Hmm, just thought of something - if you don't check any of the provider boxes in emfield, it'll allow videos from all providers. Is it possible that the YouTube API module isn't checking for that possiblity?