Closed
Bug 996878
(Glow:VideoSharePath)
Opened 11 years ago
Closed 11 years ago
Add # URL That Invokes The Video Then The Share Modal
Categories
(Websites :: glow.mozilla.org, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bensternthal, Unassigned)
References
Details
Part of the late breaking changes.
Marketing wants users from certain ads to have the following experience:
1. Click on ad or some link
2. Land on webwewant with video modal open and autoplaying
3. If they close the video or it finishes the share modal opens
I setup a short url and added it to the spreadsheet:
https://webwewant.mozilla.org/#video-choice
Comment 1•11 years ago
|
||
Could/should we do this for any link to the video?
Reporter | ||
Comment 2•11 years ago
|
||
No this is just for a specific path.
So if I just view the video on the website, I dont want to be presented with the share every time.
CC'ing John to make sure I understand this correctly.
Flags: needinfo?(johnjslater)
Comment 3•11 years ago
|
||
I should clarify. I'm proposing two paths for the video modal
A. Invoke the video modal by explicitly clicking the "Web we want link"
This would NOT automatically take you to the Choice modal
B. Automatically open video modal on page load due to #video tag in URL
The would open the video modal, and when finished playing, open the Choice modal
So, it would open take you from video-modal -> choice-modal the first time you visit with a URL with the #video tag.
Reporter | ||
Comment 4•11 years ago
|
||
OK yes this is correct.
Based on this we do not need that additional short url. You will just use the #video one.
I think we are good.
Flags: needinfo?(johnjslater)
Comment 5•11 years ago
|
||
This is done with the #video url in https://github.com/mozilla/mrburns/pull/106
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
Verified with https://webwewant.mozilla.org/en/#video
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 7•11 years ago
|
||
This works correctly when the video finished but not when the user closes the modal.
Note requirement #3 in comment #1
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 8•11 years ago
|
||
(In reply to Ben (:bensternthal) from comment #7)
> This works correctly when the video finished but not when the user closes
> the modal.
Good catch. Will be fixed by https://github.com/mozilla/mrburns/pull/119
Comment 9•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mrburns
https://github.com/mozilla/mrburns/commit/4c6d80aae3ff9c8228e9811e01423ea1b16eb170
Proceed to Choice modal if Video modal is closed
refs Bug 996878
This was working when the video ended, but not if the user closed
the modal before the video ended.
Only applies if the modal was started by the #video URL fragment
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Comment 10•11 years ago
|
||
Verified share modal displays after video is closed whether or not the video ended.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•