Skip to content

Instantly share code, notes, and snippets.

View acermez's full-sized avatar

Amine Mezghani acermez

  • iCodeVision
  • Tunisia
View GitHub Profile
@secretstache
secretstache / get-video-thumbnail.php
Last active January 16, 2024 09:43
Get Video Thumbnail from Youtube or Vimeo
<?php
/**
* Retrieves the thumbnail from a youtube or vimeo video
* @param - $src: the url of the "player"
* @return - string
* @todo - do some real world testing.
*
**/
function get_video_thumbnail( $src ) {