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 | 29 | 30 | 31 |
Tags
- NotificationService Extension
- 스위프트 푸시
- 스위프트 테이블 뷰 셀
- 플러터 뷰 컨트롤러
- native flutter view
- 스위프트 웹뷰
- 안드로이드 바로가기
- silent push
- Swift flutterview
- 스위프트 앨범
- Swift flutterviewcontroller
- Flutter NativeView
- 노티피케이션 익스텐션
- 스위프트
- 안드로이드 FCM
- swift sms
- flutter rotate
- Flutter UIKitView MethodChannel
- 안드로이드 에러
- swift 문자
- 스위프트 카메라
- swift autolayout
- FlutterView MethodChannel
- flutter 회전
- 안드로이드 숏컷
- 스위프트 UserDefaults
- 안드로이드 앨범
- 앱 백그라운드 푸시 데이터 저장
- 앱 꺼졌을 때 푸시 데이터 저장
- 푸시 데이터 저장
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