Last active
December 21, 2015 11:39
-
-
Save vasilisvg/6300485 to your computer and use it in GitHub Desktop.
Random song by the Beastie Boys as a Kick It link, instead of wasting your visitors' time with silly social media buttons. Based on the excellent idea by @heejeroen http://twitter.com/heejeroen/status/370199786722705408
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$kickit = array( | |
'qORYO0atB6g', //Intergalactic | |
'z5rRZdiu1UE', //Sabotage | |
'uvRBUw_Ls2o', //Body Movin' | |
'BptQHAW2T5M', //Shake Your Rump | |
'eBShN8qT4lk', //(You Gotta) Fight For Your Right (To Party) | |
'07Y0cy-nvAg', //No Sleep Till Brooklyn | |
'Xf1YF_MH1xc', //Root Down | |
'evA-R9OS-Vo', //Fight For Your Right (Revisited) | |
'ru3gH27Fn6E', //So What Cha Want | |
'Z6xsKsJqVyg', //SABOTAGE (Live, awesome!!) | |
'D4-F6QFcNxQ', //B-Boys Makin With The Freak Freak | |
'XflfiylNNXY' //Three MC's and One DJ | |
); | |
$ln = count($kickit) - 1; | |
?> | |
<a href="https://www.youtube.com/watch?v=<?php echo $kickit[rand(0, $ln)]; ?>">Kick it!</a> |
@4rn0 Added, thanks!
I did a basic JS version, since all the social buttons are normally JS as well! :-)
https://gist.github.com/4rn0/6306332
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add http://www.youtube.com/watch?v=XflfiylNNXY :-D