hugo/tpl/tplimpl/embedded/templates/shortcodes/tweet.html

4 lines
187 B
HTML
Raw Normal View History

{{- $pc := .Page.Site.PrivacyConfig.Tweet -}}
{{- if not $pc.Disable -}}
{{ (getJSON "https://api.twitter.com/1/statuses/oembed.json?id=" (index .Params 0)).html | safeHTML }}
{{- end -}}