Instagram

Instagram


Embed an Instagram post in your content using the instagram shortcode.

Example #

To display an Instagram post with this URL:

https://www.instagram.com/p/CxOWiQNP2MO/

Include this in your Markdown:

{{< instagram CxOWiQNP2MO >}}

Huge renders this to:

View this post on Instagram

Privacy #

Adjust the relevant privacy settings in your site configuration.

hugo.
     
privacy:
  instagram: null
[privacy]
{
   "privacy": {
      "instagram": null
   }
}
disable
(bool) Whether to disable the shortcode. Default is false.
simple
(bool) Whether to enable simple mode for image card generation. If true, Hugo creates a static card without JavaScript. This mode only supports image cards, and the image is fetched directly from Instagram’s servers. Default is false.