YouTube Masthead Close Button

YouTube Masthead Close Button is an HTML5 custom element that provides a YouTube-compliant close button for hiding the masthead on YouTube's home page. Custom elements allow web developers to define new types of HTML elements, or extend the behavior of core elements. The YouTube Masthead Close Button is built with the Polymer library's implementation of custom elements.
Learn more about Polymer

Features

  • Includes built-in code to communicate with YouTube's page to collapse the masthead
  • Supports 60 languages
  • Using a keyword, automatically show the user's selected YouTube page language
  • Choose from black, white or gray color themes
  • Add an optional shadow

Prerequisites

  • Your creative must be built as an HTML5 creative.
  • Your HTML file must include the necessary script libraries, see the Includes section below.

Includes

Before using the custom element, you must first add these scripts in the head of your creative's HTML file:

<script src="//s0.2mdn.net/ads/studio/Enabler.js"></script>
<script src="//www.gstatic.com/external_hosted/polymer/custom.elements.min.js"></script>
<script src="//www.gstatic.com/ads/ci/ytclosebutton/1/ytclosebutton_min.js"></script>

Set up the custom element

Add the ci-ytclosebutton element to your parent div tag:

<ci-ytclosebutton lang="en" theme="black" shadow="false" id="ytClose_dc">
</ci-ytclosebutton>

The YouTube close button will place itself in the top right corner of the parent element, which should be positioned as absolute in your CSS file. If the ad tag is set up correctly with the klg parameter, the YouTube page language will be used for the text, otherwise it will fall back to using the lang attribute.

Set custom element attributes

Use attributes to change the video teaser behavior. These attributes work the same way as standard HTML tags. The YouTube Close button component has three attributes: language, theme, and shadow.

Language

You can choose a language from a list of 60 different languages worldwide. When your creative is trafficked, you can also apply the keyword parameter klg to your ad tag to use a YouTube user's page language automatically. Otherwise, the language set in the lang attribute will be used.

<ci-ytclosebutton lang="en"></ci-ytclosebutton>
Full list of available translations

Languages

Code

Translation

Afrikaans

af

Maak advertensie toe

Amharic

am

አዱን ዝጋ

Arabic

ar

إغلاق الإعلان

Basque

eu

Itxi iragarkia

Bengali

bn

বিজ্ঞাপন বন্ধ করুন

Bulgarian

bg

Затваряне на рекламата

Catalan

ca

Tanca l'anunci 

Chinese (Hong Kong)

zh-HK

關閉廣告

Chinese (Simplified)

zh-CN

关闭广告

Chinese (Traditional)

zh-TW

關閉廣告

Croatian

hr

Zatvori oglas

Czech

cs

Zavřít reklamu

Danish

da

Luk annoncen

Dutch

nl

Advertentie sluiten

English (UK)

en-GB

Close ad

Estonian

et

Reklaami sulgemine

Farsi

fa

بستن آگهی

Filipino

fil

Isara ang ad

Finnish

fi

Sulje mainos

French

fr

Fermer l'annonce

French (Canadian)

fr-CA

Fermer l'annonce

Galician

gl

Pechar anuncio

German

de

Anzeige schließen

Greek

el

Κλείσιμο διαφήμισης

Gujarati

gu

જાહેરાત બંધ કરો

Hebrew

iw

סגור מודעה

Hindi

hi

विज्ञापन बंद करें

Hungarian

hu

Hirdetés bezárása

Icelandic

is

Loka auglýsingu

Indonesian

id

Tutup iklan

Italian

it

Chiudi annuncio

Japanese

ja

広告を閉じる

Kannada

kn

ಜಾಹೀರಾತು ಮುಚ್ಚಿ

Korean

ko

광고 닫기

Latvian

lv

Aizvērt reklāmu

Lithuanian

lt

Uždaryti skelbimą

Malay

ms

Tutup iklan

Malayalam

ml

പരസ്യം അടയ്ക്കുക

Marathi

mr

जाहिरात बंद करा

Norwegian (Bokmal)

no

Lukk annonsen

Polish

pl

Zamknij reklamę

Portugese (Brazil)

pt-BR

Fechar anúncio

Portugese (Portugal)

pt-PT

Fechar anúncio

Romanian

ro

Închideţi anunţul

Russian

ru

Закрыть объявление

Serbian

sr

Затвори оглас

Slovak

sk

Zavrieť reklamu

Slovenian

sl

Zapri oglas

Spanish

es

Cerrar anuncio

Spanish (Latin America)

es-419

Cerrar anuncio

Swahili

sw

Funga Tangazo

Swedish

sv

Stäng annons

Tamil

ta

விளம்பரத்தை மூடு

Telugu

te

ప్రకటనను మూసివేయి

Thai

th

ปิดโฆษณา

Turkish

tr

Reklamı kapat

Ukrainian

uk

Закрити оголошення

Urdu

ur

اشتہار بند کریں

Vietnamese

vi

Đóng quảng cáo

Zulu

zu

Vala isikhangiso

Theme

The color theme of the button. The default color is black. Valid values are "white", "gray", and "black".

<ci-ytclosebutton theme="white"></ci-ytclosebutton>

Shadow

Whether the shadow should be used or not. By default, a shadow is not shown. Valid values are "true" or "false".

<ci-ytclosebutton shadow="true"></ci-ytclosebutton>
Android-style image of the author of this page

Sarah is a DoubleClick Studio expert and author of this help page. Help her improve this article by leaving feedback below.

Was this article helpful?