카카오링크가 갑자기 사용이 안됩니다

카페24 쇼핑몰 솔루션에서 정상적으로 잘 사용하고 있었는데, 한 3-4일전부터 버튼을 눌러서 응답이 없습니다.
카카오링크 연결후 별도 아무런 작업도 하지 않았습니다.
각 태그들 여기서 입력후 결과화면에 적용이 안돼 태그를 뺐습니다.

http://developers.kakao.com/sdk/js/kakao.min.js” 스크립트 불러왔고.

id=“kakao-link-btn” href=“javascript:sendLink()”
img src="/web/upload/nn.png"
/a

Kakao.init(‘자바스크립트 키’);

function sendLink() {

KaKao.Link.sendDefault ({
objectType: ‘feed’,
content: {
title: ‘[’+document.getElementsByTagName(“TITLE”)[0].text+’]’,
imageUrl:’$oDocument->document_srl’,
imageWidth: 500,
imageHeight: 500,
link: {
mobileWebUrl: document.URL,
webUrl: document.URL
}
},
buttons: [
{
title: ‘상품상세보기’,
link: {
mobileWebUrl: document.URL,
webUrl: document.URL
}

앱키 11d32707347bcd6bb2c84364881eb625

http://wavashopping.com/product/detail.html?product_no=907&cate_no=1&display_group=6#none

Uncaught SyntaxError: Unexpected end of input
detail.html?product_no=907&cate_no=1&display_group=6:698

문법 에러가 나서 sendLink 함수를 찾지 못해 에러가 발생했네요.

아래는 문제가 발생한 html 코드 영역입니다.
카카오링크 파라미터를 확인해 주세요.

<script type='text/javascript'>
Kakao.init('11d32707347bcd6bb2c84364881eb625');

function sendLink() {

KaKao.Link.sendDefault ({
objectType: 'feed',
content: {
title: '['+document.getElementsByTagName("TITLE")[0].text+']',
imageUrl:'$oDocument->document_srl',
imageWidth: 500,
imageHeight: 500,
link: {
mobileWebUrl: document.URL,
webUrl: location.href
}
},
buttons: [
{
title: '상품상세보기',
link: {
mobileWebUrl: document.URL,
webUrl: document.URL
}
</script>