The Parliamentary Services enable third parties to integrate live stream of debates from the National Council and the Council of States into their website.

iframe-Code Desktop-Version (Code snippet)


<iframe width="768" height="432" src="https://live.parlament.ch/content?externalid=-1&themeColor=AA9E72" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" scrolling="no"></iframe>

​​

iframe-Code Responsive-Version (Code snippet)


<div class="videoWrapper" style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" width="800" height="450" src="https://live.parlament.ch/content?externalid=-1&themeColor=AA9E72" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" scrolling="no"></iframe>
</div>

Parameter für Rat, Sprache, Farbe


externalid=-1 National Council - Original language
externalid=-2 National Council - German
externalid=-3 National Council - French
externalid=-4 National Council - Italian
e​xternalid=-5 Council of States - Original language
themeColor=AA9E72

​​Hexadecimal colour scheme that can be adapted to the embedding website.