<?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>
									auto embedding image urls in reply post - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 20:46:40 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: auto embedding image urls in reply post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125364</link>
                        <pubDate>Thu, 26 Jun 2025 17:28:21 +0000</pubDate>
                        <description><![CDATA[Thanks. That source code option and pressing Ctrl+Z when pasting the image are the only options I&#039;ve found.Isn&#039;t there some code to embed in the theme&#039;s functions file?I&#039;m having trouble giv...]]></description>
                        <content:encoded><![CDATA[<p>Thanks. That source code option and pressing Ctrl+Z when pasting the image are the only options I've found.<br />Isn't there some code to embed in the theme's functions file?<br />I'm having trouble giving these options to my users, and I haven't been able to add that code to TinyMCE for the image paste option.<br />I've tried with the WPForo frontend.js file without success.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>alquimist08</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125364</guid>
                    </item>
				                    <item>
                        <title>RE: auto embedding image urls in reply post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125310</link>
                        <pubDate>Sat, 21 Jun 2025 10:31:36 +0000</pubDate>
                        <description><![CDATA[@alquimist08 
You can click the source code button {;}, insert the image URLs (not the whole HTML) and save it.]]></description>
                        <content:encoded><![CDATA[<p>@alquimist08 </p>
<p>You can click the source code button {;}, insert the image URLs (not the whole HTML) and save it. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125310</guid>
                    </item>
				                    <item>
                        <title>RE: auto embedding image urls in reply post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125300</link>
                        <pubDate>Fri, 20 Jun 2025 10:03:40 +0000</pubDate>
                        <description><![CDATA[Why my post dont have reply??]]></description>
                        <content:encoded><![CDATA[<p>Why my post dont have reply??</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>alquimist08</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125300</guid>
                    </item>
				                    <item>
                        <title>auto embedding image urls in reply post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125024</link>
                        <pubDate>Fri, 30 May 2025 14:15:08 +0000</pubDate>
                        <description><![CDATA[Hi
I want this in my reply posts
 
Currently if I paste an image link in the reply area, this is the output source code:
 
&lt;div class=&quot;wpforo-post-content&quot;&gt;

&lt;p&gt;&lt;img de...]]></description>
                        <content:encoded><![CDATA[<p>Hi</p>
<p>I want this in my reply posts</p>
<p><a href="https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-stop-wpforo-from-auto-embedding-image-urls/" target="_blank" rel="noopener">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-stop-wpforo-from-auto-embedding-image-urls/</a></p>
<p> </p>
<p>Currently if I paste an image link in the reply area, this is the output source code:</p>
<p> </p>
<pre contenteditable="false">&lt;div class="wpforo-post-content"&gt;

&lt;p&gt;&lt;img decoding="async" src="https://picsum.photos/536/354.jpg"&gt;&lt;p&gt;

&lt;/div&gt;
</pre>
<p> </p>
<p>I want the option wpforo-auto-embeded-link and wpforo-auto-embeded-image in automatic when paste the image link, that my output source code add link to image and show the image</p>
<p> </p>
<pre contenteditable="false">&lt;div class="wpforo-post-content"&gt;
         
&lt;a class="wpforo-auto-embeded-link" href="https://picsum.photos/536/354.jpg" target="_blank"&gt;&lt;img class="wpforo-auto-embeded-image" src="https://picsum.photos/536/354.jpg"/&gt;&lt;/a&gt;

&lt;/div&gt;</pre>
<p> </p>
<p>Try changing the type of visual editor to text but does exactly the same.<br />Can you guide me?<br /><br />thank you</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>alquimist08</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/auto-embedding-image-urls-in-reply-post/#post-125024</guid>
                    </item>
							        </channel>
        </rss>
		