{"id":711,"date":"2014-10-26T11:19:27","date_gmt":"2014-10-26T18:19:27","guid":{"rendered":"http:\/\/integratepro.com\/blog\/?p=711"},"modified":"2015-01-26T11:20:31","modified_gmt":"2015-01-26T18:20:31","slug":"vbulletin-embed-video-code","status":"publish","type":"post","link":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/","title":{"rendered":"VBulletin Embed Video Code"},"content":{"rendered":"<p>Not really related to Nanacast, but &#8220;hey&#8221; &#8230; what the heck.<\/p>\n<p>If you had me hookup your <a href=\"http:\/\/www.nanabuilder.com\/services\/\">VBulletin forum with Nanacast<\/a>, you might be interested in this.<\/p>\n<h2>Embed Wistia in VBulletin<\/h2>\n<p>You&#8217;ll need to create a custom BB code.<\/p>\n<p>Login to your admincp area, click on the <strong>Custom BB Codes<\/strong> link near the bottom left.  Then click on Add New BB Code.  If all goes well, you should be looking at something like this.<\/p>\n<p>Go get the embed code from <a href=\"http:\/\/wistia.com\/?nanabuilder\">Wistia<\/a>, it should look like this:<\/p>\n<blockquote><p>&lt;iframe src=&#8221;http:\/\/fast.wistia.net\/embed\/iframe\/<strong>562rncur36<\/strong>?controlsVisibleOnLoad=true&amp;version=v1&amp;videoHeight=360&amp;videoWidth=640&amp;volumeControl=true&#8221; allowtransparency=&#8221;true&#8221; frameborder=&#8221;0&#8243; scrolling=&#8221;no&#8221; name=&#8221;wistia_embed&#8221; width=&#8221;640&#8243; height=&#8221;360&#8243;&gt;&lt;\/iframe&gt;<\/p><\/blockquote>\n<p>Make sure you modify the parameters before you come back here, especially the height and width as those will always be the same in your VBulletin forum &#8230; unless you decide to modify the BB code you are now creating.<\/p>\n<p>The important part of that iframe code is the <strong>562rncur36<\/strong>.  That will be what changes when you decide to embed another Wistia video.<\/p>\n<p>Take that code and replace 562rncur36 with <strong>{param}<\/strong>.  Yes, include the squiggly braces.<\/p>\n<p>Your Wistia code should now look like:<\/p>\n<p>&lt;iframe  src=&#8221;http:\/\/fast.wistia.net\/embed\/iframe\/<strong>{param}<\/strong>?controlsVisibleOnLoad=true&amp;version=v1&amp;videoHeight=360&amp;videoWidth=640&amp;volumeControl=true&#8221;  allowtransparency=&#8221;true&#8221; frameborder=&#8221;0&#8243; scrolling=&#8221;no&#8221;  name=&#8221;wistia_embed&#8221; width=&#8221;640&#8243; height=&#8221;360&#8243;&gt;&lt;\/iframe&gt;<\/p>\n<h3>That&#8217;s Out Of The Way<\/h3>\n<p>Now we can get some real work done.<\/p>\n<p>Click on the Add New BB Code button near the top.<\/p>\n<p>Fill in the Title: Wistia, the BB Code Tag Name: wistia, paste in your fancy-pancy Wistia embed code in the Replacement box, and in the Example: [wistia]562rncur36[\/wistia].<\/p>\n<p>Click Save.<\/p>\n<h3>How To Use<\/h3>\n<p>From now on, when you want to embed your Wistia video in your forum, you will need to find that little chunk of code &#8230; the one that looks like the  <strong>562rncur36 <\/strong>and then place the wistia BB code like this: [wistia]562rncur36[\/wistia].<\/p>\n<p>And this is what you get &#8230;<\/p>\n<h2>Embed EZS3 in VBulletin<\/h2>\n<p>Guess what?<\/p>\n<p>It is almost the same as Wistia.<\/p>\n<p>You find that little chunk of code and change it to {param} and go through all of the stuff I mentioned for Wistia.<\/p>\n<p>In this case, the code you want is what follows after the &#8220;flv\/&#8221;.<\/p>\n<blockquote><p>&lt;script type=&#8221;text\/javascript&#8221;&gt;\/\/ &lt;![CDATA[<br \/>\nvar playerhost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https:\/\/nanabuilder.s3.amazonaws.com\/M4V\/ezs3js\/secure\/&#8221; : &#8220;http:\/\/nanabuilder.s3.amazonaws.com\/M4V\/ezs3js\/player\/&#8221;); document.write(unescape(&#8220;%3Cscript src='&#8221; + playerhost + &#8220;flv\/<strong>168D2633-03C9-AE68-E13DCDBA62AA0192<\/strong>.js?t=&#8221;+(Math.random() * 99999999)+&#8221;&#8216; type=&#8217;text\/javascript&#8217;%3E%3C\/script%3E&#8221;));<br \/>\n\/\/ ]]&gt;&lt;\/script&gt;<\/p><\/blockquote>\n<p>For this example, replace 168D2633-03C9-AE68-E13DCDBA62AA0192 with {param} so the code now looks like:<\/p>\n<blockquote><p>&lt;script type=&#8221;text\/javascript&#8221;&gt;\/\/ &lt;![CDATA[<br \/>\nvar playerhost = ((&#8220;https:&#8221; == document.location.protocol) ? &#8220;https:\/\/nanabuilder.s3.amazonaws.com\/M4V\/ezs3js\/secure\/&#8221; : &#8220;http:\/\/nanabuilder.s3.amazonaws.com\/M4V\/ezs3js\/player\/&#8221;); document.write(unescape(&#8220;%3Cscript src='&#8221; + playerhost + &#8220;flv\/<strong>{param}<\/strong>.js?t=&#8221;+(Math.random() * 99999999)+&#8221;&#8216; type=&#8217;text\/javascript&#8217;%3E%3C\/script%3E&#8221;));<br \/>\n\/\/ ]]&gt;&lt;\/script&gt;<\/p><\/blockquote>\n<p>If I remember right with EZS3 you might need to change some permissions inside your EZS3 account to allow videos to be embedded on specific websites.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Not really related to Nanacast, but &#8220;hey&#8221; &#8230; what the heck. If you had me hookup your VBulletin forum with Nanacast, you might be interested in this. Embed Wistia in VBulletin You&#8217;ll need to create a custom BB code. Login to your admincp area, click on the Custom BB Codes link near the bottom left. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[12],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>VBulletin Embed Video Code - Integrate Pro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VBulletin Embed Video Code - Integrate Pro\" \/>\n<meta property=\"og:description\" content=\"Not really related to Nanacast, but &#8220;hey&#8221; &#8230; what the heck. If you had me hookup your VBulletin forum with Nanacast, you might be interested in this. Embed Wistia in VBulletin You&#8217;ll need to create a custom BB code. Login to your admincp area, click on the Custom BB Codes link near the bottom left. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Integrate Pro\" \/>\n<meta property=\"article:published_time\" content=\"2014-10-26T18:19:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-01-26T18:20:31+00:00\" \/>\n<meta name=\"author\" content=\"Dave\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dave\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\"},\"author\":{\"name\":\"Dave\",\"@id\":\"https:\/\/integratepro.com\/blog\/#\/schema\/person\/45f6269052f93302dd1a55ec93f9e3d5\"},\"headline\":\"VBulletin Embed Video Code\",\"datePublished\":\"2014-10-26T18:19:27+00:00\",\"dateModified\":\"2015-01-26T18:20:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\"},\"wordCount\":568,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/integratepro.com\/blog\/#organization\"},\"articleSection\":[\"nanacast\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\",\"url\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\",\"name\":\"VBulletin Embed Video Code - Integrate Pro\",\"isPartOf\":{\"@id\":\"https:\/\/integratepro.com\/blog\/#website\"},\"datePublished\":\"2014-10-26T18:19:27+00:00\",\"dateModified\":\"2015-01-26T18:20:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/integratepro.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VBulletin Embed Video Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/integratepro.com\/blog\/#website\",\"url\":\"https:\/\/integratepro.com\/blog\/\",\"name\":\"Integrate Pro\",\"description\":\"Integrate Business Services\",\"publisher\":{\"@id\":\"https:\/\/integratepro.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/integratepro.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/integratepro.com\/blog\/#organization\",\"name\":\"Integrate Pro\",\"url\":\"https:\/\/integratepro.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/integratepro.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/integratepro.com\/blog\/wp-content\/uploads\/integratepro-logo-1-e1617152697373.png\",\"contentUrl\":\"https:\/\/integratepro.com\/blog\/wp-content\/uploads\/integratepro-logo-1-e1617152697373.png\",\"width\":218,\"height\":40,\"caption\":\"Integrate Pro\"},\"image\":{\"@id\":\"https:\/\/integratepro.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/integratepro.com\/blog\/#\/schema\/person\/45f6269052f93302dd1a55ec93f9e3d5\",\"name\":\"Dave\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/integratepro.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e36ed75c78ec6a9750eb57c6677a1126?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e36ed75c78ec6a9750eb57c6677a1126?s=96&d=mm&r=g\",\"caption\":\"Dave\"},\"sameAs\":[\"dev@integratepro.com\"],\"url\":\"https:\/\/integratepro.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VBulletin Embed Video Code - Integrate Pro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/","og_locale":"en_US","og_type":"article","og_title":"VBulletin Embed Video Code - Integrate Pro","og_description":"Not really related to Nanacast, but &#8220;hey&#8221; &#8230; what the heck. If you had me hookup your VBulletin forum with Nanacast, you might be interested in this. Embed Wistia in VBulletin You&#8217;ll need to create a custom BB code. Login to your admincp area, click on the Custom BB Codes link near the bottom left. [&hellip;]","og_url":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/","og_site_name":"Integrate Pro","article_published_time":"2014-10-26T18:19:27+00:00","article_modified_time":"2015-01-26T18:20:31+00:00","author":"Dave","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Dave","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#article","isPartOf":{"@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/"},"author":{"name":"Dave","@id":"https:\/\/integratepro.com\/blog\/#\/schema\/person\/45f6269052f93302dd1a55ec93f9e3d5"},"headline":"VBulletin Embed Video Code","datePublished":"2014-10-26T18:19:27+00:00","dateModified":"2015-01-26T18:20:31+00:00","mainEntityOfPage":{"@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/"},"wordCount":568,"commentCount":0,"publisher":{"@id":"https:\/\/integratepro.com\/blog\/#organization"},"articleSection":["nanacast"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/","url":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/","name":"VBulletin Embed Video Code - Integrate Pro","isPartOf":{"@id":"https:\/\/integratepro.com\/blog\/#website"},"datePublished":"2014-10-26T18:19:27+00:00","dateModified":"2015-01-26T18:20:31+00:00","breadcrumb":{"@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/integratepro.com\/blog\/vbulletin-embed-video-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/integratepro.com\/blog\/"},{"@type":"ListItem","position":2,"name":"VBulletin Embed Video Code"}]},{"@type":"WebSite","@id":"https:\/\/integratepro.com\/blog\/#website","url":"https:\/\/integratepro.com\/blog\/","name":"Integrate Pro","description":"Integrate Business Services","publisher":{"@id":"https:\/\/integratepro.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/integratepro.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/integratepro.com\/blog\/#organization","name":"Integrate Pro","url":"https:\/\/integratepro.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/integratepro.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/integratepro.com\/blog\/wp-content\/uploads\/integratepro-logo-1-e1617152697373.png","contentUrl":"https:\/\/integratepro.com\/blog\/wp-content\/uploads\/integratepro-logo-1-e1617152697373.png","width":218,"height":40,"caption":"Integrate Pro"},"image":{"@id":"https:\/\/integratepro.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/integratepro.com\/blog\/#\/schema\/person\/45f6269052f93302dd1a55ec93f9e3d5","name":"Dave","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/integratepro.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e36ed75c78ec6a9750eb57c6677a1126?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e36ed75c78ec6a9750eb57c6677a1126?s=96&d=mm&r=g","caption":"Dave"},"sameAs":["dev@integratepro.com"],"url":"https:\/\/integratepro.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/posts\/711"}],"collection":[{"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/comments?post=711"}],"version-history":[{"count":1,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/posts\/711\/revisions"}],"predecessor-version":[{"id":712,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/posts\/711\/revisions\/712"}],"wp:attachment":[{"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/media?parent=711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/categories?post=711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/integratepro.com\/blog\/wp-json\/wp\/v2\/tags?post=711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}