Kickstarter BBcode MediaSite [Deleted]

EQnoble

Well-known member
EQnoble submitted a new resource:

Kickstarter BBcode MediaSite - Embed kickstarter widgets

This allows for easy embedding of kickstarter.com widgets in posts. You can edit the call back and choose between a video or the card appearance with basic info.
View attachment 53410





Installation:

  1. Upload the contents of the UPLOAD folder to your forum root

  2. In your admin cp, install the addon from the addon-addon-kickstarter file

  3. (optional) If you want to choose something other than the card display you can do so. Your options are card, video, or...

Read more about this resource...
 
Default display is card only, you can choose card video or both
(optional) If you want to choose something other than the card display you can do so. Your options are card, video, or both. These are edited in the callback file in the upload folder.
  • Edit library/MediaSites/Kickstarter.php
  • Find $yourChoice = 'card';
  • Replace 'card' with 'video' or 'both'
 
I have modified the code a bit to link to the project's page.

Code:
$embedHtml = '<iframe class="ksResponse" width="360" height="270" scrolling="no" src="http://www.kickstarter.com/projects/__USER__/__KSID__/widget/video.html" frameborder="0"> </iframe><p><a href="http://www.kickstarter.com/projects/__USER__/__KSID__" target="_blank">View project's page</a></p>';
 
Top Bottom