sbigler
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Embed] Will it allow embedded inline js code in a WP block?Forum: Plugins
In reply to: [Code Embed] Will it allow embedded inline js code in a WP block?Okay, I see what you mean.
However, it still did not work. It does not look like I can upload a screenshot so I will need to describe the latest:
1. I activated custom fields and created one named CODE1, and for the value of CODE1 I pasted the custom html/imbedded javascript code. Then saved the custom field.
2. Added a HTML block on the page and inside it I pasted {{CODE1}}. (In the plugin settings it is set up to use {{ }} as the identifiers)
When I update and view the page I don’t see anything.
Is there something I am still not doing right?
Forum: Plugins
In reply to: [Code Embed] Will it allow embedded inline js code in a WP block?Hello David and thank you very much for your quick reply.
I am still not getting my html with inline js to preview on my WP site.
Here is what I did and maybe you can tell me what I am doing wrong:
1. Added a new Custom HTML block on the page.
2. Pasted embeddable html/javascript into this Custom HTML block.
3. Added %CODE1% to this same block, at the top.After publishing and viewing, I only see %CODE1%. (I decided to use the same suffix you had in your example).