Developer
Supported
URL Tube
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From Mark Spurlock
Vimeo thumbnails not loading
General
koala kid
|
Posted: 04 August 2014 01:42 PM |
|
|
|
We have some content on Youtube and some on Vimeo. The YT stuff loads great but the thumbnails for Vimeo aren’t loading, the videos do though.
Here’s the code I am using:
{exp:url_tube:thumbnail src="{video}" width="120" height="67"}
EE 2.7.2
URL Tube 1.5
Thanks.
|
|
|
Spurlock
|
Posted: 04 August 2014 10:32 PM |
# 1
|
|
Developer
|
Hey Koala,
Vimeo thumbnails work a little differently that YouTube ones. Please make sure you have “allow_url_fopen” enabled in your php.ini file. That means you should see
allow_url_fopen = On
in there somewhere, and it should NOT have a semicolon at the beginning of the line.
I’ll work on getting a cURL version of this working for users who can’t set that flag in their environment, probably by next week, so be on the lookout for that if the suggestion above doesn’t help.
|
|
|
koala kid
|
Posted: 05 August 2014 01:52 PM |
# 2
|
|
|
Hi Matt,
that did the trick, thanks so much for the help and thanks for the great plugin :)
|
|
|