-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new Goal Complete WYSIWYG doesn't currently render oEmbeds #1545
Comments
Steps to Reproduce:
In testing this I believe this has to do with how our WYSIWYG field is saving the data. |
@mathetos oEmbeds is not working in goal message because it should be a plain text in terms of current core goal message design. Since we updated goal message field to For now you can use
@DevinWalker what do you think? |
@ravinderk Thanks for the clarification. I do think it's important that a WYSIWYG field outputs exactly as it does in the admin -- currently the oEmbed renders in the Admin. That is the expectation users will have as well. |
@mathetos me too, I have a fix coming for that in 2 min. |
Use `the_content` to output Goal complete message #1545
@mathetos commented on Wed Feb 22 2017
This might be a Give CORE issue, but if you add a YouTube video into the "Duration Ended Message" WYSIWYG field, it will render as an oEmbed in the backend, but not in the front-end.
The text was updated successfully, but these errors were encountered: