Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 앱 백그라운드 푸시 데이터 저장
- Swift flutterviewcontroller
- Flutter NativeView
- swift 문자
- native flutter view
- Swift flutterview
- NotificationService Extension
- 안드로이드 숏컷
- swift autolayout
- 안드로이드 앨범
- flutter rotate
- 스위프트
- 스위프트 테이블 뷰 셀
- 안드로이드 바로가기
- 노티피케이션 익스텐션
- 스위프트 푸시
- silent push
- 스위프트 웹뷰
- Flutter UIKitView MethodChannel
- 안드로이드 FCM
- flutter 회전
- 플러터 뷰 컨트롤러
- FlutterView MethodChannel
- 푸시 데이터 저장
- 앱 꺼졌을 때 푸시 데이터 저장
- 스위프트 UserDefaults
- 스위프트 카메라
- 스위프트 앨범
- 안드로이드 에러
- swift sms
Archives
- Today
- Total
목록페이스북 링크 자바스크립트 (1)
Things take time
[Javascript] 밴드 링크, 페이스북 링크 사용하기 (공유하기)
[밴드, 페이스북] 카카오링크의 경우 웹 - > 네이티브 앱 호출이 가능하나, 밴드나 페이스북는 불가능하다.그러므로 공유하기를 누르면 웹자체에서 대화상자를 띄워서 웹에서 해당 공유하기 글, 링크를 사용하면 된다. 코드는 둘 다 간단하기에 묶어서 썼다. [예제] function goBand(){ location.href="http://band.us/plugin/share?body=공유할내용&route=도메인이름"; } function goFacebook(){ var url = "http://g-y-e-o-m.tistory.com/"; var encodeURL = encodeURIComponent(url); location.href="https://www.facebook.com/sharer/sharer.ph..
Web/JavaScript
2017. 8. 29. 14:34