Parsing image URLs in remote HTML as JSON

sinagamer

New Member
I am looking to create a URL sharer similar to that of LinkedIn and Facebook where you paste a URL in and pull remote content across with a scroller of the available images to use?
0zOZt.png
Basically my idea is that I need to pull HTML from the remote URL using my server side XMLHTTP script I then want to be able to check for any images (over a certain width / height - e.g. No transpixels get loaded.)Is it possible to load all the remote HTML as escapable JSON and then use Jquery to check for suitable images to stick in the scroller?
 
Back
Top