From d9f3f078c25578cc15d69420183a03206f35b304 Mon Sep 17 00:00:00 2001 From: Alexandros Date: Tue, 12 Jun 2018 13:28:21 +0300 Subject: [PATCH] Update simple variants documentation (#500) Added documentation for Twitter and Vimeo simple variants. --- content/en/about/hugo-and-gdpr.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/en/about/hugo-and-gdpr.md b/content/en/about/hugo-and-gdpr.md index 0a95e602d..64e21a4af 100644 --- a/content/en/about/hugo-and-gdpr.md +++ b/content/en/about/hugo-and-gdpr.md @@ -49,8 +49,10 @@ simple = false [privacy.twitter] disable = false enableDNT = false +simple = false [privacy.vimeo] disable = false +simple = false [privacy.youtube] disable = false privacyEnhanced = false @@ -107,9 +109,25 @@ disableInlineCSS = true enableDNT : Enabling this for the twitter/tweet shortcode, the tweet and its embedded page on your site are not used for purposes that include personalized suggestions and personalized ads. +simple +: If simple mode is enabled, a static and no-JS version of a tweet will be built. + + +**Note:** If you use the _simple mode_ for Twitter, you may want to disable the inlines styles provided by Hugo: + + {{< code-toggle file="config">}} +[services] +[services.twitter] +disableInlineCSS = true +{{< /code-toggle >}} ### YouTube privacyEnhanced : When you turn on privacy-enhanced mode, YouTube won’t store information about visitors on your website unless the user plays the embedded video. +### Vimeo + +simple +: If simple mode is enabled, the video thumbnail is fetched from Vimeo's servers and it is overlayed with a play button. If the user clicks play the video will open in a new tab directly on Vimeo's website. +