2
0

📝 (embed) Add new script embed instructions

This commit is contained in:
Baptiste Arnaud
2023-02-25 10:16:57 +01:00
parent 8034ceeede
commit 2b2b1c3d6d
8 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Script
The script embed option is useful only if you don't have access to the HTML tree of your application or if your website builder only allows you to inline script snippets.
Otherwise, it's preferable to follow [HTML & Javascript](./html-javascript) embed instructions because the script snippets are just scripts that will inject the code from the HTML & Javascript embed method.