Skip to content

Instantly share code, notes, and snippets.

View bboyvanz's full-sized avatar

G Van bboyvanz

  • Saigon
View GitHub Profile
@bboyvanz
bboyvanz / bandcamp.embed.php
Created June 15, 2020 12:10 — forked from mi-ca/bandcamp.embed.php
Bandcamp Embed - YouTube Embed & SoundCloud Embed : PHP Classes to auto embed and grab links from Bandcamp, Youtube and Soundcloud
<?php
/**
* Analyse a string , grab Bandcamp links and replace them by embed player
* You may change the html code of the player in buildEmbed method
*
* @author Michael CAILLET <a href="https://mi-ca.ch">mi-ca.ch</a>
* @version 1.0
* @uses $bc=new BandCampEmbed($string);
* echo $bc->getEmbededText();
* // OR