So basically I have a very long url, something like this -
and I would need it to automatically change the link to this -
http://www.site.com/wp-content/uploads/2012/random-image-name.jpg
I know it's doable with Javascript Preg Match, but I'm not familiar with preg match, so I'm not sure how to create that.
Could you help me craete the link?
There will be a post iwth more than 200 images in it, and I need to do it for each of the image, so best solution woudl be if it would do it for all images at once.
srcattribute of<img>tags?