Hi;
It doesn’t appear as an embed type. You just start a new text area and paste in the GitHub URL and it should do the rest.
I’ve just tried a fresh install (lastest WP etc.), and everything works as expected for me.
It doesn’t work on my test site also. If I paste a Github url, the editor creates this code:
<!-- wp:embed {"url":"https://github.com/leewillis77/wp-github-oembed"} -->
<figure class="wp-block-embed"><div class="wp-block-embed__wrapper">
https://github.com/leewillis77/wp-github-oembed
</div></figure>
<!-- /wp:embed -->
and can’t embed or connect to Github.
My website is on a shared hoster. I need to configure an access token to successfully connect to Github.
If you need to supply an access token with your request you can do so using the filters below:
https://gist.github.com/leewillis77/cc6dd1419ff9e3024d7cd0da54ecf0ed
Hope that helps.
Thank you. Now it works for me.