Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1018 days ago • Support resolved 100% • 1 reviews
Is GamiPress – Youtube integration abandoned?
Possibly abandoned (last update 1018 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
GamiPress – Youtube integration let’s you add activity triggers based on Youtube video interaction adding new activity events on GamiPress!
Watch a demo
New Events
- Watch any video: When an user watches any youtube video.
- Watch a specific video: When an user watches a specific youtube video.
Important: The unique Youtube videos that trigger this activities are the videos placed through GamiPress: Youtube block, [gamipress_youtube] shortcode and GamiPress: Youtube widget.
Installation
From WordPress backend
- Navigate to Plugins -> Add new.
- Click the button “Upload Plugin” next to “Add plugins” title.
- Upload the downloaded zip file and activate it.
Direct upload
- Upload the downloaded zip file into your
wp-content/plugins/folder. - Unzip the uploaded zip file.
- Navigate to Plugins menu on your WordPress admin area.
- Activate this plugin.
Frequently Asked Questions
[gamipress_youtube] shortcode supports:
- url: The Youtube video URL or ID.
- width: The player width (in pixels). By default, 640.
- height: The player height (in pixels). By default, 360.
- autoplay: Option to automatically play the video. Accepts “yes” or “no”, by default “no”.
- controls: Option to enable or disable player controls. Accepts “yes” or “no”, by default “yes”.
Example with video URL:
[gamipress_youtube url=”https://www.youtube.com/watch?v=72xdCU__XCk” width=”640″ height=”360″ autoplay=”no” controls=”yes”]Example with video ID:
[gamipress_youtube url="72xdCU__XCk" width="640" height="360" autoplay="no" controls="yes"]
No, is required that videos are placed through the provided block, shortcode or widget to let the plugin detect when an user interacts with them.
Review feed
Screenshots
Changelog
1.0.8
- Improvements
- Added escaping functions when rendering shortcodes to increase plugin security.
1.0.7
- Improvements
- Ensure to only display the preview on the blocks editor area.
1.0.6
- Improvements
- Ensure to only display the preview when its available.
1.0.5
- Improvements
- Added preview on the block editor area.
1.0.4
- Bug Fixes
- Fixed incorrect event count for watch a specific video event.
1.0.3
- Bug Fixes
- Fixed an incorrect check that causes multiples video watches not trigger the watch a video event.
- Developer Notes
- Added a filter to modify the video allowed delay (by default of 1 second).
1.0.2
- Improvements
- Improved watched time detection when video gets paused.
1.0.1
- Improvements
- Added the ability to correctly handle events when multiple videos get played at same time.
- Improved watched time detection when video gets paused.
1.0.0
- Initial release.