mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 02:50:29 -04:00
7 lines
213 B
HTML
7 lines
213 B
HTML
{{- $url := printf "https://www.facebook.com/plugins/post/oembed.json/?omitscript=1&url=%s" (.Get "url" | urlize) -}}
|
|
{{- $json := getJSON $url -}}
|
|
|
|
<div class="embed facebook">
|
|
{{ $json.html | safeHTML }}
|
|
</div>
|