Put video from feed in CCK field instead of body?
seanr - December 30, 2008 - 15:12
| Project: | Youtube API |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#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?