Quote:
Originally Posted by Snarfy |
Quote:
Originally Posted by KenJulio I've read somewhere, possibly a FB or G+ post that 500px had changed their formatting of the URL string, which is probably causing this to fail now. |
Quote:
Originally Posted by Daniel Bates Yes, they did. I was very annoyed the other night when I made a new blog post and all my links were broken. |
yea it has been changed.. very weird.. it seems theyre using a different server for image hosting now and the URLs of the images are as easy to automatically embed by using the image id number...
what used to be this:
PHP Code:
http://500px.com/photo/1736123/5
Is now this:
PHP Code:
http://djlhggipcyllo.cloudfront.net/1736123/6ccb6abd0e3a27a00e0a8315e8b8bd7595ea11e0/4.jpg
which has this long variable
"6ccb6abd0e3a27a00e0a8315e8b8bd7595ea11e0" that seems to be very different on ALL images which will make it tough. I'll look into it further.