Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Youtube Privacy

Beschrijving

This is a lightweight plugin to embed youtube in a way that respects your readers privacy.

It uses the standard wordpress syntax to embed youtube videos from https://www.youtube-nocookie.com instead of http://www.youtube.com so the video is encrypted with https and no cookies are send to track the user.

Features

  • No special syntax. Just use automatic wordpress embedding introduced in WordPress 2.9. Put the video URL on a new line or (if you want to specify the size) between [embed] shorcode. More info in the codex.

  • Uses HTTPS and youtube-nocookie.com for privacy.

  • Mobile devices compatibility (HTML5 tag used if the device is compatible)

Installatie

  1. Decompress the zip in your plugins directory.
  2. Activate the plugin.
  3. Enjoy.

Beoordelingen

21 juni 2018
C'était déjà une super idée à l'époque mais avec l'arrivée du GDRP ce serai top d'en avoir une version au gout du jour. Merci pour votre travail. Vive l'Alsace 🙂 (oui moi aussi)
Lees 1 beoordeling

Bijdragers & ontwikkelaars

“Youtube Privacy” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Youtube Privacy” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.1

  • Minor update: Added an option panel to switch between iframe or object for the sake of compatibility.

1.0

  • Fix: URL parameters for youtube player are no longer ignored. See the list here.
  • Changed <iframe> to <object> following W3C recommandations. (Object doesn’t work with Safari mobile/Opera mobile)
  • Changed size ratio to 16/9 from 4/3.
  • The video controls fade out after a few seconds.

1.0a1

  • First release: Juste embed the video from youtube-nocookie with HTTPS in an iframe.