Automatic Image URL Conversion
-
I see that an extension to automatically convert a URL into a clickable link already exists. Would it be possible to automatically convert an image URL into the HTML code for an image?
For example, converting this URL:
https://example.com/image.gif
Into this:
<img alt="" src="https://example.com/image.gif" class="alignnone" width="130" height="100" />
If this is possible, how would I be able to do this? Thank you for the support!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Automatic Image URL Conversion’ is closed to new replies.