Notifications
Clear all

auto embedding image urls in reply post

1 Posts
1 Users
0 Reactions
41 Views
Posts: 8
Topic starter
(@alquimist08)
Active Member
Joined: 5 months ago

Hi

I want this in my reply posts

https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-stop-wpforo-from-auto-embedding-image-urls/

 

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