|
@ -129,7 +129,7 @@ class Instagram { |
|
|
if(isset($profile['external_url']) && $profile['external_url']) |
|
|
if(isset($profile['external_url']) && $profile['external_url']) |
|
|
$author['url'] = $profile['external_url']; |
|
|
$author['url'] = $profile['external_url']; |
|
|
else |
|
|
else |
|
|
$author['url'] = 'https://www.instagram.com/' . $username; |
|
|
|
|
|
|
|
|
$author['url'] = 'https://www.instagram.com/' . $profile['username']; |
|
|
|
|
|
|
|
|
if(isset($profile['profile_pic_url_hd'])) |
|
|
if(isset($profile['profile_pic_url_hd'])) |
|
|
$author['photo'] = $profile['profile_pic_url_hd']; |
|
|
$author['photo'] = $profile['profile_pic_url_hd']; |
|
|