Descripción
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.
Instalación
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.
FAQ
-
Which attributes support [gamipress_youtube] shortcode?
-
[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"] -
Can this plugin work with Youtube videos embedded in other way?
-
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.
Reseñas
Colaboradores y desarrolladores
«GamiPress – Youtube integration» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «GamiPress – Youtube integration» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
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.