You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the plugin I noticed that the playlist experience is not working. When I choose "Playlist Experience" choose the playlist and choose the experience player it displays properly in the edit page but on the live page it does not choose the playlist.
I can see what the issue is. It looks like the "data-playlist-id" data attribute is not being added to the div in the live page. It is using "data-video-ids" instead and its empty. it is working in the edit page because it looks like the edit page displays the preview in and iframe with "?playlistId=XXXXXX" at the end of the url.
So the bug looks like it is due to the experience div not having the "data-playlist-id" attribute. I've added a screenshot of the html of the live page. It shows the Brightcove html which is not working and it shows me using the html block with the playlist overide working.
Steps to Reproduce
got to playlist experience
Select playlist and experience player
view page and playlist not showing
Screenshots, screen recording, code snippet
Environment information
No response
WordPress information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello Everyone,
When using the plugin I noticed that the playlist experience is not working. When I choose "Playlist Experience" choose the playlist and choose the experience player it displays properly in the edit page but on the live page it does not choose the playlist.
I can see what the issue is. It looks like the "data-playlist-id" data attribute is not being added to the div in the live page. It is using "data-video-ids" instead and its empty. it is working in the edit page because it looks like the edit page displays the preview in and iframe with "?playlistId=XXXXXX" at the end of the url.
So the bug looks like it is due to the experience div not having the "data-playlist-id" attribute. I've added a screenshot of the html of the live page. It shows the Brightcove html which is not working and it shows me using the html block with the playlist overide working.
Steps to Reproduce
Screenshots, screen recording, code snippet
Environment information
No response
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: