I'm trying to help a buddy use his Facebook to post to his website. I've managed to make the posts from his wall's RSS feed, but in the feed any images show as tiny thumbnails.
The difference between a Facebook image thumbnail and its full sized counterpart is as follows:
thumb -https://fbcdn-photos-a.akamaihd.net/hphotos-ak-ash4/378108_348325051862306_118443001517180_1297951_1051469646_s.jpg
full -https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/s720x720/378008_348325051862306_118443001517180_1297951_1051469646_n.jpg
I've bolded the differences.
So I'm looking for a way to make that substitution, and I figured regex was the way, but couldn't wrap my head around something like this.
The answer and an explanation would be quite helpful. Thanks in advance.
edit: I would probably make the replacement in jQuery.
