Column iframe embedder (WordPress)

Hi,
Is there a way to embed a H5P content using Column iframe embedder in WordPress? I'm trying to embed a Speak the Words Set (or any other activity which is not present in Column) into column with URL from embed code (https://domain.com/wp-admin/admin-ajax.php?action=h5p_embed&id=49), but it says: "Content unavailable", however, I can access this content type from this URL in browser.  

Thank you,

tki

Content types: 

Any comments on this? 

thomasmars's picture

Please check for any errors by following the guide at https://h5p.org/forum/9. Pay particular attention to any browser console errors and any errors in your PHP error log.
What is the Column iframe embedder ? Do you have a link to a live page where the issue can be seen ?

- Thomas

Hi Thomas,
Thank you for your answer! I’m talking about a content type in Column: Iframe Embedder (see attachment). I would like to use it in order to integrate some existing activities which are not present in Column (Speak-the-Words Set, Flashcards, Find Multiple Hotspots, etc.). What URI should I use in WordPress to achieve it? 

Unfortunately, I can’t provide a link to the material. 

Thank you,
tki

 

So, if I understand, there is no way to use Iframe Embedder from Column to integrate some existing activities which are not present in Column in WP environment? 

thomasmars's picture

Hi,
I would not recommend embedding an H5P inside another H5P, as it can lead to a recursive mess. A pull request or feature request for adding the content type to Column would integrate much better within the content type. Nonetheless it should be possible to embed your H5P page within the iFrame embedder, but you'll likely be missing some important resizing logic.

You seem to have missed my first two questions, which were about your browser's console errors PHP error log and any other information which could pinpoint what is going wrong, currently there is not enough information to determine why the embed is failing.

Best regards, Thomas