Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$address = filter($row['bAddress']);
$scr = str_replace('{$url_short}', $address , 'http://images.websnapr.com/?size=B&key=ВАШ_КЛЮЧ&url={$url_short}');
// Output
echo '<li class="xfolkentry'. $access .'">'."\n";
$btitle = filter($row['bTitle']);
echo '<iv class="site_screen" >< href="'. $address .'" rel="nofollow" target="_blank"><img src="'.$scr.'" title="'.$btitle.'" alt="'.$btitle.'" /><a><div>'."\n";
.site_screen{
clear: both;
margin-right: 10px;
float: left;
}
.site_screen img{
border: 1px solid rgb(187, 187, 187);
}