Integration of an external page via iFrame
-
Hello Support,
I would like to use the widget functionality to integrate a page from an external domain via the regex function.
It is unclear to me where to store the path to the respective page.
Here is the code we want to integrate:<!-- twingle -->
<iframe src="https://spenden.twingle.de/bndnis-90-die-grnen-kreisverband-pinneberg/kreisverband/tw6418445602630/widget?tw_target=Ann%20Christin%20Hahn%20BGM-Wahl%20Tornesch" style="width: 100%; border: none; overflow: hidden; height: 450px; position: relative; z-index: 2;"></iframe>
<script src="https://spenden.twingle.de/embed/generic"></script>
<!-- twingle -->I have changed this to:
<!-- twingle -->
<iframe src="(.*)spenden\.twingle\.de([^"]*)/bndnis-90-die-grnen-kreisverband-pinneberg/kreisverband/tw6418445602630/widget?tw_target=Ann%20Christin%20Hahn%20BGM-Wahl%20Tornesch" style="width: 100%; border: none; overflow: hidden; height: 450px; position: relative; z-index: 2;"><\/iframe>
<script src="(.*)spenden\.twingle\.de/embed/generic([^"]*)"></script>
<!-- twingle -->Despite this, I still don’t see the integrated iFrame here. Do you have any tips for me on how to implement this?
Best regards, m.orange
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Integration of an external page via iFrame’ is closed to new replies.