Hello I'm importing through feedAPI a dailymotion feed into a book but what if I want to import only playlists? For example to have on one page all the videos of one playlist and not on multiple pages.

Dailymotion feature a pretty cool tool called VIDEOZAP working with a iframe

<iframe marginwidth="0" marginheight="0" width="459" height="443" frameborder="0" scrolling="no" src="http://www.dailymotion.com/videozap/playlist/xr8ts_projeteee_education-en-europe-20112008"></iframe>

The code is quite simple and it will be great to detect a playlist url with the /playlist directory
http://www.dailymotion.com/playlist/xr8ts_projeteee_education-en-europe-20112008
and embed in this case a videozap and not just a player by videos.

Anybody interested ?

Comments

docmorphe’s picture

Or where can I change de dailymotion behavior in EMfield code ? Maybe I can try to adapt it myself but where to look in ?

acecombat’s picture

I am also interested in having an Iframe embedded from a feed. Did you end up finding a way to do this? If not *bump* in the hopes someone can :)