Can someone sticky this please, and move it to the correct forum if this one isn't right.
Ok, a few people have asked, so here is a definitive way of posting pictures on the forum.
Step 1.
Go to a website such as Photobucket (you will need to register an account), Imageshack (no account needed), Flickr (you need to register) or Tinypic (no account needed).
Step 2.
Upload your photo.
Step 3.
Copy the direct link to the image, not the "HTML code", "Widget code" or anything else.
You can use the "IMG code" like you get on TinyPic.
Update: On Imageshack the "forum code" works.
With photobucket, you can choose a "clickable thumbnail" link if you click on Share then Get Link Code. Which produces something like this
On Flickr, you need to click on the image, then click View All Sizes then you can right click on the image and choose "Copy Image URL". If this doesn't work, it is because the uploader has chosen not to let people share it.
Step 4.
Put that image URL into IMG tags. To do this you can either click the word 'image' at the top of the reply box then enter the image URL into the little pop up. Once you click OK, the image url will be automatically put in IMG tags and put in your reply.
You can also enter the tags yourself, simply put
![ optional name ]( image url)
Things to be careful of.
If you put too may pictures in a thread, I think it's over about 15, then it will get flagged as spam and you will have to wait for an admin to approve the post.
If the pictures are too large then they automatically get turned into a link, even with the IMG tags, so try and keep them under 1020px wide.
Alternatively:
Click 'Upload a file' at the bottom of the reply box and select a file to upload, there's a 30mb limit and the size limits still apply. I'm yet to work out a way to show these uploaded images inline with the text, by default they will be listed at the bottom of your post.
Posting a picture from Instagram:
(This assumes you're using the Chrome browser, if you're not then it may be slightly different)
Open the image by clicking on it from the account's page, this will open in a pop up like this:
https://www.instagram.com/p/B1imlggFo_k/
Then right click on the image and select Inspect. This will open the developer console and show you the HTML of the page. Almost certainly the element you just clicked on is just below the one you need in the HTML, so look at the line above with the little arrow on the left, click it to expand the child line and you should see an element. That element will have 3 image urls of different sizes of the same image, right click on one of them and select "open in a new tab" then copy the URL from that new tab. If you copy the image url directly it will have some issue with a timestamp due to IG trying to stop people doing exactly what we're doing.
The tag looks like:
<img alt="Image may contain: bicycle and outdoor" class="FFVAD" decoding="auto" sizes="600px" srcset="https://scontent-lht6-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s640x640/67240734_188579972143349_8223169969259318931_n.jpg?_nc_ht=scontent-lht6-1.cdninstagram.com&_nc_cat=105&_nc_ohc=E8XubqFquj4AX8LcOmo&oh=8642632a3e2451fe1a7f2948d6b9d62c&oe=5EA41D6F 640w,https://scontent-lht6-1.cdninstagram.com/v/t51.2885-15/sh0.08/e35/s750x750/67240734_188579972143349_8223169969259318931_n.jpg?_nc_ht=scontent-lht6-1.cdninstagram.com&_nc_cat=105&_nc_ohc=E8XubqFquj4AX8LcOmo&oh=70b4960b79dc5765a22edfe3c01d674f&oe=5E98606F 750w,https://scontent-lht6-1.cdninstagram.com/v/t51.2885-15/e35/67240734_188579972143349_8223169969259318931_n.jpg?_nc_ht=scontent-lht6-1.cdninstagram.com&_nc_cat=105&_nc_ohc=E8XubqFquj4AX8LcOmo&oh=a024890d4e092e8e436bcf8e994f9251&oe=5E9E7A8A 1080w" src="https://scontent-lht6-1.cdninstagram.com/v/t51.2885-15/e35/67240734_188579972143349_8223169969259318931_n.jpg?_nc_ht=scontent-lht6-1.cdninstagram.com&_nc_cat=105&_nc_ohc=E8XubqFquj4AX8LcOmo&oh=a024890d4e092e8e436bcf8e994f9251&oe=5E9E7A8A" style="object-fit: cover;">
Posting a picture from ebay:
On any ebay auction, click on the picture in the top left so that it opens up in another tab or window.
Then right click and click "view page source". This will open another window or tab with a load of code.
Your browser should hopefully underline the links to pictures and write them in blue (Chrome certainly does).
The link you are looking for is after "src=" and will look something like this "http://i.ebayimg.com/00/s/MTIwMFgxNjAw/$(KGrHqNHJBEE9ps,tP3nBPmqhkDfv!~~60_12.JPG"
It is about the 3rd link in the list of code.
That link will be for the picture that is currently selected to view larger, so to get a different one you must enlarge another picture then click "view page source" again.
Then you just put that image between tag like mentioned earlier.
Can someone sticky this please, and move it to the correct forum if this one isn't right.
Ok, a few people have asked, so here is a definitive way of posting pictures on the forum.
Step 1.
Go to a website such as Photobucket (you will need to register an account), Imageshack (no account needed), Flickr (you need to register) or Tinypic (no account needed).
Step 2.
Upload your photo.
Step 3.
Copy the direct link to the image, not the "HTML code", "Widget code" or anything else.
You can use the "IMG code" like you get on TinyPic.
Update: On Imageshack the "forum code" works.
With photobucket, you can choose a "clickable thumbnail" link if you click on Share then Get Link Code. Which produces something like this
On Flickr, you need to click on the image, then click View All Sizes then you can right click on the image and choose "Copy Image URL". If this doesn't work, it is because the uploader has chosen not to let people share it.
Step 4.
Put that image URL into IMG tags. To do this you can either click the word 'image' at the top of the reply box then enter the image URL into the little pop up. Once you click OK, the image url will be automatically put in IMG tags and put in your reply.
You can also enter the tags yourself, simply put
Things to be careful of.
If you put too may pictures in a thread, I think it's over about 15, then it will get flagged as spam and you will have to wait for an admin to approve the post.
If the pictures are too large then they automatically get turned into a link, even with the IMG tags, so try and keep them under 1020px wide.
Alternatively:
Click 'Upload a file' at the bottom of the reply box and select a file to upload, there's a 30mb limit and the size limits still apply. I'm yet to work out a way to show these uploaded images inline with the text, by default they will be listed at the bottom of your post.
Posting a picture from Instagram:
(This assumes you're using the Chrome browser, if you're not then it may be slightly different)
Open the image by clicking on it from the account's page, this will open in a pop up like this:
https://www.instagram.com/p/B1imlggFo_k/
Then right click on the image and select Inspect. This will open the developer console and show you the HTML of the page. Almost certainly the element you just clicked on is just below the one you need in the HTML, so look at the line above with the little arrow on the left, click it to expand the child line and you should see an element. That element will have 3 image urls of different sizes of the same image, right click on one of them and select "open in a new tab" then copy the URL from that new tab. If you copy the image url directly it will have some issue with a timestamp due to IG trying to stop people doing exactly what we're doing.
The tag looks like:
Posting a picture from ebay:
On any ebay auction, click on the picture in the top left so that it opens up in another tab or window.
Then right click and click "view page source". This will open another window or tab with a load of code.
Your browser should hopefully underline the links to pictures and write them in blue (Chrome certainly does).
The link you are looking for is after "src=" and will look something like this "http://i.ebayimg.com/00/s/MTIwMFgxNjAw/$(KGrHqNHJBEE9ps,tP3nBPmqhkDfv!~~60_12.JPG"
It is about the 3rd link in the list of code.
That link will be for the picture that is currently selected to view larger, so to get a different one you must enlarge another picture then click "view page source" again.
Then you just put that image between tag like mentioned earlier.