<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Original WP embed function for YouTube? - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 06:38:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62204</link>
                        <pubDate>Sat, 26 Feb 2022 07:44:39 +0000</pubDate>
                        <description><![CDATA[@dimalifragis 
I can&#039;t test this unfortunately, I don&#039;t use the code as my WP theme has the YouTube feature integrated. 😉]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis </p>
<p>I can't test this unfortunately, I don't use the code as my WP theme has the YouTube feature integrated. 😉 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62204</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62197</link>
                        <pubDate>Fri, 25 Feb 2022 22:18:58 +0000</pubDate>
                        <description><![CDATA[@tutrix I tried all that in a staging site, no plugins, default theme and wpForo. it seems that even the original code provider some time ago from @robert, suffers from this stray &lt;/a&gt;...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix I tried all that in a staging site, no plugins, default theme and wpForo. it seems that even the original code provider some time ago from @robert, suffers from this stray &lt;/a&gt;. </p>
<p>OR the code is ok and wpForo somehow adds that for some reason.</p>
<p>I hope that stray tag doesn't cause any issue (i think it doesn't).</p>
<p>And thanks again for your great community help here.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62197</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62194</link>
                        <pubDate>Fri, 25 Feb 2022 15:04:53 +0000</pubDate>
                        <description><![CDATA[@tutrix I know. I found it on the net, still it doesn&#039;t work in our case.]]></description>
                        <content:encoded><![CDATA[@tutrix I know. I found it on the net, still it doesn't work in our case.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62194</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62188</link>
                        <pubDate>Fri, 25 Feb 2022 10:45:49 +0000</pubDate>
                        <description><![CDATA[@dimalifragis 
the code (without wpForo content) looks like this
function convertYoutube($string) {
    return preg_replace(
        &quot;/\s**youtu(be.com\/watch\?v=|.be\/)([...]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis </p>
<p>the code (without wpForo content) looks like this<br /><br /></p>
<pre contenteditable="false">function convertYoutube($string) {
    return preg_replace(
        "/\s**youtu(be.com\/watch\?v=|.be\/)(+)(*)/i",
        "&lt;iframe src=\"//www.youtube.com/embed/$2\" allowfullscreen&gt;&lt;/iframe&gt;",
        $string
    );
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62188</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62185</link>
                        <pubDate>Fri, 25 Feb 2022 09:39:21 +0000</pubDate>
                        <description><![CDATA[@tutrix Thanks, it doesn&#039;t seem to work at all.]]></description>
                        <content:encoded><![CDATA[@tutrix Thanks, it doesn't seem to work at all.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62185</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62178</link>
                        <pubDate>Fri, 25 Feb 2022 04:42:08 +0000</pubDate>
                        <description><![CDATA[@dimalifragis 
remove
&lt;a+&gt;
and use
/\s**youtube.com\/watch\?v=(+)(*)/i

/\s**youtu(be.c...]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis </p>
<p>remove</p>
<pre contenteditable="false">&lt;a+&gt;</pre>
<p>and use</p>
<pre contenteditable="false">/\s**youtube.com\/watch\?v=(+)(*)/i

/\s**youtu(be.com\/watch\?v=|.be\/)( +)(*)/i</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62178</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62173</link>
                        <pubDate>Thu, 24 Feb 2022 21:58:21 +0000</pubDate>
                        <description><![CDATA[@tutrix Could you please check the code that Robert posted in this topic above a bit?
I see a stray
&lt;/a&gt;
in the result at the end. I mean using the unaltered code, just like Robert ...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix Could you please check the code that Robert posted in this topic above a bit?</p>
<p>I see a stray</p>
<pre id="line1" contenteditable="false"><span class="error">&lt;/<span class="end-tag">a</span>&gt;</span><span></span></pre>
<p>in the result at the end. I mean using the unaltered code, just like Robert posted it.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62173</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62171</link>
                        <pubDate>Thu, 24 Feb 2022 19:53:05 +0000</pubDate>
                        <description><![CDATA[@tutrix Thanks again, i was not able to make this to work, alas ...]]></description>
                        <content:encoded><![CDATA[@tutrix Thanks again, i was not able to make this to work, alas ...]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62171</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62168</link>
                        <pubDate>Thu, 24 Feb 2022 19:06:08 +0000</pubDate>
                        <description><![CDATA[@dimalifragis 
ok, I use the snippet plugin that adds &quot;&lt;?php&quot; automatically
you have to use the CSS code from the link above and the CSS class from the link too
 
&gt; jquery wrap an ...]]></description>
                        <content:encoded><![CDATA[<p>@dimalifragis </p>
<p>ok, I use the snippet plugin that adds "&lt;?php" automatically</p>
<p>you have to use the CSS code from the link above and the CSS class from the link too</p>
<p> </p>
<p>&gt; <a href="https://stackoverflow.com/questions/5947544/jquery-wrap-an-iframe-in-div" target="_blank" rel="noopener">jquery wrap an iframe in div</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62168</guid>
                    </item>
				                    <item>
                        <title>RE: Original WP embed function for YouTube?</title>
                        <link>https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62167</link>
                        <pubDate>Thu, 24 Feb 2022 18:59:14 +0000</pubDate>
                        <description><![CDATA[@tutrix That script needs an extra line to be accepted &quot;&lt;?php } );&quot;
Also it doesn&#039;t seem to work at all.
But thanks !!!]]></description>
                        <content:encoded><![CDATA[<p>@tutrix That script needs an extra line to be accepted "&lt;?php } );"</p>
<p>Also it doesn't seem to work at all.</p>
<p>But thanks !!!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/paged/5/#post-62167</guid>
                    </item>
							        </channel>
        </rss>
		