From 9b5debe4b820132759cfdf7bff7fe9c1ad0a6bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 7 Jun 2021 12:45:00 +0200 Subject: Upgrade Instagram shortcode Fixes #7879 --- config/services/servicesConfig.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/services/servicesConfig.go b/config/services/servicesConfig.go index 559848f5c..1b4317e92 100644 --- a/config/services/servicesConfig.go +++ b/config/services/servicesConfig.go @@ -53,6 +53,11 @@ type Instagram struct { // This means that if you use Bootstrap 4 or want to provide your own CSS, you want // to disable the inline CSS provided by Hugo. DisableInlineCSS bool + + // App or Client Access Token. + // If you are using a Client Access Token, remember that you must combine it with your App ID + // using a pipe symbol (|) otherwise the request will fail. + AccessToken string } // Twitter holds the functional configuration settings related to the Twitter shortcodes. -- cgit v1.2.3