-
-
Notifications
You must be signed in to change notification settings - Fork 49
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 link in wordpress via ifram - firefox don't allow to show it #500
Comments
The same happened in odoo v15. |
It seems I missed this Tutorial: Especially the chapter: iFrame/Embedding
|
Hmmm....my domain for the wordpress site is: stefan-franz.de I have a shared nextcloud at hetzner.com - no access to the php commands - and also to less knowledge for it. |
@stefan-franz I am also at Hetzner :) |
I am not at Hetzner but failed back then to embed this app into WP. Did you succeed? |
I did not work on it. |
same here. I would need that in WP ... but it was too complicated for me back then. |
I give this another try today: https://github.com/SergeyMosin/Appointments/tree/master/tests/embedding At first I have to understand the domains/urls etc My nc-URL: https://oc.oops.co.at/nextcloud My wp-URL: https://www.oops.co.at Both wp and nc are docker-containers on the same rented server-VM, btw ... I keep you posted and appreciate any productive discussion ;-) |
in WP, do I have to use "Embed" ? It doesn't work for both variants of the URLs shown by the appointments-app I can add a link, but that looks ugly ... #473 is also worth a look (again) |
Sorry for me being noisy, but I want to get this working. There are a few things where I try to guess:
Why "afad", is that even correct?
https://oc.oops.co.at/nextcloud/apps/appointments/embed/ilbkZxxyyy/form
but the embedding fails
thanks for any help here! |
Please see https://github.com/SergeyMosin/Appointments/tree/master/tests/embedding
The Full example is here: https://github.com/SergeyMosin/Appointments/blob/master/tests/embedding/php-page.php
What does your |
Well, I read that doc-page for hours but I don't understand it, that's why I am here ;-) For me it's not a full example, as it's not clear what to paste where, sorry. That's why I post my URLs etc to maybe get the commands shown by you ... I am no web-coder at all so I simply cutting/editing/pasting somehow ... trial and error ... And I don't know things. By iframe-tag, do you mean the part in:
? |
thanks, btw ;-) |
This is just a URL of your appointments page. I was asking about what you put into your WP page. it probably would look something like this:
Can you post the URL or code of the WP page ? |
There is no WP page yet ... I was assuming that embedding the mentioned URL into a random WP-page on https://www.oops.co.at would simply work. The WP page I test with is still a draft ... and not visible online. But if it helps I set it to visible: https://www.oops.co.at/erreichbarkeit/ (it's only an ugly draft so far) That's one main point: I don't know how to write this iframe and embed it. WP doesn't give me a "block" called iframe, but I now trie pasting your example as HTML. It gets displayed now! Although ugly still ... will try to fix that asap. That's progress, right? now for the other setting around the email-buttons .. I have to check that feature at first. thanks so far! |
sure, thanks. I might come back for that buttons-topic ... have to look at it first |
OK, as far as I understand with "Email Buttons" you mean the confirmation mails etc , right? You write:
I assume I chose the PHP-version for WP? Which value here? I don't get it, sorry! |
I assume it should point to your app somehow?
But that doesn't work yet. I think I'm close ... thanks |
The button config can be skipped in most cases. When an attendee clicks the iFrame embedding gets somewhat complicated and the |
OK .. so I removed that second setting. Entered the next appointment, received email, now the link works!! Great, I think that's it for me. Thanks for your work and your help in this issue. Have a nice weekend! |
I tried to embed my appintment link in that way in my wordpress site:
<iframe src="https://nc.stefan-franz.de/apps/appointments/embed/CwZaw1MC4rqZzl7N/form"
How can i do it?
The text was updated successfully, but these errors were encountered: