인스타그램 사진가져오기

· 10년 전 · 1434

좋은 기능 같아서 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]  

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 946
10년 전 조회 1,068
10년 전 조회 1,280
10년 전 조회 1,182
10년 전 조회 1,122
10년 전 조회 1,065
10년 전 조회 1,104
10년 전 조회 1,116
10년 전 조회 1,036
10년 전 조회 1,425
10년 전 조회 929
10년 전 조회 938
10년 전 조회 1,190
10년 전 조회 958
10년 전 조회 1,008
10년 전 조회 854
10년 전 조회 1,135
10년 전 조회 940
10년 전 조회 831
10년 전 조회 899
10년 전 조회 1,605
10년 전 조회 941
10년 전 조회 950
10년 전 조회 933
10년 전 조회 1,082
10년 전 조회 1,518
10년 전 조회 1,185
10년 전 조회 957
10년 전 조회 865
10년 전 조회 934
10년 전 조회 1,014
10년 전 조회 915
10년 전 조회 989
10년 전 조회 893
10년 전 조회 1,070
10년 전 조회 929
10년 전 조회 900
10년 전 조회 867
10년 전 조회 1,502
10년 전 조회 997
10년 전 조회 954
10년 전 조회 954
10년 전 조회 960
10년 전 조회 956
10년 전 조회 991
10년 전 조회 1,457
10년 전 조회 903
10년 전 조회 966
10년 전 조회 858
10년 전 조회 1,435
10년 전 조회 1,092
10년 전 조회 1,075
10년 전 조회 1,147
10년 전 조회 1,088
10년 전 조회 1,041
10년 전 조회 1,015
10년 전 조회 836
10년 전 조회 966
10년 전 조회 858
10년 전 조회 1,155
10년 전 조회 901
10년 전 조회 868
10년 전 조회 900
10년 전 조회 928
10년 전 조회 977
10년 전 조회 895
10년 전 조회 926
10년 전 조회 1,070
10년 전 조회 936
10년 전 조회 992
10년 전 조회 949
10년 전 조회 997
10년 전 조회 1,104
10년 전 조회 968
10년 전 조회 946
10년 전 조회 971
10년 전 조회 1,061
10년 전 조회 971
10년 전 조회 932
10년 전 조회 950
10년 전 조회 968
10년 전 조회 903
10년 전 조회 908
10년 전 조회 1,206
10년 전 조회 1,293
10년 전 조회 1,248
10년 전 조회 936
10년 전 조회 953
10년 전 조회 914
10년 전 조회 936
10년 전 조회 1,039
10년 전 조회 988
10년 전 조회 878
10년 전 조회 935
10년 전 조회 1,322
10년 전 조회 1,749
10년 전 조회 1,328
10년 전 조회 1,139
10년 전 조회 1,216
10년 전 조회 970