Hi All,
For the last few months, if you go to Share and choose to copy the link to paste into Discourse, the image won’t display and you’ll just be posting a link. There are reasons for that, but, there is a way to fix it.
If you pre/post pend BBcode [img], /[img], to the link currently generated that will allow the image to display.
Alternatively, you could use an HTML format like:
img src="https://i.imgur.com/6mE11Rm.png">
It should be an easy add to the Create Sharable Link button code. Otherwise, what is happening is images are being uploaded again which must be increasing storage pressure.
Cheers,
Daniel