1. Ich habe in das HTML-Widget Folgendes eingefügt:
<iframe width="425" height="245" src="http://labournet.tv/iframe_embed_v2.php?clipId=6703" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>
<p class="justify"><strong>Solidaritätskundgebung für eine Gefangenengewerkschaft vor der Senatsverwaltung für Justiz</strong><br>
<br>
Gefangene verdienen, wenn sie schon länger arbeiten, bis zu 14,55 Euro – pro Tag. Seit April 2014 gibt es gibt eine Initiative von Gefangenen in der JVA Tegel, sich gewerkschaftlich zu organisieren und durch diese Organisierung den Mindestlohn und die Zahlung von Rentenversicherungsbeiträgen für Leute, die im Knast arbeiten durchzusetzen. Die Initiative dehnte sich auf andere Knäste aus und es gibt etwa 600 Gefangene, die diese Organisierung unterstützen. Dagegen, dass der Berliner Justizsenator es ablehnt, Arbeit im Knast als Lohnarbeit amzuerkennen – er sieht darin eine Resozialisierungsmaßnahme – und somit auch das Recht der Gefangenen sich gewerkschaftlich zu organisieren nicht anerkennt, protestierten etwa 40 Menschen.<br>
<br>
Team: <a href="https://de.labournet.tv/video/6703/solidaritaetskundgebung-fuer-eine-gefangenen-gewerkschaft">labournet.tv</a> (Interview mit mir Min. 3:40)</p>
2. Den ersten Absatz des Codes habe ich von der Webseite, auf der das Video zuerst veröffentlicht wurde:
https://de.labournet.tv/video/6703/sol…en-gewerkschaft ("EMB"-Button unterhalb der Video-Beschreibung).
3. Der W3-Validator spuckt dazu gleich drei Fehlermeldungen aus:
ZitatAlles anzeigen
- Error: Attribute webkitallowfullscreen not allowed on element iframe at this point.
From line 1107, column 257; to line 1107, column 434
l-widget"><iframe width="425" height="245" src="http://labournet.tv/iframe_embed_v2.php?clipId=6703" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></ifra
Attributes for element iframe:
Global attributes
src — Address of the resource
srcdoc — A document to render in the iframe
name — Name of nested browsing context
sandbox — Security rules for nested content
allow — Feature policy to be applied to the iframe's contents
allowfullscreen — Whether to allow the iframe's contents to use requestFullscreen()
allowpaymentrequest — Whether the iframe's contents are allowed to use the PaymentRequest interface to make payment requests
width — Horizontal dimension
height — Vertical dimension
referrerpolicy — Referrer policy for fetches initiated by the element- Error: Attribute mozallowfullscreen not allowed on element iframe at this point.
From line 1107, column 257; to line 1107, column 434
l-widget"><iframe width="425" height="245" src="http://labournet.tv/iframe_embed_v2.php?clipId=6703" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></ifra
Attributes for element iframe:
Global attributes
src — Address of the resource
srcdoc — A document to render in the iframe
name — Name of nested browsing context
sandbox — Security rules for nested content
allow — Feature policy to be applied to the iframe's contents
allowfullscreen — Whether to allow the iframe's contents to use requestFullscreen()
allowpaymentrequest — Whether the iframe's contents are allowed to use the PaymentRequest interface to make payment requests
width — Horizontal dimension
height — Vertical dimension
referrerpolicy — Referrer policy for fetches initiated by the element- Error: The frameborder attribute on the iframe element is obsolete. Use CSS instead.
From line 1107, column 257; to line 1107, column 434
l-widget"><iframe width="425" height="245" src="http://labournet.tv/iframe_embed_v2.php?clipId=6703" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></ifra
4. Was ist da genau das Problem und wie kann ich es beheben?
5. Falls das im vorliegenden Zusammenhang von Bedeutung ist:
In dem in Rede stehenden Blog wird das Theme Twenty Sixteen unter WP 5.1 verwendet.