ref: 3bfe8f4be653f44674293685cb5750d90668b2f6
dir: /tpl/tplimpl/embedded/templates/shortcodes/twitter.html/
{{- $pc := .Page.Site.Config.Privacy.Twitter -}} {{- if not $pc.Disable -}} {{ (getJSON "https://api.twitter.com/1/statuses/oembed.json?id=" (index .Params 0)).html | safeHTML }} {{- end -}}