This works: $thumbnail = 'http://cdn1.image.website.webcdn.com/222/333/$url_id/original/8.jpg';

But as soon as I add another variable, with $url_id (which is the video id of the path) it doesn't work?

So I know $url_id works... I've tested it two dozen times.

Its just when I try to include $url_name and $id_url it doesn't work :(

Thanks!!!!

Comments

gfed’s picture

shouldn't it be:
'http://cdn1.image.website.webcdn.com/222/333/' . $url_id . '/original/8.jpg' ?

JohnnyW’s picture

Yes, it can be that way too - return array works either way on video.

But can't capture video thumbnail.

plopesc’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing given that this is an issue related to the video provider, not to the module AFAIK.

Please, feel free to reopen if you consider that we can do something form the video_embed_field module side.

Thank you.