PDA

View Full Version : BB Code Enhancements - Kickstarter/IndieGoGo BBcode


dizzynation
01-13-2013, 11:00 PM
I present to you BB code for embedding Kickstarter/IndieGoGo
Widgets to your site. (Please Rate If you use)

KickStarter

Title Kickstarter

BB Code Tag Name kick

Replacement

<iframe frameborder="0" height="380" src="http://kickstarter.com/projects/{param}/widget/card.html" width="220"></iframe>

Example 509186654/strengthen-the-project-gym-2013


Description Will add specific Kickstarter.com Project Widget

Use {option} No

(Image) See attachment


IndieGoGo

Title IndieGoGo

BB Code Tag Name gogo

Replacement

<iframe src="http://www.indiegogo.com/project/{param}/widget" width="224px" height="439px" frameborder="0" scrolling="no"></iframe>

Example 301495

Description Will add specific IndieGoGo.com Project Widget

Use {option} No

(Image) See attachment

Make sure you don't have kickstarter.png or indiegogo.png already in the folder you upload to.

dizzynation
01-14-2013, 05:44 PM
Reserved

rockerzteam
07-04-2014, 09:05 PM
Awesome! Great work.

Any way for this to show just the video?

ShawneyJ
07-05-2014, 11:58 AM
Awesome! Great work.

Any way for this to show just the video?

you could try changing replacement to:
<iframe width="480" height="360" src="{param}" frameborder="0" scrolling="no"> </iframe>

and use the link in the red in posts example:
<iframe width="480" height="360" src="https://www.kickstarter.com/projects/legendofbenhall/the-legend-of-ben-hall-an-australian-western-30-mi/widget/video.html" frameborder="0" scrolling="no"> </iframe>