You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the possibility to embed a JEM list of events from a moher site with JEM installed into any other site, without using iframe and regardless of the CMS.
For example with an embedded script, wich is loaded from the moher site
The text was updated successfully, but these errors were encountered:
1) Basic Principle
A small JavaScript code is inserted into the target website
This code loads an external JavaScript file from a remote server
The external script contains logic for dynamically rendering the form/content
2) Technical Implementation
<script type="text/javascript" src="https://external-service.com/generated-script.js"></script>
3)Process
The external script identifies a placeholder container on the target page
It dynamically renders the content (e.g., form) within this container
Communicates with the origin server for data and functionality
4) Advantages
No iFrame usage
Dynamic embedding
Easy integration
Central content maintenance
Create the possibility to embed a JEM list of events from a moher site with JEM installed into any other site, without using iframe and regardless of the CMS.
For example with an embedded script, wich is loaded from the moher site
The text was updated successfully, but these errors were encountered: