From 3aaa8ab06653a4f9e475745f272583f7294370aa Mon Sep 17 00:00:00 2001 From: alreadynyeong Date: Fri, 21 Jan 2022 21:27:59 +0900 Subject: [PATCH] =?UTF-8?q?#54=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20=EA=B3=B5?= =?UTF-8?q?=EC=9C=A0=EB=A5=BC=20=EC=9C=84=ED=95=9C=20=EC=9E=84=EC=8B=9C=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/html/test_result.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/html/test_result.html b/public/html/test_result.html index b4c380b..093fc04 100644 --- a/public/html/test_result.html +++ b/public/html/test_result.html @@ -59,6 +59,24 @@ return false; }); +// // 카카오 공유를 위한 임시코드 +// Kakao.init('b305a1173710e4ff765e09b5a62e314c'); +// function link_kakao() { +// var sh_title = "나와 어울리는 칵테일은?"; +// var sh_desc = "당신에게 어울리는 칵테일을 찾아보세요.\nHi Alcohol"; +// Kakao.Link.sendDefault({ +// objectType: 'feed', +// content: { +// title: sh_title, description: sh_desc, +// imageUrl: "../img/cocktail.png", +// link: { mobileWebUrl: "모바일 링크 url", +// webUrl: "PC 링크 url" +// } +// }, +// }); +// } + +