Postimg problem - phishing warning

Major announcements appear here
Post Reply
User avatar
Galahad
Posts: 74
Joined: Mon May 31, 2021 1:24 pm

Postimg problem - phishing warning

#1

Post by Galahad »

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 :

Code: Select all

[url=https://ibb.co/K7b5jk5][img]https://i.ibb.co/pZb1v81/first-christmas-card.jpg[/img][/url]
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 :

Code: Select all

[img]https://i.ibb.co/pZb1v81/first-christmas-card.jpg[/img]
and it will still work.

Example:

Image
Post Reply