반응형

https://play.google.com/store/apps/details?id=com.instagram.barcelona 

 

Threads, an Instagram app - Google Play 앱

텍스트로 아이디어와 트렌드를 공유하세요

play.google.com

 

https://apps.apple.com/us/app/threads-an-instagram-app/id6446901002

 

‎Threads, an Instagram app

‎Say more with Threads — Instagram’s text-based conversation app Threads is where communities come together to discuss everything from the topics you care about today to what’ll be trending tomorrow. Whatever it is you’re interested in, you can f

apps.apple.com

Threads, an Instagram app 12+

Share ideas & trends with text

Instagram, Inc.

  •  

반응형
반응형

instgram 인스타그램 프로필에서 링크 여러개 만들기, 걸기 ?!

생각보다 좋은 듯~ 

 

https://linktr.ee/

 

Linktree

You only get one chance to link in Instagram. Make it do more.

linktr.ee

 

반응형
반응형

인스타그램 태그 검색으로 게시글 가져오기


https://www.instagram.com/developer/endpoints/tags/



https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN

Get information about a tag object.


https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN

Get a list of recently tagged media.


https://api.instagram.com/v1/tags/search?q=snowy&access_token=ACCESS-TOKEN

Search for tags by name.





반응형
반응형


https://ifttt.com/




iTunes : https://itunes.apple.com/us/app/ifttt/id660944635?mt=8


Google : https://play.google.com/store/apps/details?id=com.ifttt.ifttt&hl=ko



Applets bring your favorite services together to create new experiences.


Over 360 apps work with IFTTT including Twitter, Google Drive, Weather, Instagram, Email, and devices like Amazon Alexa, Nest, Philips Hue, and your iPhone.


Applets 는 좋아하는 서비스를 조합하여 새로운 경험을 만들 수 있습니다.


IFTTT는 Twitter, Google Drive, Weather, Instagram 등 360개가 넘는 앱과 이메일, 그리고 Amazon Alexa, Nest, Philips Hue, Android 등의 기기와 호환됩니다.


간단한 스위치로 Applets를 켜세요.

• 음성과 Amazon Alexa로 주위의 모든 사물을 컨트롤

• The New York Times와 ESPN 같은 매체의 최신 소식을 지속적으로 받기

• 매일 아침 기상 예보 알림 수신

• 슈퍼 근처에 있을 때, 룸메이트에게 메시지 보내기

• 지능적인 자동화 가정 보안 경보로 보안 유지

• 소셜 미디어 최적화

• 모바일 기기의 모든 스크린샷을 특정 앨범에 저장

• 중요한 파일, 사진, 연락처를 Dropbox나 Google Drive 등 클라우드 서비스에 백업 

• 집에 도착할 때, 온도 조절 장치를 최적의 온도로 설정

• 모든 Instagrams를 Twitter 사진이나 Pinterest 핀으로 게시

• 현재 위치에 따라 이벤트 수행

• 이밖에 수천 가지의 응용 사례가 있습니다!


매주 새로운 서비스가 추가됩니다. 인기 서비스는 다음과 같습니다.

Spotify, YouTube, Google Calendar, Tumblr, Medium, Pocket, Square, Ebay, Giphy, Automatic, LIFX, Fitbit, Withings, littleBits, OnHub by Google, Evernote, Reddit, Digg, Skype, Slack, LINE, MailChimp, Salesforce, Todoist, 외 수백 가지 서비스. 


큐레이트된 컬렉션을 탐색하여 다음 대상을 위한 Applets를 찾으세요.

• 집, 사무실, 자동차

• Android

• 우주 탐험

• 소셜 미디어 사용 방법 개선


좋아하는 서비스로 더 많은 작업을 수행하세요. ifttt.com/discover에서 Applets의 강력한 기능을 확인하세요



.

반응형
반응형
[instagram] 인스타그램 feed 가져오기

 

 

클라이언트 아이디를 생성한다.   https://www.instagram.com/developer/clients/manage/

 

 

플러그인 할 javascript 다운로드 한다.  http://instafeedjs.com/ 에서 instafeed.min.js 다운로드.

 

<script type="text/javascript" src="path/to/instafeed.min.js"></script>
     

Here's how easy it is to get all images tagged with #awesome:


<script type="text/javascript">
    var feed = new Instafeed({
        get: 'tagged',
        tagName: 'awesome',
        clientId: 'YOUR_CLIENT_ID'
    });
    feed.run();
</script>
      

Instafeed.js with automatically look for a <div id="instafeed"></div> and fill it with linked thumbnails. Of course, you can easily change this behavior using the standard options. Also check out the advanced options and the section on templating for additional customization.

 

* Access Token을 받아라. : http://instagram.pixelunion.net/

 


* 참고 : http://blog.naver.com/gocathy/220334207507

반응형

+ Recent posts