Embedding via Link
The simplest way to display a video is through a direct link. Just access the following URL:
https://iplayerplus.com/embed/:video_id
You must add parameters to the URL:
Required parameters:
access_key
: Access key must be generated in the dashboard
Optional parameters:
width
: Player width in pixels.height
: Player height in pixels.autoplay
: Automatically play the video.content
: A JSON with user data who will watch the video.
Example:{"user_id":"1","name":"Lucas"}
This approach is ideal for sharing via WhatsApp, email, or LMS platforms, ensuring convenience and traceability of interactions.