' . yourls__( 'Antispam check failed!', 'isq_translation') . '

'); // } $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'] : ''; if (!empty(ISQ::$social['facebook'])) { $ISQfacebook = 'Facebook'; } if (!empty(ISQ::$social['twitter'])) { $ISQtwitter = 'Tweet'; } if (!empty(ISQ::$social['plus'])) { $ISQplus = '
'; } if (!empty(ISQ::$social['linkedin'])) { $ISQlinkedin = ''; } if (!empty(ISQ::$general['qr'])) { $ISQqr = '

' . yourls__( 'QR code', 'isq-translation' ) . '

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

QR'; } if (!empty(ISQ::$general['clipboard'])) { $ISQlongcopy = ''; } if (!empty(ISQ::$general['clipboard'])) { $ISQshortcopy = ''; } if (!empty(ISQ::$general['clipboard'])) { $ISQstatscopy = ''; } $output_original = yourls__( 'Original URL:', 'isq_translation'); $output_short = yourls__( 'Short URL:', 'isq_translation'); /* translators: This is short for statistics */ $output_stats = yourls__( 'Stats:', 'isq_translation'); $output_copy = yourls__( 'Click on a link and press Ctrl+C to quickly copy it.', 'isq_translation'); $output_share_h2 = yourls__( 'Share', 'isq_translation'); $output_share_p = yourls__( 'Share your short URL', 'isq_translation'); ?> $error

$ISQlongcopy

$ISQshortcopy

$ISQstatscopy

$output_copy

$ISQqr

$output_share_h2

$output_share_p

$ISQfacebook $ISQtwitter $ISQplus $ISQlinkedin