' . yourls__( 'Are you a bot? Google certainly thinks so. Please go back and try again.', 'isq_translation' ) . '

'; include('footer.php'); die(); } $url = isset( $_REQUEST['url'] ) ? yourls_sanitize_url( $_REQUEST['url'] ) : ''; $keyword = isset( $_REQUEST['keyword'] ) ? yourls_sanitize_keyword( $_REQUEST['keyword'] ) : '' ; $title = isset( $_REQUEST['title'] ) ? yourls_sanitize_title( $_REQUEST['title'] ) : '' ; $return = yourls_add_new_link( $url, $keyword, $title ); $shorturl = isset( $return['shorturl'] ) ? $return['shorturl'] : ''; $message = isset( $return['message'] ) ? $return['message'] : ''; $title = isset( $return['title'] ) ? $return['title'] : ''; // QR code shenanigans if ( ISQ::$general['qr'] ) { include('public/phpqrcode/qrlib.php'); $qrContainerId = 'url-qr-code'; $saveToFile = false; $imageWidth = 600; // in pixels $qrCode = QRcode::svg($url, $qrContainerId, $saveToFile, QR_ECLEVEL_L, $imageWidth); }; ?>

' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>
' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>
' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>

Facebook
'; } ?> Tweet'; } ?> '; } ?> '; } ?> Share on Tumblr'; } ?> ' . yourls__( 'QR code', 'isq-translation' ) . '

' . yourls__( 'Share your link with external devices', 'isq-translation' ) . '

' . $qrCode; } ?>