diff --git a/lib/Formats/Instagram.php b/lib/Formats/Instagram.php index edecd3b..995db2e 100644 --- a/lib/Formats/Instagram.php +++ b/lib/Formats/Instagram.php @@ -129,7 +129,7 @@ class Instagram { if(isset($profile['external_url']) && $profile['external_url']) $author['url'] = $profile['external_url']; else - $author['url'] = 'https://www.instagram.com/' . $username; + $author['url'] = 'https://www.instagram.com/' . $profile['username']; if(isset($profile['profile_pic_url_hd'])) $author['photo'] = $profile['profile_pic_url_hd'];