Embed gif in drive google #1440
Unanswered
willamecm-10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made two files in the shortcode folder
shader.html
{{ with .Get "id" }} <iframe src="https://drive.google.com/file/d/{{ . }}" width="640" height="480" allow="autoplay"> </iframe> {{ end}}
shadertoy.html
{{ with .Get "shadertoyid" }} <iframe src="https://drive.google.com/file/d/{{ . }}" width="640" height="480" allow="autoplay"> </iframe> {{ end }}
inside the article I put the gif
{{< shader id="1lNx2pK9f0XkIFnUo8032Q2wFssXdr3hH" >}}
The problem now is permission
I already gave permission to anyone with the link
If anyone can help me I would appreciate it
Beta Was this translation helpful? Give feedback.
All reactions