"instagram"
Bootstrap 3.3.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div id="iCard">
<div class="logo"></div>
<div class="user"></div>
<div class="details">
<h1>Joseph Victory</h1>
<h2><a href="https://www.j-w-v.com">www.j-w-v.com</a><h2>
</div>
<div class="count">
<ul>
<li class="media"><span>Posts</span></li>
<li class="followers"><span>Followers</span></li>
<li class="following"><span>Following</span></li>
</ul>
</div>
<div class="stats"></div>
<div id="instafeed"></div>
</div>
<div class="footer">
Made using <a href="http://instafeedjs.com/">Instafeed.js</a> & inspiration from <a href="https://dribbble.com/shots/2682727-Instagram-User-Profile-Dribbble-006">rahul chandh</a>
</div>
<script>
/* PLEASE NOTE
If nothing loads the pen has exceeded the Instagram API
request limit.
*/
var userFeed = new Instafeed({
get: 'user',
userId: '7523095',
accessToken: '7523095.310e263.0821e92409004c668eac7c33a66e5090',
sortBy: 'most-recent',
limit: 6,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
BODY {
background: #e2e2e2;
/* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 1%, #f2f2f2 100%);
/* FF3.6-15 */
background: -webkit-linear-gradient(top, #e2e2e2 1%, #f2f2f2 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e2e2e2 1%, #f2f2f2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#f2f2f2', GradientType=0);
/* IE6-9 */
font-family: 'Lato', sans-serif;
height: 100%;
width: 100%;
}
.logo {
background: url("//instagramstatic-a.akamaihd.net/h1/images/shared/shared-assets.png/1e2eddff9a25.png") no-repeat 0 -95px;
height: 35px;
width: 97px;
position: relative;
top: 20px;
left: 20px;
}
#iCard {
width: 450px;
height: 653px;
background: #F3F3F3;
margin: 0 auto;
-webkit-box-shadow: 10px 20px 30px 1px #C2C2C2;
box-shadow: 10px 20px 30px 1px #C2C2C2;
margin-top: 3%;
}
.img {
display: inline-block;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: