- Dec 25, 2007
- 566
- 441
I use Flickr to host all the images I use in the forum for a few reasons:
1. No stupid ads everywhere (it has some, but not many).
2. Really easy uploading with the free Flickr Uploader app.
3. Really easy pasting of link + image with the use of a small bookmarklet I cooked up:
Copy all this code, create a new bookmark in your browser, and paste this in as the URL. Then, when you're on the main photo page for a photo in Flickr, click the bookmark to add a text box with the tf2maps.net forum code all ready to copy + paste.
1. No stupid ads everywhere (it has some, but not many).
2. Really easy uploading with the free Flickr Uploader app.
3. Really easy pasting of link + image with the use of a small bookmarklet I cooked up:
HTML:
javascript:(function(){var%20div%20=%20document.createElement('div');var%20s%20=%20%22<h4>TF2Maps%20forum%20code</h4><textarea%20rows='6'%20cols='80'%20onfocus='this.select();'></textarea>%22;div.innerHTML%20=%20s;var%20about%20=%20document.getElementById('About');var%20parent%20=%20about.parentNode;parent.insertBefore(div,%20about.nextSibling);var%20textarea%20=%20div.getElementsByTagName('textarea')[0];var%20code%20=%20%22[b]%22%20+%20page_p.title%20+%20%22[/b]%20%22%20+%20page_p.description%20+%20%22\n%22;code%20+=%20'[URL=%22http://www.flickr.com'%20+%20page_p.url%20+%20'%22]';code%20+=%20'[IMG]'%20+%20geo_thmb.replace('_s.jpg',%20'.jpg')%20+%20'[/IMG][/URL]';textarea.value%20=%20code;})();
Copy all this code, create a new bookmark in your browser, and paste this in as the URL. Then, when you're on the main photo page for a photo in Flickr, click the bookmark to add a text box with the tf2maps.net forum code all ready to copy + paste.