PDA

View Full Version : NHL BBCode


mapleleaffans
06-28-2015, 03:54 AM
Hello, I'm running a new vbulletin forum (4.2.3). It's a hockey related forum. have been searching everywhere for a bbcode that will allow NHL videos embed into a post, but have come up dry. I was wondering if anyone could help me with this; it would be very much appreciated :up:. Here is a recent upload for example:

URL
http://video.nhl.com/videocenter/console?id=830904&catid=35

EMBED
<iframe src="http://video.nhl.com/videocenter/embed?playlist=830904" frameborder="0" width="640" height="395"></iframe>

MarkFL
06-28-2015, 04:13 AM
Go to the BB Code Manager, and give the new BBCode a title such as NHL Video Embedder, and a "BB Code Tag Name" such as "nhlvideo" and then for the replacement use:

<iframe src="http://video.nhl.com/videocenter/embed?playlist={param}" frameborder="0" width="640" height="395"></iframe>

Fill in the "Example" and "Description" fields.

Use the default values for the remaining settings, except set "Disable Smilies Within This BB Code" to "Yes".

Then click "Save" and instruct your users to use the format:

VideoID

to embed the videos in their posts.

mapleleaffans
06-28-2015, 04:51 AM
Thank you for your assistance, Mark, much appreciated! This works like a charm! I tried it myself, but I now see some of the parts I went wrong with. Thanks again! :):up:

MarkFL
06-28-2015, 04:53 AM
Glad to be of assistance, Pauly! :D

mapleleaffans
06-28-2015, 05:13 AM
Thanks! I even added an NHL button, nice feature :)

MarkFL
06-28-2015, 05:17 AM
Thanks! I even added an NHL button, nice feature :)

Great! That does make it easier for your users.;)