I turned on the visual editor via the bbp_after_get_the_content_parse_args
filter.
But when I try and paste in a URL copied from YouTube in Chrome, the editor turns it into a link instead of an embedded video.
The same URL pasted into a blank post (with either block or classic editor) on the same site works. It’s only the bbPress editor turning it into a link. I turned off all plugins and switched the theme to twenty-seventeen.
On Safari and Firefox, the URL is properly pasted as text and so is recognized and made into an embed.
I’m wondering if anyone has a solution to this issue?
I’ve tried removing the bbp_make_clickable
filter and it has no effect. It seems to be only Chrome and bbPress visual editor together causing this issue.