Thank you for great plugin,
But I'd like to have option to display title and description of video in the page.
I can't find options in shortcode.
Could you help?
Thank you for great plugin,
But I'd like to have option to display title and description of video in the page.
I can't find options in shortcode.
Could you help?
I added code like below to display video info into page.
I wish to control this in [Vimeo_Channel_Gallery] options.
line 234
$video_description = $video->description;
line 254
$content.='<div class="vmcinfo">';
$content.='<p class="lead">'.$video_title.'</p>';
$content.='<p class="muted">'.$video_description.'</p>';
$content.='</div>>';I uploaded revised file for your review.
http://choibc.wordpress.com/2013/01/30/vimeo-plugin-to-display-videos/
If you could improve this plugin, I highly appreciate.
Hi choibc
These features will be in the next release
Thank you very much
Do you know when the next release will be out with that feature? I'm wanting it too.
Thanks!
You must log in to post.