The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
BB Code KickStarter.com
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 - [kick]http://www.kickstarter.com/projects/entitymovie/entity-0[/kick] 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. |
#2
|
||||
|
||||
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.
Code:
<iframe width="480" height="360" src="{param}/widget/video.html" frameborder="0"> </iframe> Code:
<iframe frameborder="0" height="380" src="{param}/widget/card.html" width="220"></iframe> |
#3
|
||||
|
||||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|