Looks cool. @Chris Deeming I know you said earlier you wouldn't be developing this further, but it would be nice to see an optional mode that operates only via a deferred task for instances such as above when loading external URLs is just too slow.
Chris, sometimes when I insert a link, there appears to be a delay to post. Nothing too slow, just very noticeable at times.
Where can I do that?That probably won't happen. But you can change the timeout value. It's currently 10 seconds. If you reduced that then it would cancel the process rather than delaying the posting.
This error was thrown when we failed to get the correct chracter set from the URL.
It was logged in the Server Error Log but not actually seen by users.
But this prevents the error completely.
Yes many errors:Do you have anything in your server error log?
Added function, and no errorIf you haven't already, disable the add-on.
It looks like you need the mb_convert_encoding function enabling in PHP. Ask your host or server person about this.
$urlTitle = str_replace(array("\n", "\r", "\t"), '', trim($urlTitle));
We use essential cookies to make this site work, and optional cookies to enhance your experience.