Testing/Implementation: Embedding into HTML code
Opened this issue · 0 comments
cweickhmann commented
Description
The current idea is to embed the generator simply by adding an empty <div>
element with the proper id
and load the required JS file.
Problems
- This currently works unsatisfyingly: in addition to loading the script itself (
logo-generator.js
),pablo.js
must be loaded. This should be improved by lettinglogo-generator.js
loadpablo.js
by a call. - The CMS Wordpress does not allow embedding
<script>
tags without large changes to its default configuration. This may be similar with other CMS, e.g. TYPO3. Writing a backend-plugin for all of them does not seem to be a solution... Other options?