I am looking for a way to get a small image of a web page by giving its URL as an argument.
I would like it appears like when you use gchat and you send a youtube url.
Is there any Jquery plugin who can do that ? (I am not using wordpress)
Thank you !
You can’t do this only with javascript. Ajax (the way to load external content in our pages) can’t access to pages of other domains.
Yo need to create a server programed service (PHP, ASP, C, Phyton,…) . This service must load this url and get the images. Then you can load this service with ajax as Json or XML.
This is same that you can find in facebook, pinterest, etc.