' . $message . '
';
if( !empty( $action ) ) {
echo $action;
} else {
echo '
' . file_get_contents('public/images/twitter.svg') . ''; }
if ( ISQ::$social['appdotnet'] ) { echo '' . file_get_contents('public/images/appdotnet.svg') . ''; }
if ( ISQ::$social['facebook'] ) { echo '' . file_get_contents('public/images/facebook.svg') . ''; }
if ( ISQ::$social['tumblr'] ) { echo '' . file_get_contents('public/images/tumblr.svg') . ''; }
if ( ISQ::$social['linkedin'] ) { echo '' . file_get_contents('public/images/linkedin.svg') . ''; }
if ( ISQ::$social['googleplus'] ) { echo '' . file_get_contents('public/images/googleplus.svg') . ''; }
?>
' . yourls__( 'QR code', 'isq_translation' ) . '
' . yourls__( 'Share your link with external devices', 'isq_translation' ) . '
' . $qrCode; } ?>