reghrhre wrote:The problem is with the URL, the URL says "https" when it should be "http". So just do the first method but remove the "s" and it should work
You'll find the s in a lot of urls actually. It has to do with the security of the website. I don't know all of the specifics, though, but I find that it's peculiar that it doesn't work with the BBCode.
I'll take a look at the BBcode. Not working with secure HTTP doesn't make sense.
Update: "https://" not working was due to the BBcode being hardcoded to only accept "http://". I've added the ability to have an "s" in there if need be.