Postimg problem - phishing warning
Posted: Fri Dec 06, 2024 2:10 pm
There seems to be a problem currently with using the Postimg site we have used to attach images to posts. A phishing warning is appearing and the image upload fails.
This is a 'them' problem and not an 'us' problem.
An alternative (to use at least until Postimg can fix their problem) is to use the ImgBB site - at https://imgbb.com/upload - where you can upload a picture and then from the dropdown set of options choose 'BBCode full linked' to copy the link code. You don't need an account with them to do this but note that file sizes are limited to 32 MB which shouldn't be a problem.
This will create a piece of code similar to :
which you can copy/paste into your post.
The opening and closing url tags in there are not really needed so you could edit this down to :
and it will still work.
Example:
This is a 'them' problem and not an 'us' problem.
An alternative (to use at least until Postimg can fix their problem) is to use the ImgBB site - at https://imgbb.com/upload - where you can upload a picture and then from the dropdown set of options choose 'BBCode full linked' to copy the link code. You don't need an account with them to do this but note that file sizes are limited to 32 MB which shouldn't be a problem.
This will create a piece of code similar to :
Code: Select all
[url=https://ibb.co/K7b5jk5][img]https://i.ibb.co/pZb1v81/first-christmas-card.jpg[/img][/url]
The opening and closing url tags in there are not really needed so you could edit this down to :
Code: Select all
[img]https://i.ibb.co/pZb1v81/first-christmas-card.jpg[/img]
Example: