반응형
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 |
Tags
- IOS
- MAC
- linux
- 리눅스
- centos
- qunit
- avds
- androidstudio
- localserver
- Chrome
- MachineLearning
- 개발
- xcode
- webpack
- react
- 네트워크
- VirtualBox
- picker
- 맥
- 센토스
- unittest
- ReactNative
- build
- jest
- node
- TensorFlow
- Android
- PYTHON
- vsCode
Archives
- Today
- Total
로메오의 블로그
kakaotalk 링크 공유하기 web 본문
반응형
https://developers.kakao.com/console/app
애플리케이션을 추가합니다.
웹 플랫폼을 등록합니다.
<script type="text/javascript" src="//developers.kakao.com/sdk/js/kakao.min.js"></script>
<script type="text/javascript">
Kakao.init('javascript 키를 입력합니다.');
Kakao.Link.sendDefault({
objectType: 'feed',
content: {
title: '제목',
description: '내용',
imageUrl: 'http://photo.com/path',
link: {
mobileWebUrl: 'http://domain.com/path/mobile',
webUrl: 'http://domain.com/path',
},
},
social: {
likeCount: 10,
commentCount: 50,
sharedCount: 100,
},
buttons: [
{
title: '웹으로 보기',
link: {
mobileWebUrl: 'http://domain.com/path/mobile',
webUrl: 'http://domain.com/path',
},
}
]
})
</script>
반응형
'Frontend > ETC' 카테고리의 다른 글
Notepad++ 폰트 크기 변경 (0) | 2022.03.08 |
---|---|
twitter 링크 공유하기 web (0) | 2022.03.04 |
[javascript] pushState 주소 변경하기 (0) | 2022.03.04 |
javascript 숫자 콤마 찍기 currency (0) | 2022.03.04 |
[moment] 날짜계산 (0) | 2022.03.03 |
Comments