########################################################################################## VID-4: Support multiple players on the same page ########################################################################################## Issue Type: New Feature ----------------------------------------------------------------------------------------- Issue Information ==================== Priority: Major Status: Closed Resolution: Done (2019-03-27 16:30:23) Project: Videos.bentasker.co.uk (VID) Reported By: btasker Assigned To: btasker Components: - Embed Code Targeted for fix in version: - v0.12 Time Estimate: 0 minutes Time Logged: 0 minutes ----------------------------------------------------------------------------------------- Issue Description ================== At some point, it's almost a given that I'm going to want to embed multiple videos in the same page (perhaps parts of a walkthrough). Currently that isn't possible as the DOM Id video is hardcoded into the embed script. Should update so that an ID is autocalculated if the default already exists. Probably wise to change the default from video to something less likely to collide with the original page too. ----------------------------------------------------------------------------------------- Activity ========== ----------------------------------------------------------------------------------------- 2019-03-27 13:45:32 btasker ----------------------------------------------------------------------------------------- This is implemented. The video will now be embedded with id BensVideon where n is an incrementing integer. ----------------------------------------------------------------------------------------- 2019-03-27 13:46:21 git ----------------------------------------------------------------------------------------- -- BEGIN QUOTE -- Repo: videos.bentasker.co.uk Host:Rimmer commit b04a57e1ea5e4ddbe23b7887016a5b88af72e4c4 Author: B Tasker