i need to parse rss from youtube into cck embed media field (video and image)
example:
http://www.youtube.com/rss/tag/sports.rss
how to put these part into cck field?
what phpcode should i put in nodetemplate body?
i need to parse rss from youtube into cck embed media field (video and image)
example:
http://www.youtube.com/rss/tag/sports.rss
how to put these part into cck field?
what phpcode should i put in nodetemplate body?
Comments
Comment #1
oucode commentedWondering this myself. No clear documentation on how to map XML data to CCK data using the template. Any luck or word from above?
Comment #2
patchak commentedHey there, if you figure that out please post the how to here, it's very cool!!
thanks,
Patchak
Comment #3
alex_b commentedguys, do you actually need to _download_ the data, or just stick the link into a CCK field?
For doing the latter, follow the instructions in the README file and be sure to grab the latest CVS version, because there was a problem with node_template (http://drupal.org/node/140505).
alex