Page 1 of 1

How do you embed images in posts?

Posted: Thu Jul 09, 2020 11:51 pm
by Daza99
Ive tried using image but it just outputs the link.


RE: How do you embed images in posts?

Posted: Fri Jul 10, 2020 7:41 am
by Jdane
Would you provide that link anyway? Just so that we can make sure it is indeed a link to the image.
Some image hosting services give you a link to a page in which the image is embedded, which indeed appears only as text when used with the image tag.

Such as:

Code: Select all

[img]https://images2.imgbox.com/36/1e/OVUXBVH3_o.jpg[/img] <- direct link to the image
 
 [img]http://imgbox.com/OVUXBVH3[/img] <- link to the page where the image is embedded
Would appear as:

Image <- direct link to the image

Image <- link to the page where the image is embedded

RE: How do you embed images in posts?

Posted: Fri Jul 10, 2020 9:47 pm
by Daza99
Thanks Jdane got it working :)

Image