Including Images in your Posts
Posted: Tue May 07, 2024 2:23 am
We all want to see your topic relevant creations. The best way to show us your creation, is by including a picture in your post!
A picture tells a thousand words... etc.
Or, you could include a link to your topic relevant YouTube video (if you've created one).
Now, phpBB is a bit fussy about image links. Primarily (for security reasons), externally hosted images need to be SSL secured links (i.e. https:// links).
I've also noted that google shared image links seem to be problematic (even though they are SSL secured).
What I have found is that imgbly.com (a free image hosting service), seems to have worked well for the shared images that I've posted.
The imgbly hosted raw image https:// links, in your post source, should look similarly formatted to this example:
Note: You can view the image you have uploaded (in imgbly), and then copy & paste the img portion of the BBCode example.
The key thing required is the file extension (which is not included in the default link that imgbly displays on image upload).
If done correctly, then your image will look like this in your post:
As an alternative, you can also upload image files to the Forum itself (maximum of 3 per image, and each less than 256KiB).
You do this via your post's "Attachments" option (located below the post editing box).
These attachments are then included in your post via the attachment BBCode, as follows:
Because of the size limit (and limited server resourses), please make sure you first downscale your image to an appropriate dimension & size, with the image editing software of your choice. Note also the limit of 3 images per post!
Needless to say, the use of an external service (like imgbly) to host your images is preferred, as my server space is limited!
Hopefully the above advice will help to avoid others just being greeted with broken image links, when they view your latest post!
A picture tells a thousand words... etc.
Or, you could include a link to your topic relevant YouTube video (if you've created one).
Now, phpBB is a bit fussy about image links. Primarily (for security reasons), externally hosted images need to be SSL secured links (i.e. https:// links).
I've also noted that google shared image links seem to be problematic (even though they are SSL secured).
What I have found is that imgbly.com (a free image hosting service), seems to have worked well for the shared images that I've posted.
The imgbly hosted raw image https:// links, in your post source, should look similarly formatted to this example:
Code: Select all
[img]https://www.imgbly.com/ib/y95r7ZePlS.png[/img]
The key thing required is the file extension (which is not included in the default link that imgbly displays on image upload).
If done correctly, then your image will look like this in your post:
As an alternative, you can also upload image files to the Forum itself (maximum of 3 per image, and each less than 256KiB).
You do this via your post's "Attachments" option (located below the post editing box).
These attachments are then included in your post via the attachment BBCode, as follows:
Code: Select all
[attachment=][/attachment]
Needless to say, the use of an external service (like imgbly) to host your images is preferred, as my server space is limited!
Hopefully the above advice will help to avoid others just being greeted with broken image links, when they view your latest post!