<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: BBcode Video</title>
        <description>This module allows embedding of YouTube, Google and Vimeo.com videos in
forum messages by using the [video]...[/video] bbcode tags. Here is an
example of how a video link would look in a message:

\[video]http://www.youtube.com/v/abcDeFgHiJ1\[/video]

The module does recognize multiple types of YouTube and Google URLs. So users
do not have to (and will not, in my experience ;-) post the actual video
resource URL as in the above example, but they can post URLs like these too:

\[video]http://www.youtube.com/watch?v=qkFPbIEluEU&amp;mode=related&amp;search=\[/video]

\[video]http://video.google.com/videoplay?docid=1234567890123456789\[/video]

The module can be told to automatically replace all recognized video URLs with
embedded videos. This is a special feature, which can be enabled through the
module settings screen. If you enable this feature then plain video URLs and
\[url] surrounded video URLs will be replaced by embedded videos too.

Examples (note: space added after &quot;http&quot; to keep the link from being formatted):

http ://www.youtube.com/watch?v=qkFPbIEluEU&amp;mode=related&amp;search=

\[url]http ://www.youtube.com/v/abcDeFgHiJ1\[/url]

http ://video.google.com/videoplay?docid=1234567890123456789


[code]
Changelog:
----------
2009-05-21 v1.0.10

    - Added a language string &quot;enter video url&quot; for the URL prompt window.

2007-11-03 v1.0.9

    - Implemented the javascript_register hook.
      This requires Phorum 5.2.2 or newer.

2007-11-01 v1.0.8

- Honor the &quot;disable bbcode for this post&quot; flag (a feature of the
BBcode module).

2007-10-14 v1.0.7

- Added support for www.break.com and www.ebaumsworld.com URLs.

2007-07-09 v1.0.6

- Added support for www.vimeo.com and vimeo.com URLs.

2007-07-07 v1.0.5

- Added an option to display a video button in the Editor Tools bar.

2007-07-07 v1.0.4

- Added vimeo.com video support.

2007-06-13 v1.0.3

- Removed  tag from the embedding code, because that can cause
some weird conflicts with MSIE browsers in combination with JavaScript
code. I&#039;ve seen conflicts with the Slimbox script (mootools based
lightbox) on my site, but there are other scripts which show the
same problem, judging the number of reports about the problem.

Since  seems to work for all browsers that I tested, I stick
to that for now and leave the  code for the future.

2007-06-13 v1.0.2

- Made Google video support work for international Google mirrors too.

2007-06-13 v1.0.1

- Added Google video support.

2007-06-13 v1.0.0

- Initial revision

[/code]</description>
        <link>https://www.phorum.org/phorum5/read.php?62,123955,123955#msg-123955</link>
        <lastBuildDate>Sat, 14 Mar 2026 02:02:36 -0400</lastBuildDate>
        <generator>Phorum 5.2.22</generator>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,162537#msg-162537</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,162537#msg-162537</link>
            <description><![CDATA[ So, this module powered by html5 video or adobe flash player?]]></description>
            <dc:creator>zx_gamer</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 19 Mar 2021 16:44:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,162425#msg-162425</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,162425#msg-162425</link>
            <description><![CDATA[ Here is the reason... from bbcode_video.php<br />
<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div>   <span class="co1">// Handle unknown videos. Turn them into standard URLs.</span>
    <span class="re0">$search</span><span class="br0">&#91;</span><span class="br0">&#93;</span>  <span class="sy0">=</span> <span class="st0">&quot;/\[video\](.+)\[\/video\]/is&quot;</span><span class="sy0">;</span>
    <span class="re0">$replace</span><span class="br0">&#91;</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="st0">&quot;video: [url]<span class="es4">$1</span>[/url]&quot;</span><span class="sy0">;</span></pre>
<br />
That said, you are on your own to change it to something that works.<br />
The code above it has several examples.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 31 Mar 2020 13:09:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,162422#msg-162422</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,162422#msg-162422</link>
            <description><![CDATA[ Well, if anyone is alive ?<br />
<br />
The video displays perfectly when I link from you tube, I just dont care.<br />
<br />
But when I want to dispaly my video it just shows the link.<br />
<br />
How come it refuses to generate the simple code to invoke the player if the url is not youtube or a commercial provider ?<br />
<br />
<a href="https://de-pascale.pagesperso-orange.fr/Pages/CreaUtil.m4v" target="_blank"  rel="nofollow">my video</a><br />
<br />
it just shows video : [ <a href="https://de-pascale.pagesperso-orange.fr/Pages/CreaUtil.m4v" target="_blank"  rel="nofollow">de-pascale.pagesperso-orange.fr</a> ]]]></description>
            <dc:creator>volny</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 30 Mar 2020 18:27:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,162061#msg-162061</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,162061#msg-162061</link>
            <description><![CDATA[ <b>Quick fix for PHP 7</b><br />
In case anyone else can&#039;t get this to work, and is also getting the <a href="http://codecaveme.de/blog/en/php-7-and-wordpress-how-to-fix-unexpected-new-t_new-error/" target="_blank"  rel="nofollow">unexpected new (T_NEW) error</a> error on clicking the module settings, try editing bbcode_video/settings.php line 19 and deleting the ampersand (&amp;).]]></description>
            <dc:creator>jvarn</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 16 Jul 2018 05:41:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,161413#msg-161413</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,161413#msg-161413</link>
            <description><![CDATA[ Hi Vanessa,<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Vanessa831</strong><br />
Unfortunately, when I click settings under Modules, I get a blank page.</div></blockquote>
<br />
Please activate the Event Logging Module and look there for error messages or look into your server error log.<br />
<br />
Regards<br />
Oliver]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 09 Dec 2016 04:05:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,161405#msg-161405</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,161405#msg-161405</link>
            <description><![CDATA[ Thank you for updating this module.  Fortunately, youtubes are embedded and working. Unfortunately, when I click settings under Modules, I get a blank page.  Also, the video icon for the editor doesn&#039;t show up.  <br />
<br />
I am using 5.2<br />
<br />
Can you please help me? <br />
<br />
Thanks]]></description>
            <dc:creator>Vanessa831</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 08 Dec 2016 01:13:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,160780#msg-160780</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,160780#msg-160780</link>
            <description><![CDATA[ Possibly. I moved onto paid software when phorum development had clearly ceased.]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 19 Aug 2016 17:58:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,160779#msg-160779</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,160779#msg-160779</link>
            <description><![CDATA[ No, you are certainly not the only person using Phorum or bbcode_video<br />
<br />
Could you include a diff?  My own bbcode_video is heavily modified which makes it difficult to see what you&#039;ve changed.  As far as I can tell, Youtube and Vimeo embeds are working fine here, so either I&#039;ve already made the change or it&#039;s applicable to a different URL format than I&#039;m using.<br />
<br />
Skye]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 19 Aug 2016 17:52:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,160778#msg-160778</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,160778#msg-160778</link>
            <description><![CDATA[ OK...apparently vimeo was broken too. Fixed it as well and attached the corrected file. Am I the only one left using this module and/or Phorum?]]></description>
            <dc:creator>ToddUGA</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 19 Aug 2016 17:13:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,160767#msg-160767</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,160767#msg-160767</link>
            <description><![CDATA[ Just a heads up. Google has deprecated the object embed code, which was causing issues with my users only seeing an empty black box when trying to view embedded youtube videos. I&#039;ve attached my fixed version. Now viewing youtube videos is working again across multiple OS/devices/browsers.]]></description>
            <dc:creator>ToddUGA</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 17 Aug 2016 17:36:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156218#msg-156218</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156218#msg-156218</link>
            <description><![CDATA[ thanks]]></description>
            <dc:creator>jero01</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Nov 2015 13:10:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156217#msg-156217</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156217#msg-156217</link>
            <description><![CDATA[ Forgot to mention. Cache also cleared.]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Nov 2015 12:26:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156216#msg-156216</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156216#msg-156216</link>
            <description><![CDATA[ Apologizes for the late reply Scott. For some reasons I did not get notice of your post. Yes, I do Allow Linking To Uploaded Files from any websites.]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Nov 2015 12:22:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156215#msg-156215</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156215#msg-156215</link>
            <description><![CDATA[ I have the same problem.<br />
On Phorum version 5.1, videos are showing and playing but on version 5.2 it does not work and just the URL is showing.]]></description>
            <dc:creator>jero01</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 12 Nov 2015 12:11:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156152#msg-156152</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156152#msg-156152</link>
            <description><![CDATA[ Nicola, <br />
In the admin, do you allow linking to files hosted offsite?<br />
Clear the cache.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 11 Oct 2015 16:53:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156151#msg-156151</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156151#msg-156151</link>
            <description><![CDATA[ Hello,<br />
<br />
The module does not seem to work with webm videos.<br />
Did someone managed to make it accept them?<br />
<br />
Here&#039;s an example of such a video :<br />
[<a href="http://i.imgur.com/UA9oJNK.webm" target="_blank"  rel="nofollow">i.imgur.com</a>]<br />
<br />
Thanks]]></description>
            <dc:creator>cactux</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Sun, 11 Oct 2015 16:02:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,156055#msg-156055</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,156055#msg-156055</link>
            <description><![CDATA[ For some reasons video is not working. Module is installed and is on. Video icon shows in the menu. But still shows the Youtube web address.]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 14 Sep 2015 04:55:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155926#msg-155926</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155926#msg-155926</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ToddUGA</strong><br />
Anybody know how to modify the code so that youtu.be links work? Been taking a whack at it and so far have not been successful.</div></blockquote>
<br />
I added this to phorum_mod_bbcode_video_format()<br />
<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div>    <span class="re0">$search</span><span class="br0">&#91;</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="st0">&quot;/\[video\]https?:\/\/youtu.be\/([\w_-]+)\[\/video\]/is&quot;</span><span class="sy0">;</span>
    <span class="re0">$replace</span><span class="br0">&#91;</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="st0">&quot;[video]youtube:<span class="es4">$1</span>[/video]&quot;</span><span class="sy0">;</span></pre>
<br />
and this to the &quot;handle_plain_urls&quot; conditional section just below<br />
<br />
<pre class="php bbcode_geshi"><div class="head">Language: PHP</div>        <span class="re0">$search</span><span class="br0">&#91;</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="st0">&quot;/https?:\/\/?youtu.be\/([\w_-]+)/is&quot;</span><span class="sy0">;</span>
        <span class="re0">$replace</span><span class="br0">&#91;</span><span class="br0">&#93;</span> <span class="sy0">=</span> <span class="st0">&quot;[video]youtube:<span class="es4">$1</span>[/video]&quot;</span><span class="sy0">;</span></pre>]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 29 Jul 2015 15:23:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155925#msg-155925</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155925#msg-155925</link>
            <description><![CDATA[ Look at this topic and see if it is helpful. (Note, even though it has the same topic title, it is in the Phorum 5.1 Modules..<br />
<br />
[<a href="http://www.phorum.org/phorum5/read.php?16,122460,155236#msg-155236" target="_blank" >www.phorum.org</a>]]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 28 Jul 2015 11:00:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155924#msg-155924</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155924#msg-155924</link>
            <description><![CDATA[ Anybody know how to modify the code so that youtu.be links work? Been taking a whack at it and so far have not been successful.]]></description>
            <dc:creator>ToddUGA</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 27 Jul 2015 20:04:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155422#msg-155422</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155422#msg-155422</link>
            <description><![CDATA[ I think I just changed all the &quot;/[video\]http&quot; to &quot;/[video\]https?&quot; for all url patterns in bbcode_video.php a long time ago<br />
<br />
The &quot;s?&quot; means the regular expression (regex) will match an optional s <br />
<br />
Skye]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 18 Sep 2014 15:13:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155315#msg-155315</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155315#msg-155315</link>
            <description><![CDATA[ ^Thank you Scott!<br />
<br />
For the fix I added this code to the file &quot;bbcode_video.php&quot; <br />
<br />
<pre class="bbcode">
	$search[] = &quot;/[video\]https:\/\/(\w+\.)?youtube.com\/watch\?v=([\w_-]+)[a-z0-9;\/\?:@=\&amp;\$\-_\.\+!*&#039;\(\),~%#]*[\/video\]/is&quot;;
    $replace[] = &quot;[video]youtube:$2[/video]&quot;;</pre>
<br />
directly underneath this code...<br />
<br />
<pre class="bbcode">
	$search[] = &quot;/[video\]http:\/\/(\w+\.)?youtube.com\/watch\?v=([\w_-]+)[a-z0-9;\/\?:@=\&amp;\$\-_\.\+!*&#039;\(\),~%#]*[\/video\]/is&quot;;
    $replace[] = &quot;[video]youtube:$2[/video]&quot;;</pre>
<br />
If anyone is listening I&#039;d recommend this be added to the next release version since MOST if not all youtube links when copied from Youtube start with &quot;https:&quot;]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 05 Sep 2014 12:32:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155305#msg-155305</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155305#msg-155305</link>
            <description><![CDATA[ The code in this file &quot;bbcode_video.php&quot; is not set up to detect https anything, It is hard coded to http.<br />
<br />
If you change the hard coded links, you tube videos embed.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Thu, 04 Sep 2014 00:00:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155302#msg-155302</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155302#msg-155302</link>
            <description><![CDATA[ Is anyone else unable to make https vids embedded or am I the lucky lone cricket in the room?  Can someone please test it on their forum?]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Wed, 03 Sep 2014 14:07:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155279#msg-155279</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155279#msg-155279</link>
            <description><![CDATA[ Thanks for the quick response.  Hopefully this answers your question.<br />
<br />
For example, this BB-code <br />
<br />
[video]https://www.youtube.com/watch?v=_sgfWiJPNUc[/video]  <br />
<br />
shows this...<br />
<br />
<img src="http://i.imgur.com/54Fc14s.jpg" class="bbcode" border="0" /><br />
<br />
but this....<br />
<br />
[video]http://www.youtube.com/watch?v=_sgfWiJPNUc[/video]  &lt;same link without the s.  Shows the actual video embedded fine on the site. <br />
<br />
This is always an issue for all youtube links since by default the share link is https:, so even forcing the s out of youtube only links would work most of the time.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 25 Aug 2014 16:24:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155277#msg-155277</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155277#msg-155277</link>
            <description><![CDATA[ I am not sure that is a minor fix. It also creates a problem for when everything is https, and is not available http.<br />
<br />
Are the videos playing in your Phorum message, rather than in a new window or tab? What happens if you open the video in a new window or tab?<br />
<br />
Is the browser blocking the content, because the content on your page comes from two different domains.<br />
Or<br />
Some secure, some not?]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 25 Aug 2014 15:57:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,155276#msg-155276</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,155276#msg-155276</link>
            <description><![CDATA[ One minor fix to this mod would be fantastic...<br />
<br />
For whatever reason, &quot;https:&quot; links from youtube do not work for ANY video starting with https:.   However, if you strip off the &quot;s&quot; that same video now can be embedded.  Could we change the code so it autmatically strips the &quot;s&quot; from every pasted in video link so that I don&#039;t have to tell my users videos really do work, just only if you remove the s from https.  <br />
<br />
I&#039;m sick of explaining that this video feature really does work and the work around to all my users and since every link you get with youtube is a secure link this is a problem most of the time.]]></description>
            <dc:creator>rchecka</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Mon, 25 Aug 2014 14:42:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,154504#msg-154504</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,154504#msg-154504</link>
            <description><![CDATA[ Here&#039;s a bug... if &quot;Automatically show video links as embedded video&quot; is checked, then links get auto-embedded even if they are in another bbcode tag<br />
<br />
For example<br />
<br />
<pre class="bbcode">
[url=http://vimeo.com/70552784]Hunt V Lauda - F1&#039;s Greatest Racing Rivalry[/url]</pre>
<br />
will show like this<br />
<br />
<pre class="bbcode">
[url=
* embedded video here *
]Hunt V Lauda - F1&#039;s Greatest Racing Rivalry[/url]
</pre>]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Fri, 25 Oct 2013 16:34:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,154453#msg-154453</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,154453#msg-154453</link>
            <description><![CDATA[ sorry I don&#039;t know how I replied twice exactly the same but I tried to delete the second one but could not.]]></description>
            <dc:creator>Gregory Coraggio</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 15 Oct 2013 03:27:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/phorum5/read.php?62,123955,154452#msg-154452</guid>
            <title>Re: Module: BBcode Video</title>
            <link>https://www.phorum.org/phorum5/read.php?62,123955,154452#msg-154452</link>
            <description><![CDATA[ I did the steps in the readme file but just gives me a link to you tube doesn&#039;t embed the video<br />
I have phorum 5.2.19 (downloaded it yesterday) and video mod 1.0.10 am I supposed to make any code changes?]]></description>
            <dc:creator>Gregory Coraggio</dc:creator>
            <category>5.2 Modules/Add-Ons</category>
            <pubDate>Tue, 15 Oct 2013 02:04:55 -0400</pubDate>
        </item>
    </channel>
</rss>
