How to enable embed of H5P content in WordPress
Submitted by chrisk on Wed, 08/06/2014 - 02:41
Forums:
Downloaded the timeline example from this site.
Loaded it into a WordPress test site and it displays fine but the embed option is not available.
Is there a embed switch somewhere in the WordPress interface?
falcon
Wed, 08/06/2014 - 10:54
Permalink
The embed feature hasn't been
The embed feature hasn't been implemented in wordpress yet, but you may use a shortcode to embed the H5P content within you own site.
An embed feature for external sites will be implemented for wordpress as well, hopefully this will be in place by the end of this month. The current embed code feature has only been implemented for Drupal, we will improve it and make it available for wordpress as well.
modjul
Fri, 04/06/2018 - 16:56
Permalink
Any news on the embed feature
Any news on the embed feature? I don't want to embed my H5P video in a post, but I would like to embed it in another part of my wordpress site. In fact, I would like to embed the video on my Slider Revolution slide. Thanks!
otacke
Fri, 04/06/2018 - 17:00
Permalink
Hi modjul!The WordPress
Hi modjul!
The WordPress plugin has this feature for 2+ (?) years now ... ;-)
Best,
Oliver
modjul
Fri, 04/06/2018 - 17:01
Permalink
I have no idea where to find
I have no idea where to find it. I will only get this short code, but I can't seem to get the video playing with it
otacke
Fri, 04/06/2018 - 17:06
Permalink
There should be an embed
There should be an embed button below your content unless you deactivated it in your WordPress settings for H5P.
modjul
Fri, 04/06/2018 - 17:14
Permalink
Oh my! Awesome, thanks!
Oh my! Awesome, thanks!
modjul
Fri, 04/06/2018 - 17:27
Permalink
No, still don't see it. I
No, still don't see it. I enabled the embed link and the download feature in the Wordpress settings, but when I go to my H5P wordpress library all I see is this:
otacke
Fri, 04/06/2018 - 17:30
Permalink
Did you change the general
Did you change the general setting or the display options for this very content when editing it?
modjul
Fri, 04/06/2018 - 19:37
Permalink
I don't see a way for me to
I don't see a way for me to allow or disallow an embedded link or download button in the editing view of the video. Neither in the general wordpress settings.
modjul
Fri, 04/06/2018 - 19:38
Permalink
I got it!! I got it! Thank
I got it!! I got it! Thank you. Allow toolbar below video. Got it. Thanks!
modjul
Fri, 04/06/2018 - 16:59
Permalink
Any news on the embed feature
Any news on the embed feature? I don't want to embed my H5P video in a post, but I would like to embed it in another part of my wordpress site. In fact, I would like to embed the video on my Slider Revolution slide. Thanks!
John McLellan
Thu, 04/29/2021 - 10:26
Permalink
Please insert URL
Hi Otacke
When I try to embed H5P video into a Udemy course it asks for a URL?
otacke
Thu, 04/29/2021 - 12:18
Permalink
Hi John!The embed URL can be
Hi John!
The embed URL can be found in the embed code that you can retrieve from H5P content.
Best,
Oliver
John McLellan
Thu, 04/29/2021 - 10:26
Permalink
Please insert URL
Hi Otacke
When I try to embed H5P video into a Udemy course it asks for a URL?
BV52
Fri, 04/30/2021 - 01:43
Permalink
Reply from John through
Reply from John through email
BV52
Fri, 04/30/2021 - 02:03
Permalink
Hi John,Emebedding is
Hi John,
Emebedding is different from site to site. If you are working on a CMS/LMS that lets you place HTML codes the embed code usually is what you will need. For sites like Udemy the way to embed may be different.
Normally you will just need the embed code (e.g. Wix):
<iframe src="https://bv-demo.h5p.com/content/1291311840592591469/embed" width="1088" height="206" frameborder="0" allowfullscreen="allowfullscreen" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *" title="Test - Embed"></iframe><script src="https://bv-demo.h5p.com/js/h5p-resizer.js" charset="UTF-8"></script>
Some sites will only accept the emebed URL (I.e. Thinkific)
https://bv-demo.h5p.com/content/1291311840592591469/embed
I am not sure with Udemy but you can try both approach.
-BV
lobbwill
Wed, 07/21/2021 - 14:01
Permalink
embed then remove embed option
Hi, I have H5P content stored on my WordPress site, which I then embed in our LMS. To do this, I have to have the embed option enabled but this then means anyone accessing the content through our LMS can embed our content somewhere else.
Is there a way to disable the option to embed once the code has been used to embed in our LMS? At the moment, if I disable the option to embed, the content embedded on our LMS fails to load.
eineLehrerin
Thu, 11/11/2021 - 22:10
Permalink
Yes, I'd like to know this, too.
I'd also like to disable the option once the item has been embedded; I've got proprietary materials I'm creating for paying clients and I don't want other to get access to it.
otacke
Fri, 11/12/2021 - 08:04
Permalink
Hi!Please find my answer at
Hi!
Please find my answer at https://h5p.org/comment/43993#comment-43993 and try not to post your questions across multiple posts.
Cheers,
Oliver
COC Beauty School
Thu, 06/09/2022 - 15:32
Permalink
Change Button Color & Embed in Thinkific
Hello,
Please how do i change the button color to match with my theme? I'm embedding in thinkific course player
BV52
Thu, 06/09/2022 - 18:11
Permalink
Hi,The easiest way is to use
Hi,
The easiest way is to use a PHP hook, to add your own CSS-file to the content type. Please visit the Visual Changes page for more details.
-BV