LASTFM - YouTube Artist Player

This lightweight class makes it simple to integrate an youtube player based on an artist.

Buy Online for $8

This 5 tabs will show the functionality of the youtube artist player script

  • Lightweight
  • 3 Lines code
  • Easy Integration
  • Return Iframe
  • Artist Cover
  • LAST FM API
  • Number of tracks
  • Adjust width & height
  • 10 Skins included
  • Multiple players on 1 page possible
  • No refresh for tracks needed
Easy Setup
include_once('ytlastfmplayer/libs/classconfig.php');
$player = new YT_Artist_Player();
$player->show('Eminem', 10, 2, 300, 550) // Artistname, Number of tracks, Skin, Width, Height;

Basic initialization


Basic initialization with the artist eminem and a total of 15 tracks)

$player->show('Eminem', 15);

Adjust skin


Show the player with a different skin (0 to 13) check the skins tab for a preview of the diferent possibilities of the different skins

$player->show('Red Hot Chili Peppers', 10, 2);

Adjust the width & height


Adjust the width and the height of the player in px

$player->show('Labrinth', 10, 3, 500, 500);

10 Preinstalled skins


Check out our different skins (0 to 13)


Skin 0

Skin 1

Skin 2

Skin 3

Skin 4

Skin 5

Skin 6

Skin 7

Skin 8

Skin 9

Skin 10

Skin 11

Skin 12

Skin 13

Demo


Setup a demo with your favorite artist (limited features in this demo)