Working With Imgur

Throughout the first semester we will be using imgur.com to host images for our Liveweave sketches.

  1. Upload image to imgur ("New post" button)
  2. After the image is uploaded, right click on it and select Copy Image Address
  3. A correctly formatted image address starts with http or https and ends with .jpg, .gif, or .png. For example http://i.imgur.com/OGJqTpc.jpg
  4. Paste that URL into the img tag in your Liveweave sketch:
    <img src="http://i.imgur.com/OGJqTpc.jpg" />
    Like so