Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if ($URL =~ /[COLOR=red]^[/color]http:\/\/[0-9A-Za-z._&?=%\/~-]+[COLOR=red]$[/color]/) {
print qq!<a href="$URL">$URL</a> \n!;
}
foreach my $url (qw([URL unfurl="true"]http://www.google.com[/URL]
[URL unfurl="true"]http://notreallyalink[/URL]
[URL unfurl="true"]www.google.com[/URL]
ooga-booga))
{
print "$url\n" if $url =~ m|^[URL unfurl="true"]http://|;[/URL]
}