Why is instagram embed code only showing an instagram icon, not the image?

前端 未结 9 1765
天涯浪人
天涯浪人 2021-01-11 12:07

I was wanting to embed a photo from my instagram account in to my blog. I thought it would be a simple case of copying the embed code from the photo, paste it in to my edito

9条回答
  •  渐次进展
    2021-01-11 12:40

    (The below answer applies to local html files without a server only)

    I was facing the same problem and noticed this line in the embed code:

    
    

    When I added the scheme ("http") to the source like below, the image showed up correctly.

    
    

    Hope this helps.

提交回复
热议问题