' . 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'] : ''; // Stop here if bookmarklet with a JSON callback function ("instant" bookmarklets) if( isset( $_GET['jsonp'] ) && $_GET['jsonp'] == 'yourls' ) { $short = $return['shorturl'] ? $return['shorturl'] : ''; $message = "Short URL (Ctrl+C to copy)"; header('Content-type: application/json'); echo yourls_apply_filter( 'bookmarklet_jsonp', "yourls_callback({'short_url':'$short','message':'$message'});" ); die(); } ?>' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>
' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>
' . yourls__( 'Copy to Clipboard', 'isq-translation' ) . ''; } ?>
' . yourls__( 'Share your link with external devices', 'isq-translation' ) . '
'; } ?>
Tweet'; } ?>
'; } ?>
'; } ?>