Abraham Garcia in PHP Scripts   Thursday, April 23 2015

How to Get YouTube Video Image Thumbnails

How to get your youtube video image thumbs. Use this in your project when you need the image thumb generated by Youtube in your projects.

In order to get the video thumbnails that YouTube generates we can use the following links.  http://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg http://img.youtube.com/vi/<insert-youtube-video-id-here>/1.jpg http://img.youtube.com/vi/<insert-youtube-video-id-here>/2.jpg http://img.youtube.com/vi/<insert-youtube-video-id-here>/3.jpg These are high resolutions, medium quality, standard definition, and maximum

Continue reading
Abraham Garcia in PHP Scripts   Friday, November 21 2014

PHP Function to Create Nice URLs

This function will allow you to create nice friendly SEO URLs with PHP using prep_replace function. A useful function for blog post titles.

I have always liked nice urls in website it makes it cleaner and gives you better result for SEO. This is why i like to share this function on making

Continue reading