How to integrate gists from GitHub in 3 steps

1

Go to GitHub and write a gist
https://gist.github.com/

2

Write a URL with the following format:
https://yolpo.com/player/gist=GIST ID

Replacing GIST ID with the real id of the gist.

3

On your page add an <iframe> tag to embed yolpo
<h2>Welcome to my website</h2>
...
...   
<iframe type='text/html' width="640" height="390" 
src="/player/gist=344311f27fd88a9c2be8" />
...
...