nathancy / jekyll-embed-video

Embed videos in Jekyll webpages without a plugin (Youtube, Vimeo, Twitch, Facebook, Instagram, Twitter, TikTok, Streamable, Google Drive clips + more)
MIT License
257 stars 173 forks source link

Instagram not working #14

Open naokikano opened 1 year ago

naokikano commented 1 year ago

My md file looks like this:


layout: post title: "Kaori working" date: 2015-10-07 15:39:40 instagramId: CqnzBeMpMtn

{% include instagramPlayer.html id=page.instagramId %}

And I added the html page too.

But I see nothing on my page.

What am I doing wrong?