Changelog
1.0.1
Added
- Event integration (postMessage) — components can forward "click video / click More" interactions to the parent page for your platform to handle.
?events=1: emit only; your platform handles it (open a new window, use your own router, etc.).?events=nav: the component navigates itself and emits the event (useful for analytics).- Events:
video:click(videoId/title/watchUrl),more:click(url). See Events API.
- Video ordering / description — videos can have a display order, and the player page shows a description.
- This integration docs site launched, with 中文 / English language switching.
Improved
- More accurate play counts — a play is counted only when the video actually starts (click / autoplay).
1.0.0
- First release: three iframe embed modes — recommendation strip
/strip, full page/embed, single video/watch/{id}.