GamiPress – Youtube integration

설명

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.

설치

From WordPress backend

  1. Navigate to Plugins -> Add new.
  2. Click the button “Upload Plugin” next to “Add plugins” title.
  3. Upload the downloaded zip file and activate it.

Direct upload

  1. Upload the downloaded zip file into your wp-content/plugins/ folder.
  2. Unzip the uploaded zip file.
  3. Navigate to Plugins menu on your WordPress admin area.
  4. 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.

후기

2020년 4월 18일 1 reply
This addon for gamipress does its job on the way. But it would be nice to automatically detect the videos, although I understand the difficulties this can throw to be achieved.
모든 1 평가 읽기

기여자 & 개발자

“GamiPress – Youtube integration”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “GamiPress – Youtube integration”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.