Auto embed image links
-
Just curious if it’s possible to make a filter that searches for image links though your content and change the url into a HTML image tag.
Spot something like this. ( in one word )
http://example.com/images/78464.png
http://example.com/images/78464.jpg
http://example.com/images/78464.gifAnd turn it into this automatically without the mess of shortcodes and all kinda ugliness.
<img scr="http://example.com/images/78464.png" /> <img scr="http://example.com/images/78464.jpg" /> <img scr="http://example.com/images/78464.gif" />
The topic ‘Auto embed image links’ is closed to new replies.