Kakao.Link.sendDefault({
objectType: ‘feed’,
content: {
title: ‘디저트 사진’,
description: ‘아메리카노, 빵, 케익’,
imageUrl:
‘http://mud-kage.kakao.co.kr/dn/NTmhS/btqfEUdFAUf/FjKzkZsnoeE4o19klTOVI1/openlink_640x640s.jpg’,
link: {
mobileWebUrl: ‘https://developers.kakao.com’,
androidExecParams: ‘test’,
},
},
social: {
likeCount: 10,
commentCount: 20,
sharedCount: 30,
},
buttons: [
{
title: ‘웹으로 이동’,
link: {
mobileWebUrl: ‘https://developers.kakao.com’,
},
},
{
title: ‘앱으로 이동’,
link: {
mobileWebUrl: ‘https://developers.kakao.com’,
},
},
],
success: function(response) {
console.log(response);
},
fail: function(error) {
console.log(error);
}
});
imageWidth와 imageHeight로 설정합니다. (js의 경우, image_width, image_height)
content 오브젝트의 자세한 내용은 메시지 템플릿 구성요소 가이드를 참고해보시기 바랍니다.
1개의 좋아요