$shorturl, 'message' => 'Short URL (Ctrl+C to copy)']); exit; } } yourls_html_head(); echo "

YOURLS - Your Own URL Shortener

\n"; yourls_html_menu(); if (isset($message)) { echo "

{$message}

"; if ($status === 'success') { yourls_share_box($url, $shorturl, $title, $text); echo "\n"; } } else { $site = YOURLS_SITE; echo <<Enter a new URL to shorten

HTML; } echo <<Bookmarklets

Bookmark these links:

Default Custom

Please note

Using a public interface can attract spammers. Install anti-spam plugins and take appropriate measures to secure your service.

HTML; yourls_html_footer(); ?>