<?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>
									How to insert youtube link? - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 11 Sep 2026 08:11:13 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to insert youtube link?</title>
                        <link>https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-38180</link>
                        <pubDate>Wed, 18 Mar 2020 09:56:00 +0000</pubDate>
                        <description><![CDATA[@synergy
We&#039;ve just checked the code, it works fine. 
Please make sure the code you&#039;ve entered is correct and the code is pasted in the current active theme functions.php file. 
 Here is ...]]></description>
                        <content:encoded><![CDATA[<p>@synergy</p>
<p>We've just checked the code, it works fine. </p>
<p>Please make sure the code you've entered is correct and the code is pasted in the <span style="color: #800080"><em><strong>current active theme functions.php</strong></em></span> file. </p>
<p> Here is an instruction on How to Edit Your Theme’s Functions.php File Without Killing Your Site:</p>
<p><a href="https://www.nosegraze.com/edit-functions-php/">https://www.nosegraze.com/edit-functions-php/</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-38180</guid>
                    </item>
				                    <item>
                        <title>RE: How to insert youtube link?</title>
                        <link>https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-38167</link>
                        <pubDate>Tue, 17 Mar 2020 16:52:44 +0000</pubDate>
                        <description><![CDATA[@sofy
i think i like the embed addon and will purchase it soon. But at the main time, i want to use the alternate option you provided with the Code but it seems not working for me
I added ...]]></description>
                        <content:encoded><![CDATA[<p>@sofy</p>
<p>i think i like the embed addon and will purchase it soon. But at the main time, i want to use the alternate option you provided with the Code but it seems not working for me</p>
<p>I added it with my snippet plugin, deleted all caches, pressed ctrl+f5 in front end. I then login as registered user, copied a Youtube link and pasted as a comment, it just appeared as I pasted. what did i miss please</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Synergy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-38167</guid>
                    </item>
				                    <item>
                        <title>RE: How to insert youtube link?</title>
                        <link>https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-17069</link>
                        <pubDate>Tue, 26 Jun 2018 09:47:57 +0000</pubDate>
                        <description><![CDATA[Just put this code in active WordPress theme&#039;s functions.php:add_filter(&#039;wpforo_content_after&#039;, &#039;wpforo_custom_video_embed&#039;, 10);function wpforo_custom_video_embed( $content ){    $paterns =...]]></description>
                        <content:encoded><![CDATA[<p>Just put this code in active WordPress theme's functions.php:</p><pre>add_filter('wpforo_content_after', 'wpforo_custom_video_embed', 10);<br />function wpforo_custom_video_embed( $content ){<br />    $paterns = array();<br />    $paterns[] = "/&lt;a+&gt;\s**youtube.com\/watch\?v=(+)(*)/i";<br />    $paterns[] = "/&lt;a+&gt;\s**youtu.be\/(+)(*)/i";<br />    $content = preg_replace($paterns, "&lt;iframe width=\"420\" height=\"280\" src=\"//www.youtube.com/embed/$1\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;", $content);<br />    return $content;<br />}</pre><p>Also, check out this paid addon:</p><p>https://gvectors.com/product/wpforo-embeds/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-17069</guid>
                    </item>
				                    <item>
                        <title>How to insert youtube link?</title>
                        <link>https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-17062</link>
                        <pubDate>Tue, 26 Jun 2018 00:07:31 +0000</pubDate>
                        <description><![CDATA[]]></description>
                        <content:encoded><![CDATA[<p>https://www.youtube.com/watch?v=LG6wzkqyqeM</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>enricocantori</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-to-insert-youtube-link/#post-17062</guid>
                    </item>
							        </channel>
        </rss>
		