Author Topic: Posting Images using imgur  (Read 17003 times)

Online Frank3k

  • Excession
  • Global Moderator
  • Formerly Frank2056. New upgrade!
    • My new webpage
Posting Images using imgur
« on: December 12, 2011, 03:39:50 AM »
Imgur is a simple to use online image storage site.

Go to http://imgur.com/
You'll see two options:

1- Upload an image from your computer by dragging and dropping an image from your computer onto the imgur web page (or by clicking on the Computer Icon/button to select the image)

2- Upload an image from the web. You'll be asked to provide the full URL to the image.

Once the upload is complete, just copy the URL to the image (embedded in imgur): http://imgur.com/S4pXf
or click on the image and copy that URL: http://i.imgur.com/S4pXf.jpg

Which can then be inserted into a post:


You can also register for a free account that lets you delete images and make galleries. All free.

Frank
« Last Edit: December 12, 2011, 04:05:46 AM by GTX_Admin »

Offline GTX_Admin

  • Evil Administrator bent on taking over the Universe!
  • Administrator - Yep, I'm the one to blame for this place.
  • Whiffing Demi-God!
    • Beyond the Sprues
Re: Posting Images using imgur
« Reply #1 on: December 12, 2011, 04:06:31 AM »
Thanks Frank - I've made this a sticky.  Great contribution.

Regards,

Greg
All hail the God of Frustration!!!

You can't outrun Death forever.
But you can make the Bastard work for it.

Online Frank3k

  • Excession
  • Global Moderator
  • Formerly Frank2056. New upgrade!
    • My new webpage
Posting Images using imgur
« Reply #2 on: February 09, 2019, 03:07:04 PM »
Any image link you want to display between the img tags must end with a .jpg

You want to post this:
Code: [Select]
https://i.imgur.com/AOKEy6Q.jpg
which produces:
 

not this
Code: [Select]
https://imgur.com/a/o2nNogP
which gives nothing.

You can wrap the above with
Code: [Select]
[url] [/url] tags and it would work. Comme ça:

Code: [Select]
[url=https://imgur.com/a/o2nNogP]This picture[/url]
This picture


In your account on imgur, you should be able to view all the images you've uploaded (if you don't have an account, create one). This gives you full control over how the images are displayed.

For example, on this image:



You get several link options on the right; if you pick Direct Link, you can copy the direct link to the image
Code: [Select]
https://i.imgur.com/ovA6fWO.jpg and paste it between the img tags.
Or you can pick BBCode and just past the clipboard right into the message. it should give you
Code: [Select]
[img]https://i.imgur.com/ovA6fWO.jpg[/img]
The Linked BBCode option displays the image and a link back to imgur
Code: [Select]
[url=https://imgur.com/ovA6fWO][img]http://i.imgur.com/ovA6fWO.jpg[/img][/url]:



Another way of getting the right posting code:

If you click on what you posted, you should get some options at the upper right of the image, like this:



Click on "Get share links" and you get a similar set of links to post:



You want the BBCode option. Copy and paste in your message.
« Last Edit: February 12, 2019, 05:29:42 AM by Brian da Basher »