null.jpg being returned for carousel posts via Instagram API

前端 未结 2 562
醉话见心
醉话见心 2020-12-14 22:47

It looks like the Instagram API does not support the new Instagram carousel feature. The images results only contain https://instagramstatic-a.akamaihd.net/null.jpg and not

2条回答
  •  温柔的废话
    2020-12-14 23:05

    As a workaround use the iframe embed code to show carousel image, thats what I did in picodash, you can click and slide all the images.

    if(data[i].type == "video" && !data[i].videos){
        html = "";
    }
    

    (I'm pretty sure instagram knows about the issue and a real fix will be out)

提交回复
热议问题