[Plugin: VideoGall] VIDEOGALL Vimeo Thumbnail Issue SOLVED
-
In the last week or so vimeo has changed the way thumbnails are displayed. If you’re using videogall to display vimeo videos and the thumbnails are just plain white then try the following:
Either use an FTP client to access the following directory:
/wp-content/plugins/videogall/videogallfunctions.php
Or use the plugin editor in wordpress to edit the file videogallfunctions.phpYOU NEED TO EDIT THIS LINE >>
$apiurl = str_replace(“vimeo.com”,”vimeo.com/api/clip”,$video_url);AND REPLACE IT WITH THIS >>
$apiurl = str_replace(“vimeo.com”,”vimeo.com/api/v2/video”,$video_url);Hope this helps.
Tom
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: VideoGall] VIDEOGALL Vimeo Thumbnail Issue SOLVED’ is closed to new replies.