Closed
Bug 597491
Opened 15 years ago
Closed 15 years ago
wrong video embed-code at UniversalSubtitles page
Categories
(Websites Graveyard :: drumbeat.org, defect)
Websites Graveyard
drumbeat.org
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: juca, Unassigned)
Details
At http://www.drumbeat.org/project/universal-subtitles we see some spurious markup in the webpage:
( {'video_url': 'http://subtesting.com/video/Usubs-IntroVideo.theora.ogg'} )
It seems to be an unsuccessful attempt of embedding a video using the UniversalSubtitles widget. The correct embed code would be:
<script type="text/javascript" src="http://s3.www.universalsubtitles.org/embed.js">
(
{"video_url": "http://subtesting.com/video/Usubs-IntroVideo.theora.ogg"}
)
</script>
Comment 1•15 years ago
|
||
This applies to the old version of drumbeat.org, no longer in production.
Closing. Please create a new bug if the issue exists on the new site.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•11 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•