좋은 기능 같아서 PHP스쿨에서 퍼왔습니다.
http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=80364&page=1
슬라이드쇼 - http://als.musings.it
클라이언트 넘버 아이디 가져오기 - http://jelled.com/instagram/lookup-user-id
클라이언트 아이디 - https://instagram.com/developer/clients/manage/ 인스타그램 API 페이지에서 직접 가져오세요.
[code]
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" type="text/css" media="screen" href="als.css" />
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.als-1.7.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
//url: 'https://api.instagram.com/v1/tags/태그명/media/recent?count=33&client_id=클라이언트-아이디',
url: 'https://api.instagram.com/v1/users/클라이언트-넘버-아이디/media/recent?client_id=클라이언트-아이디&count=33',
cache: false,
dataType: 'jsonp'
}).done(function( msg ) {
var result = new Array();
$.each(msg.data, function(index, value) {
var link = value.link;
var imageUrl = value.images.low_resolution.url;
var instaId = value.id;
result.push('<div class="multiple"><a href="'+link+'" target="_blank"><img border="0" src="'+imageUrl+'" width="210" /></a></div>');
});
$(".slider").html(result.join(""));
$('.autoplay').slick({
dots: false,
slidesToShow: 6,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
});
});
});
</script>
</head>
<body>
<div class="slider autoplay" style="height:210px;"></div>
</body>
</html>
[/code]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 439 | ||
| 7829 |
|
9년 전 | 625 | |
| 7828 | 10년 전 | 553 | ||
| 7827 | 10년 전 | 448 | ||
| 7826 | 10년 전 | 452 | ||
| 7825 | 10년 전 | 493 | ||
| 7824 | 10년 전 | 456 | ||
| 7823 | 10년 전 | 401 | ||
| 7822 | 10년 전 | 375 | ||
| 7821 | 10년 전 | 323 | ||
| 7820 | 10년 전 | 359 | ||
| 7819 |
|
10년 전 | 755 | |
| 7818 | 10년 전 | 405 | ||
| 7817 | 10년 전 | 538 | ||
| 7816 | 10년 전 | 422 | ||
| 7815 | 10년 전 | 621 | ||
| 7814 | 10년 전 | 450 | ||
| 7813 | 10년 전 | 399 | ||
| 7812 | 10년 전 | 413 | ||
| 7811 | 10년 전 | 403 | ||
| 7810 | 10년 전 | 584 | ||
| 7809 | 10년 전 | 517 | ||
| 7808 | 10년 전 | 389 | ||
| 7807 | 10년 전 | 422 | ||
| 7806 |
프로그래머7
|
10년 전 | 1343 | |
| 7805 | 10년 전 | 1290 | ||
| 7804 |
zahir1312
|
10년 전 | 790 | |
| 7803 |
|
10년 전 | 1384 | |
| 7802 | 10년 전 | 474 | ||
| 7801 | 10년 전 | 871 | ||
| 7800 | 10년 전 | 1092 | ||
| 7799 | 10년 전 | 570 | ||
| 7798 | 10년 전 | 526 | ||
| 7797 | 10년 전 | 528 | ||
| 7796 | 10년 전 | 370 | ||
| 7795 | 10년 전 | 523 | ||
| 7794 | 10년 전 | 571 | ||
| 7793 | 10년 전 | 1068 | ||
| 7792 | 10년 전 | 491 | ||
| 7791 | 10년 전 | 571 | ||
| 7790 | 10년 전 | 520 | ||
| 7789 |
fbastore
|
10년 전 | 1459 | |
| 7788 | 10년 전 | 559 | ||
| 7787 | 10년 전 | 418 | ||
| 7786 | 10년 전 | 608 | ||
| 7785 | 10년 전 | 604 | ||
| 7784 | 10년 전 | 657 | ||
| 7783 | 10년 전 | 466 | ||
| 7782 | 10년 전 | 506 | ||
| 7781 | 10년 전 | 912 | ||
| 7780 | 10년 전 | 833 | ||
| 7779 | 10년 전 | 782 | ||
| 7778 | 10년 전 | 371 | ||
| 7777 | 10년 전 | 475 | ||
| 7776 | 10년 전 | 470 | ||
| 7775 | 10년 전 | 417 | ||
| 7774 | 10년 전 | 637 | ||
| 7773 | 10년 전 | 394 | ||
| 7772 | 10년 전 | 751 | ||
| 7771 | 10년 전 | 403 | ||
| 7770 | 10년 전 | 654 | ||
| 7769 | 10년 전 | 404 | ||
| 7768 | 10년 전 | 625 | ||
| 7767 | 10년 전 | 1187 | ||
| 7766 | 10년 전 | 502 | ||
| 7765 | 10년 전 | 553 | ||
| 7764 |
잘살아보자
|
10년 전 | 409 | |
| 7763 |
|
10년 전 | 1471 | |
| 7762 |
Tosea
|
10년 전 | 1073 | |
| 7761 | 10년 전 | 666 | ||
| 7760 |
잘살아보자
|
10년 전 | 701 | |
| 7759 |
잘살아보자
|
10년 전 | 531 | |
| 7758 |
잘살아보자
|
10년 전 | 609 | |
| 7757 | 10년 전 | 1250 | ||
| 7756 |
ITBANK
|
10년 전 | 1267 | |
| 7755 | 10년 전 | 1936 | ||
| 7754 | 10년 전 | 1069 | ||
| 7753 | 10년 전 | 897 | ||
| 7752 | 10년 전 | 1409 | ||
| 7751 |
잘살아보자
|
10년 전 | 550 | |
| 7750 |
잘살아보자
|
10년 전 | 490 | |
| 7749 |
잘살아보자
|
10년 전 | 502 | |
| 7748 |
잘살아보자
|
10년 전 | 517 | |
| 7747 |
잘살아보자
|
10년 전 | 604 | |
| 7746 |
잘살아보자
|
10년 전 | 689 | |
| 7745 |
잘살아보자
|
10년 전 | 929 | |
| 7744 |
잘살아보자
|
10년 전 | 428 | |
| 7743 | 10년 전 | 959 | ||
| 7742 |
starbros
|
10년 전 | 851 | |
| 7741 |
잘살아보자
|
10년 전 | 684 | |
| 7740 |
잘살아보자
|
10년 전 | 557 | |
| 7739 |
잘살아보자
|
10년 전 | 473 | |
| 7738 |
잘살아보자
|
10년 전 | 550 | |
| 7737 |
잘살아보자
|
10년 전 | 520 | |
| 7736 |
잘살아보자
|
10년 전 | 539 | |
| 7735 |
잘살아보자
|
10년 전 | 864 | |
| 7734 |
잘살아보자
|
10년 전 | 438 | |
| 7733 |
잘살아보자
|
10년 전 | 552 | |
| 7732 |
잘살아보자
|
10년 전 | 712 | |
| 7731 |
잘살아보자
|
10년 전 | 630 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기