Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embed JEM events on any other site #1869

Open
Heklaterriol opened this issue Nov 30, 2024 · 1 comment
Open

embed JEM events on any other site #1869

Heklaterriol opened this issue Nov 30, 2024 · 1 comment

Comments

@Heklaterriol
Copy link
Contributor

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

@Heklaterriol
Copy link
Contributor Author

the KI tells me about this:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant