인스타그램 사진가져오기

· 10년 전 · 1458

좋은 기능 같아서 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년 전 조회 971
10년 전 조회 1,091
10년 전 조회 1,304
10년 전 조회 1,209
10년 전 조회 1,141
10년 전 조회 1,089
10년 전 조회 1,122
10년 전 조회 1,131
10년 전 조회 1,050
10년 전 조회 1,446
10년 전 조회 957
10년 전 조회 974
10년 전 조회 1,216
10년 전 조회 978
10년 전 조회 1,031
10년 전 조회 876
10년 전 조회 1,157
10년 전 조회 958
10년 전 조회 855
10년 전 조회 929
10년 전 조회 1,626
10년 전 조회 965
10년 전 조회 976
10년 전 조회 952
10년 전 조회 1,102
10년 전 조회 1,551
10년 전 조회 1,200
10년 전 조회 982
10년 전 조회 891
10년 전 조회 967
10년 전 조회 1,042
10년 전 조회 944
10년 전 조회 1,014
10년 전 조회 920
10년 전 조회 1,095
10년 전 조회 957
10년 전 조회 927
10년 전 조회 892
10년 전 조회 1,527
10년 전 조회 1,027
10년 전 조회 966
10년 전 조회 983
10년 전 조회 988
10년 전 조회 982
10년 전 조회 1,018
10년 전 조회 1,483
10년 전 조회 935
10년 전 조회 993
10년 전 조회 884
10년 전 조회 1,459
10년 전 조회 1,107
10년 전 조회 1,094
10년 전 조회 1,164
10년 전 조회 1,107
10년 전 조회 1,068
10년 전 조회 1,035
10년 전 조회 867
10년 전 조회 994
10년 전 조회 890
10년 전 조회 1,181
10년 전 조회 929
10년 전 조회 896
10년 전 조회 934
10년 전 조회 960
10년 전 조회 1,013
10년 전 조회 931
10년 전 조회 951
10년 전 조회 1,108
10년 전 조회 959
10년 전 조회 1,030
10년 전 조회 977
10년 전 조회 1,029
10년 전 조회 1,134
10년 전 조회 1,006
10년 전 조회 979
10년 전 조회 999
10년 전 조회 1,092
10년 전 조회 1,007
10년 전 조회 956
10년 전 조회 975
10년 전 조회 999
10년 전 조회 930
10년 전 조회 944
10년 전 조회 1,231
10년 전 조회 1,322
10년 전 조회 1,266
10년 전 조회 965
10년 전 조회 980
10년 전 조회 951
10년 전 조회 962
10년 전 조회 1,062
10년 전 조회 1,020
10년 전 조회 904
10년 전 조회 965
10년 전 조회 1,348
10년 전 조회 1,781
10년 전 조회 1,368
10년 전 조회 1,166
10년 전 조회 1,226
10년 전 조회 993