Skip to content

Commit

Permalink
Add Kickstarter to BBVideo
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Nov 13, 2014
1 parent 05b4062 commit 75160ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Replace phpBB3's BBCode buttons with icons in an attractive and customizable too
collegehumor.com, comedycentral.com, crackle.com, dailymotion.com,
dotsub.com, ebaumsworld.com, facebook.com, flickr.com, funnyordie.com,
g4tv.com, gameprotv.com, gamespot.com, gametrailers.com, godtube.com,
howcast.com, hulu.com, ign.com, instagram.com, liveleak.com,
metacafe.com, moddb.com, mpora.com, msnbc.msn.com, myspace.com,
myvideo.de, photobucket.com, revision3.com, rutube.ru, sapo.pt,
screen.yahoo.com, screenr.com, scribd.com, sevenload.com,
howcast.com, hulu.com, ign.com, instagram.com, kickstarter.com,
liveleak.com, metacafe.com, moddb.com, mpora.com, msnbc.msn.com,
myspace.com, myvideo.de, photobucket.com, revision3.com, rutube.ru,
sapo.pt, screen.yahoo.com, screenr.com, scribd.com, sevenload.com,
slideshare.net, snotr.com, soundcloud.com, spike.com, streetfire.net,
ted.com, testtube.com, thedailyshow.cc.com, theonion.com, tudou.com,
tu.tv, twitch.tv, twitvid.com, ustream.tv, vbox7.com, veoh.com,
Expand Down
1 change: 1 addition & 0 deletions assets/bbvideo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"hulu.com": "http://www.hulu.com/watch/675715",
"ign.com": "http://www.ign.com/videos/2012/04/05/double-dragon-neon-gameplay-trailer",
"instagram.com": "http://instagram.com/p/ppN4dlSJBm/",
"kickstarter.com": "https://www.kickstarter.com/projects/445474695/electronic-opus",
"liveleak.com": "http://www.liveleak.com/view?i=166_1194290849",
"metacafe.com": "http://www.metacafe.com/watch/966360/merry_christmas_with_crazy_frog/",
"moddb.com": "http://www.moddb.com/groups/humour-satire-parody/videos/flight-dc132-part-1",
Expand Down
Binary file added contrib/bbcode_media_site_icons/kickstarter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions styles/all/template/js/abbc3.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ var bbwizard;
'site': 'instagram.com',
'regex': /https?:\/\/.*?instagram.com\/p\/(.*)\/([^[]*)?/i,
'embed': '<iframe src="//instagram.com/p/$1/embed/" width="612" height="710" frameborder="0" scrolling="no" allowtransparency="true"></iframe>'
}, {
'site': 'kickstarter.com',
'regex': /https?:\/\/.*?kickstarter.com\/projects\/(.*)\/([^[]*)?/i,
'embed': '<iframe width="{WIDTH}" height="{HEIGHT}" src="https://www.kickstarter.com/projects/$1/$2/widget/video.html" frameborder="0" scrolling="no"></iframe>'
}, {
'site': 'liveleak.com',
'regex': /http:\/\/www.liveleak.com\/view\?i=([0-9A-Za-z-_]+)?(&[^\/]+)?/i,
Expand Down

0 comments on commit 75160ee

Please sign in to comment.