diff --git a/src/Plugin/video_embed_field/Provider/YouTube.php b/src/Plugin/video_embed_field/Provider/YouTube.php
index aa11aea..6e17d45 100644
--- a/src/Plugin/video_embed_field/Provider/YouTube.php
+++ b/src/Plugin/video_embed_field/Provider/YouTube.php
@@ -30,6 +30,7 @@ public function renderEmbedCode($width, $height, $autoplay) {
       '#attributes' => [
         'width' => $width,
         'height' => $height,
+        'title' => $this->getName(),
         'frameborder' => '0',
         'allowfullscreen' => 'allowfullscreen',
       ],
