SNORDIAN's H5P Resize Pulse

تفصیل

PLEASE NOTE: I gave some of my free time to create this plugin. Using it and its source code is absolutely free. I don’t want any money from you. However, if you like this plugin, I kindly ask you to make a one-time donation of 2.50 EUR to the Rainforest Coalition (https://www.rainforestcoalition.org/donate) — or more if you can afford to.

H5P is a versatile plugin to add interactive content to your website. You may try to run it inside some fields that are created by other plugins, e.g. inside tabs, accordions, lightboxes, etc. And with some of them it seems that H5P doesn’t work although it is, but the content is set to a height of 0 pixels. That problem is described at https://h5p.org/manipulating-h5p-with-javascript.

The best solution would be to modify the plugin that’s including tabs, etc. to your WordPress site, but that’s not always possible. In some cases, this plugin may be a feasible workaround at least.

In “interval” mode, it will trigger H5P to resize in regular intervals which should let it be displayed in many cases. However, if they appear too frequent, they may cause the browser to stall. Choose the time interval wisely! Also, some H5P content types may break that way. The only way around this is then the “selector” mode.

In “selector” mode, you need to determine a CSS selector that will identify all the elements that you interact with to display other contents, e.g. the tab buttons. If that selector is set in the plugin’s settings, it will trigger a resize pulse when that element is clicked. This way, you prevent stalling the browser or breaking H5P content types. Depending on how the other plugin was created, there may not ba a suitable CSS selector then.

If necessary, you can use the manage_h5presizepulse_options capability to control access to the plugin settings.

PLEASE NOTE: H5P IS A REGISTERED TRADEMARK OF H5P GROUP. THIS PLUGIN WAS NEITHER CREATED BY H5P GROUP NOR IS IT ENDORSED BY THEM.

انسٹال کرݨ

Install H5P Resize Pulse from the WordPress Plugin directory or upload it manually and activate it. Done. You may want to customize the time interval though.

ہرہک دے سوال

None so far.

ریویو

اکتوبر 31, 2021 1 reply
I had a problem in showing h5p content in tabs. I needed tabs or accordions format to show h5p content effectively. However, only the first tab showed the h5p content. I did not know what to do, but I found this plugin created by Oliver. This saved my day. Thank you, Oliver!
سارے 1 ریویو پڑھو

Contributors & Developers

“SNORDIAN's H5P Resize Pulse” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“SNORDIAN's H5P Resize Pulse” دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

0.1.2

Added option to trigger resize pulse based on CSS selector instead of pulsing automatically.

0.1.1

Fixed readystatechange listener to avoid conflicts with other plugins

0.1

Initial release