그 전에만해도 잘되었는데 rating-widget 코드를 받아서 케이보드 해당스킨 document.php에 넣어서 사용했었습니다.
업그레이드한후 이 레이팅 위젯이 사라져서 나오질 않네요 ㅠㅠ
레이팅 위젯코드
<script type="text/javascript">(function(d, t, e, m){
// Async Rating-Widget initialization.
window.RW_Async_Init = function(){
RW.init({
huid: "303497",
uid: "f418ef0c26ef502dc3ff78e0e3489086",
source: "website",
options: {
"advanced": {
"font": {
"bold": true
}
},
"size": "large",
"lng": "ko",
"style": "oxygen",
"isDummy": false
}
});
RW.render();
};
// Append Rating-Widget JavaScript library.
var rw, s = d.getElementsByTagName(e)[0], id = "rw-js",
l = d.location, ck = "Y" + t.getFullYear() +
"M" + t.getMonth() + "D" + t.getDate(), p = l.protocol,
f = ((l.search.indexOf("DBG=") > -1) ? "" : ".min"),
a = ("https:" == p ? "secure." + m + "js/" : "js." + m);
if (d.getElementById(id)) return;
rw = d.createElement(e);
rw.id = id; rw.async = true; rw.type = "text/javascript";
rw.src = p + "//" + a + "external" + f + ".js?ck=" + ck;
s.parentNode.insertBefore(rw, s);
}(document, new Date(), "script", "rating-widget.com/"));</script>
해당 사이트 주소 : http://www.philgosu.com/?page_id=523&uid=179&mod=document (오션별점위젯 스킨에서만 사용했음)
어떻게 수정을 해야하나요 ?