cweickhmann/neuer-jef-eud-logo-generator

Testing/Implementation: Embedding into HTML code

Opened this issue · 0 comments

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

  1. This currently works unsatisfyingly: in addition to loading the script itself (logo-generator.js), pablo.js must be loaded. This should be improved by letting logo-generator.js load pablo.js by a call.
  2. 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?