Working on a project, I want to include Instagram profile pictures by embedding them. Although I have the image URL, I am struggling to integrate it into my HTML page. Take a look at this sample:
This provided link displays the Instagram profile picture. It cannot be directly used as a src for an img tag. Upon reviewing the source code of this link, I noticed that the img tag also uses the same link. Is there a way to retrieve the image and embed it into an HTML page?