New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
I am editing my theme and only want to display a thumbnail if one is found. How do I do this? | You have to log in to add a translation. | Details | |
Original untranslated
I am editing my theme and only want to display a thumbnail if one is found. How do I do this?
You have to log in to edit this translation. Meta |
|||
How do I use this plugin with custom post types? | You have to log in to add a translation. | Details | |
Original untranslated
How do I use this plugin with custom post types?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
My video service/embedding plugin isn't included, can you add it? | You have to log in to add a translation. | Details | |
Original untranslated
My video service/embedding plugin isn't included, can you add it?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Can I use the functions outside of a loop? | You have to log in to add a translation. | Details | |
Original untranslated
Can I use the functions outside of a loop?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
How can I use Video Thumbnails if I use a custom field to store the video? | You have to log in to add a translation. | Details | |
Original untranslated
How can I use Video Thumbnails if I use a custom field to store the video?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
My theme isn't showing thumbnails, what's wrong? | You have to log in to add a translation. | Details | |
Original untranslated
My theme isn't showing thumbnails, what's wrong?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Can it get thumbnails for my self-hosted videos? | You have to log in to add a translation. | Details | |
Original untranslated
Can it get thumbnails for my self-hosted videos?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Can I get thumbnails from a specific time? | You have to log in to add a translation. | Details | |
Original untranslated
Can I get thumbnails from a specific time?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Why are there black bars on some YouTube thumbnails? | You have to log in to add a translation. | Details | |
Original untranslated
Why are there black bars on some YouTube thumbnails?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
No video thumbnail for this post | You have to log in to add a translation. | Details | |
Original untranslated
No video thumbnail for this post
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Some functions are available to advanced users who want to customize their theme: | You have to log in to add a translation. | Details | |
Original untranslated
Some functions are available to advanced users who want to customize their theme:
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
<code><?php $video_thumbnail = get_video_thumbnail(); ?></code> will return the thumbnail URL or return NULL if none is found. In this example, a thumbnail is only shown if one is found: <code><?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) { echo "<img src='" . $video_thumbnail . "' />"; } ?></code> | You have to log in to add a translation. | Details | |
Original untranslated
<code><?php $video_thumbnail = get_video_thumbnail(); ?></code> will return the thumbnail URL or return NULL if none is found. In this example, a thumbnail is only shown if one is found: <code><?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) { echo "<img src='" . $video_thumbnail . "' />"; } ?></code>
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
<code><?php video_thumbnail(); ?></code> will echo a thumbnail URL or the default image located at <code>wp-content/plugins/video-thumbnails/default.jpg</code> if a thumbnail cannot be found. Here is an example: <code><img src="<?php video_thumbnail(); ?>" width="300" /></code> | You have to log in to add a translation. | Details | |
Original untranslated
<code><?php video_thumbnail(); ?></code> will echo a thumbnail URL or the default image located at <code>wp-content/plugins/video-thumbnails/default.jpg</code> if a thumbnail cannot be found. Here is an example: <code><img src="<?php video_thumbnail(); ?>" width="300" /></code>
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Activate the plugin through the 'Plugins' menu in WordPress | You have to log in to add a translation. | Details | |
Original untranslated
Activate the plugin through the 'Plugins' menu in WordPress
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
Upload the <code>/video-thumbnails/</code> directory to the <code>/wp-content/plugins/</code> directory | You have to log in to add a translation. | Details | |
Original untranslated
Upload the <code>/video-thumbnails/</code> directory to the <code>/wp-content/plugins/</code> directory
CommentFound in installation list item. You have to log in to edit this translation. Meta |
Export as
Comment
Found in faq header.