Thread: .new photo site
View Single Post
  #6  
Old 03-03-2018, 06:14 AM
SNAPFisher SNAPFisher is offline
 
Join Date: May 2007
Posts: 4,444
Default

Quote:
Originally Posted by Dweb View Post
[url=https://postimg.org/image/b42zjom1x/][img]https://s26.postimg.org/b42zjom1x


Ok clearly I'm not doing something right lol
Looks like you only copied part of the string. The tags on a forum are like HTML for a web page. When you click on the add an image on the forum it does the same thing as PostImg does, it adds this around the URL:

[IMG][/IMG]

Your URL just goes in between the two tags. The tags just tell the AO site there is an image here and to display the URL in between the tags:

[IMG]PUT URL HERE[/IMG]

[IMG]http;//somewebsite/image/32234.jpg[/IMG]

^^ As an example. If there is any other text, like PostImg adds, it is just fluff that is not needed.

So if you go back to PostImg, click on share, and just copy the "Direct Link" that is the URL you need. In the pic I'm sharing it is:

https://s25.postimg.org/p91gtcsmn/IMG_0330.jpg

Then cut and paste that in between the two tags above or just type the [IMG] [/IMG] around it like so



The important part being that it must start with [IMG] and end with [/IMG].
Reply With Quote