Quantcast
Channel: How do I add Instagram feed in website in PHP? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Shahroze Nawaz for How do I add Instagram feed in website in PHP?

You can get Instagram feed like this:<?php function fetchData($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,...

View Article



How do I add Instagram feed in website in PHP?

i have used this code.<?php foreach ($result->data as $post){ ?><!-- Renders images. @Options (thumbnail,low_resoulution, high_resolution) --><a class="group" rel="group1"...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images