제휴문의하기를 통해 연락처를 기입해주세요. 접수되는 대로 바로 설치코드가 발급됩니다.
베타 서비스 기간 동안은 PV 제한없이 무료로 체험하실 수 있습니다.
(무료이용기간이 끝나면 나면 PV수에 따라 광고노출이 됩니다)
담당자 : 이승현 02-2128-3356 tomatos@etomato.com
Step 2. API 코드 설치 및 관리자 계정 발부
1. API 설치코드가 발급됩니다. 간단한 소스코드 입력으로 댓글모음 서비스 이용이 가능합니다.
(설치시간 5분내외 / 계약 진행 후 개발 담당자가 연락 드립니다)
[API 예시]
댓글모음 API 소스코드(예시) 입니다. 해당 API는 기존 서비스 되는 사이트 하단에 붙여넣어 작업이 가능합니다
웹, 모바일 플랫폼 모두 적용 가능합니다.
(function (win, doc, tnm, src, prad, a, m) {
win['AdObject'] = prad; win[prad] = win[prad] || function () {
(win[prad].q = win[prad].q || []).push(arguments)
}, win[prad].l = 1 * new Date(); a = doc.createElement(tnm),
m = doc.getElementsByTagName(tnm)[0]; a.async = 1; a.src = src; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'http://ad.tomatos.co.kr/js/client/ad_lib_v4.js', 'prad');
prad('init', { mname_key: 'newstong', r: location.href, g: 'PC', ad_list: [
{m: 2, d: 10, s: 5024206, wrapper_id: 'ad_wrap_2_10', default_img:
'http://ad.tomatos.co.kr/img_banner/newstomato/250_250/250_250_1.jpg' }
]
});
// (function (win, doc, tnm, src, prad, a, m) {
// win['AdObject'] = prad; win[prad] = win[prad] || function () {
// (win[prad].q = win[prad].q || []).push(arguments)
// }, win[prad].l = 1 * new Date(); a = doc.createElement(tnm),
//m = doc.getElementsByTagName(tnm)[0]; a.async = 1; a.src = src; m.parentNode.insertBefore(a, m)
// })(window, document, 'script', 'http://ad.tomatos.co.kr/js/client/ad_lib_v3.js', 'prad');
// prad('init', { mname_key: 'newstong', r: location.href, g: 'PC', ad_list: [
// { m: 2, d: 10, s: 5024206, wrapper_id: 'ad_wrap1' , default_img: 'http://ad.tomatos.co.kr/img_banner/newstomato/690_100/690_100_1.jpg'}
// , {m: 2, d: 5, s: 5024206, wrapper_id: 'ad_wrap2', default_img: 'http://ad.tomatos.co.kr/img_banner/newstomato/250_250/250_250_1.jpg'}
// , {m: 2, d: 12, s: 5024206, wrapper_id: 'ad_wrap3', default_img: 'http://ad.tomatos.co.kr/img_banner/newstomato/690_200/690_200_1.jpg'}
// , {m: 2, d: 9, s: 5024206, wrapper_id: 'ad_wrap4', default_img: 'http://ad.tomatos.co.kr/img_banner/newstomato/120_600/120_600_1.jpg'}
//]
// });
// $(document).ready(function() {
//// if (location.href.indexOf("loc.newstomato.com") > -1) {
// if (location.href.indexOf("www.newstomato.com") > -1
// || location.href.indexOf("http://newstomato.com") > -1
// || location.href.indexOf("www9.newstomato.com") > -1
// || location.href.indexOf("www10.newstomato.com") > -1
// || location.href.indexOf("www4.newstomato.com") > -1
// ) {
// $(".tomatos_ad_wrap").hide();
// } else {
// $(".tomatos_ad_wrap").hide();
//// $(".tomatos_ad_wrap").show();
// }
// });
[댓글모음 적용예시]