- 🇺🇸United States jjpost
@justcaldwell The issue is still there, even in the 2.x version. This patch works for 8.1.x and 2.x
To reproduce:
- embed FB url (https://www.facebook.com/permalink.php?story_fbid=10153749256103892&id=8...)
- save the node
- rendered version of the FB post appears
- go to edit page
- don't change anything
- save node again
- rendered version does not appear
When Ckeditor loads on second edit it escapes "&" in the url, which then results in embed library being unable to recognize the URL.
Make sure URLs are not escaped.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@justcaldwell The issue is still there, even in the 2.x version. This patch works for 8.1.x and 2.x