I'm using 'iframe'
in php file, My code is:-
<iframe style="height: 448px;" id="iframecode" onload="" src="http://instaembedder.com/gallery.php?username=creatvsj&hashtag=&width=100&cols=2&frame=1&image_border=5&rows=3&cell_margin=8&display_username=1&likes=1&comments=1&date=0&link=0&caption=0&color=gray" frameborder="0" scrolling="no" width="234"></iframe>
It shows an error:
file_get_contents(https://api.instagram.com/v1/users/search?q=creatvsj&access_token=1427961184.11661b6.57259407a6e349a8aa60b2ad7266ceb2): failed to open stream: HTTP request failed! HTTP/1.1 429 - in /homepages/40/d514764673/htdocs/gallery.php on line 97
Warning: Invalid argument supplied for foreach() in /homepages/40/d514764673/htdocs/gallery.php on line 99
What is the solution???