How-to and Troubleshooting
1
Posts
1
Users
0
Reactions
41
Views
May 30, 2025 2:15 pm
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:
<div class="wpforo-post-content"> <p><img decoding="async" src="https://picsum.photos/536/354.jpg"><p> </div>
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
<div class="wpforo-post-content"> <a class="wpforo-auto-embeded-link" href="https://picsum.photos/536/354.jpg" target="_blank"><img class="wpforo-auto-embeded-image" src="https://picsum.photos/536/354.jpg"/></a> </div>
Try changing the type of visual editor to text but does exactly the same.
Can you guide me?
thank you