Title: Source URL Only
Last modified: August 21, 2016

---

# Source URL Only

 *  Resolved [Juan Rodriguez](https://wordpress.org/support/users/johnnyr209/)
 * (@johnnyr209)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/source-url-only/)
 * How do I edit this example to only display the Source URL?
 * In this example, a thumbnail is only shown if one is found: <?php if( ( $video_thumbnail
   = get_video_thumbnail() ) != null ) { echo “<img src='” . $video_thumbnail . “‘/
   >”; } ?>
 * [https://wordpress.org/plugins/video-thumbnails/](https://wordpress.org/plugins/video-thumbnails/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Sutherland Boswell](https://wordpress.org/support/users/sutherlandboswell/)
 * (@sutherlandboswell)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/source-url-only/#post-4649609)
 * By source URL do you mean the original video’s address, or the thumbnail URL?
 * If you mean just the thumbnail URL then it would be `<?php if( ( $video_thumbnail
   = get_video_thumbnail() ) != null ) { echo $video_thumbnail; } ?>`
 * If you aren’t comfortable with code, I recommend you just make sure the featured
   image setting is enabled and use a theme that supports featured images.
 *  Thread Starter [Juan Rodriguez](https://wordpress.org/support/users/johnnyr209/)
 * (@johnnyr209)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/source-url-only/#post-4649670)
 * Thats what I was looking for (thumbnail URL) Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Source URL Only’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/video-thumbnails_3e6f7f.svg)
 * [Video Thumbnails](https://wordpress.org/plugins/video-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/video-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-thumbnails/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Juan Rodriguez](https://wordpress.org/support/users/johnnyr209/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/source-url-only/#post-4649670)
 * Status: resolved