Skip to content

Commit

Permalink
#54 카카오 공유를 위한 임시 코드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadynyeong committed Jan 21, 2022
1 parent a79d950 commit 3aaa8ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions public/html/test_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"
// }
// },
// });
// }


</script>

</script>
Expand Down

0 comments on commit 3aaa8ab

Please sign in to comment.