Facebook like - Link sharing GUI with jQuery and Classic ASP
skriven av: jeppemannen kl:9:35, 2010
I found a PHP example of the facebook GUI - you know where you enter a URL and a layer with the title, description and thumbnails appear - and thought i would give it a shot using Classic ASP. Since I never really did something in jQuery - i gave it a shot as well.

The challange was to extract the images width and height from the remote URL on the server side - but i found some usefull code that helped me out. It is included in the source code /class/RemoteImage.asp. Take a look.
Demo: http://www.pyramedia.se/sandbox/svensson/taglink/
Enter a URL and hit SPACE or ENTER
SourceCode: http://www.pyramedia.se/sandbox/svensson/taglink/taglink.zip
Feel free to use it as you like.
Good Luck!
J