Best SEO Blogger YouTuber in India

I was searching for good SEO experts (YouTubers) in India to boost my SEO skills. Everyone need best advice to achieve their blogging, website and marketing goals. GOALs – Learn Digital Marketing – SEO Tools & Resources – Affiliate Marketing – Email Marketing – Youtube Video Marketing – Mobile marketing – Content marketing – SMM/SMO, … Read more

Radio Song Album Artwork Cover by YouTube

An album cover is the front / other side of the packaging of a commercially released audio recording product, or album. You can find online APIs or Websites where artwork available – Amazon – LastFM – Soundcloud – Apple iTune – Google Play – Gracenote – Free Music Archive And many more …. But YouTube … Read more

YouTube JavaScript Player API

YouTube JavaScript API allows users to control the YouTube chromeless or embedded video players via JavaScript. JavaScript API have methods for play, pause, seek to a certain time in a video, set the volume, mute the player, and other useful functions. <script type=”text/javascript”> // <![CDATA[ // allowScriptAccess must be set to allow the Javascript from … Read more

Youtube / Vimeo embed resizer

Resizes a Youtube / Vimeo embed code from a Template variable with the variables given in the snippet call… 1- Create a new Snippet and call it  videoresizer 2- Copy – paste the content of videoresizer.snippet.txt on your new snippet 3- Enjoy! Example: [[videoresizer? &id='[*id*]’ &width=’300′ &height=’350′ &my_tv=’video’]] videoresizer.snippet.txt <?php //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Snippet Name: … Read more

Download youtube videos using PEAR

PEAR have rich library to access web based resources easily… <?php $sv = new SVTube(); $sv->download(“D7cm-yu-CP0”, “svnlabs.flv”) ?> Class: SVTube.php —————————— <?php require_once ‘HTTP/Client.php’; require_once ‘HTTP/Request.php’; class SVTube { var $req; var $debug = false; var $auth = false; function download ($video_id, $video_filename) { $url = “https://www.youtube.com/watch?v=”.$video_id; $this->req =& new HTTP_Request($url); $response = $this->req->sendRequest(); if … Read more

Resize YouTube Video

Here is the code how to resize youtube video embed code, even this code will work to non-youtube embed videos….. <?php $embed = ‘<object width=”425″ height=”344″><param name=”movie” value=”https://www.youtube.com/v/jWDmG3JnNLE&hl=en_US&fs=1&”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”https://www.youtube.com/v/jWDmG3JnNLE&hl=en_US&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>’; //$alt = preg_match_all(‘/(width|height)=(“[^”]*”)/i’, $embed, $matches); $embed = preg_replace(‘/(width)=(“[^”]*”)/i’, ‘width=”200″‘, $embed); $embed = preg_replace(‘/(height)=(“[^”]*”)/i’, ‘height=”200″‘, $embed); echo $embed; … Read more

Footer Stick Ads – Boost Advertising Income 4X

Hello Friends, Everyone wants to increase their advertising earning using some tool or tricks. I was looking same so, starting search on YouTube to optimize website for advertising and then find some useful info about it. Footer Stick Ads is one of them… “Footer Sticky Ads” are OK, with one exception… if it don’t annoy … Read more

RadioSSL – HTTPS Secure Radio Streams

Are you using HTTP (Non-secure) Radio Stream providers for Icecast / shoutcast? You can check SSL validation using Why No Padlock?, If you already have SSL enabled for your Radio Streaming. Do you need HTTPS (Secure) Radio Stream Link for Icecast and Shoutcast for Non-Secure HTTP Streams? HTTP Radio Streams Shoutcast V1 (http://shoutcast-server:port/) Shoutcast V2 … Read more

Facebook Delight Text Keywords

Facebook Delight Text display celebration balloons on Facebook Page / Post. Facebook have selected Greeting Text Keywords from different languages. Facebook Delight Text give celebration feel to Facebook Users. Keywords:[“Congrats”,”تهانينا”,”مبروك”,”ألف مبروك”,”مبارك”,”Glückwunsch”,”Gratuliere”,”Enhorabuena”,”Felicitaciones”,”Félicitations”,”बधाई”,”Selamat”,”Congratulazioni”,”おめでとう”,”축하해”,”축하해요”,”Мои поздравления”,”Поздравляем”,”Поздравляю”,”ยินดีด้วย”,”Tebrikler”,”恭喜”,”Geluk”,”অভিনন্দন”,”Gratulace!”,”Til lykke”,”Tillykke”,”Συγχαρητήρια”,”Paljon onnea”,”Onnea”,”અભિનંદન”,”מזל טוב”,”Gratula”,”Čestitam”,”Čestitke”,”Čestitamo”,”അഭിനന്ദനങ്ങൾ”,”ಶುಭಾಶಯ”,”Tahniah”,”Grattis”,”अभिनंदन”,”ਵਧਾਈਆਂ”,”Parabéns”,”Gratki”,”Gratulacje”,”Felicitări!”,”Gratulujem”,”Blahoželám”,”Gefeliciteerd”,”வாழ்த்துகள்”,”வாழ்த்துக்கள்”,”అభినందనలు”,”مبارکباد”,”Chúc mừng”,”Честитам”,”Hongera”] What is a Self-XSS scam? A Self-XSS scam usually works by promising to help you access somebody else’s account. … Read more

FFMPEG make Video Lyrics using JPG MP3 SRT File

FFMPEG make Video Lyrics using JPG MP3 SRT File Input Files – Image (test.jpg) – MP3 File (test.mp3) – SRT Lyrics (test.srt) FFMPEG Command # ffmpeg -loop 1 -y -i test.jpg -i test.mp3 -vf subtitles=”f=test.srt:force_style=’FontName=Arial,FontSize=14″ -shortest test1.mp4 Output File: test1.mp4 SRT Lyrics Preview 1 00:00:00,330 –> 00:00:04,936 Hello Feifei. I didn’t know you shopped at … Read more