How can I share photos from my trip on the forum?

Let me know if there are ways to do that. Please copy & paste each link in your browser. I have visited Bangkok and kaula Lumpur recently
Please write jpg correctly at the end of each link

http://img148.imageshack.us/img148/3748/img0625ub.jpg

http://img148.imageshack.us/img148/1504/img0576gv.jpg

http://img818.imageshack.us/img818/3587/img0523f.jpg

http://img718.imageshack.us/img718/453/img0590sk.jpg

http://img824.imageshack.us/img824/2762/img0546lq.jpg

http://img534.imageshack.us/img534/605/img0633zh.jpg

Currently images cannot be embedded in the forum, but you are free to post links as you have been doing. May I suggest using bit.ly or something similar to shorten the URLs?

By the way, the first picture you posted – in front of the Petronas Towers – is pretty remarkable!

http://img28.imageshack.us/img28/7646/img0524v.jpg

http://img51.imageshack.us/img51/784/img0682bo.jpg

http://img706.imageshack.us/img706/483/img0680n.jpg

http://img820.imageshack.us/img820/6086/img0617d.jpg

Alex, I don’t know how to shorten these links. I signed up at bit.ly but there are some issues with the website

You can use bit.ly without registering if you like. Just copy the URL of the original link and paste it in the box on bit.ly. Click “Shorten” and it will automatically copy the shortened URL. You can replace the URLs in here with the bit.ly URL.

I wonder when will LingQ allow longer links in the forum. It would be sooooooo easy for LingQ to do the shortening within its forum software:

in PHP:

function TinyURL($url) {
return file_get_contents(‘http://tinyurl.com/api-create.php?url=’ . $url);
}

This function returns a short link to $url. Easy, isn’t it???

Try it, this creates a short version of the link to this thread: http://tinyurl.com/3jv7lpf

Result → http://tinyurl.com/3orlgge ← (this thread)