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.
<html>
<head>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/ru_RU/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<style>
body {
font: 13px Arial, Helvetica, sans-serif;
color: #1e1e1e;
}
#container {
width: 600px;
margin: 20px auto;
}
#accordion .item {
width: 400px;
height: 30px;
overflow: hidden;
transition: height ease-in-out 500ms;
-o-transition: height ease-in-out 500ms;
-moz-transition: height ease-in-out 500ms;
-webkit-transition: height ease-in-out 500ms;
border: 1px solid #ccc;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 2px;
}
#accordion a {
display: block;
height: 20px;
line-height: 20px;
background: #e6e6e6;
padding: 5px;
color: #1e1e1e;
text-decoration: none;
}
#accordion p {
height: 150px;
padding: 5px;
}
#accordion div:hover {
height: 180px;
}
#accordion div:hover a {
border-bottom: 1px solid #ccc;
font-weight: bold;
}
</style>
</head>
<body>
<div id="container">
<div id="accordion">
<div class="item">
<a href="#">Комментирование через VK</a>
<p>
...
</p>
</div>
<div class="item">
<a href="#">Комментирование через Face</a>
<p>
<div class="fb-comments" data-href="http://example.com" data-num-posts="2" data-width="470"></div>
</p>
</div>
</div>
</div>
</div>
</body>
</html>