PDA

View Full Version : BB Code KickStarter.com


dizzynation
01-14-2013, 04:56 AM
I currently Have this

Title - Kickstarter

BB Code Name - kick

Replacement -

<div align="center" style="margin: 5px 5px 5px 5px;">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%">
<tr>
<td class="thead" style="text-align:center"><iframe width="100%" height="600" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://www.kickstarter.com?={param}&output=embed"></iframe></td>
</tr>
</table>
</div>

Sample - http://www.kickstarter.com/projects/entitymovie/entity-0

But it is only taking to the home page when implemented in thread

Can someone help me with this?

(edit) i have tried without the (?) by .com if someone is wondering.

Digital Jedi
01-14-2013, 06:39 AM
What ever gets put between the [kick] tags is going to be what {param} turns into. So, in your example here, the whole URL in the embed code ends up being a mixture of two URLs. That's one problem that will keep it from working, but the other appears to be the embed URL isn't what they use at Kickstarter. Their current video embed is different, so try this as your Replacement instead.
<iframe width="480" height="360" src="{param}/widget/video.html" frameborder="0"> </iframe>Or if you want the widget instead, try this:
<iframe frameborder="0" height="380" src="{param}/widget/card.html" width="220"></iframe>

dizzynation
01-14-2013, 05:49 PM
Thanks Digital Jedi!

https://vborg.vbsupport.ru/showthread.php?t=293927