I tried to continue and this link ended up working.
<a href="instagram://user?username={USERNAME}">Link to Instagram Profile</a>
, "unsafe:", angular.
var app = angular.module( 'myApp', [] )
.config( [
'$compileProvider',
function( $compileProvider )
{
$compileProvider.aHrefSanitizationWhitelist(/^\s*(http|https?|local|data|instagram):/);
}
]);