헤더에 아래 내용을 포함한다.
아래의 코드는 포스트인컴에서 제공하는 CSS 파일이다. 9월 13일부터 유료로 제공된다고 한다.
<link rel="stylesheet" href="https://www.postincome.co.kr/wp-content/uploads/2024/newskin/coupangbanner.css">
그리고 본문에 쿠팡 슬라이드배너 넣고싶은 곳에 아래의 내용을 넣으면 된다.
<div class="anyBannerArea">
<div class="anyBannerBox">
<!-- 본인의 쿠팡 배너 스크립트 삽입 -->
<iframe src="https://ads-partners.coupang.com/widgets.html?id=800756&template=carousel&trackingCode=AF6984485&subId=&width=300&height=300&tsource=" width="300" height="300" frameborder="0" scrolling="no" referrerpolicy="unsafe-url" browsingtopics></iframe>
<!-- End -->
<div class="anyBanner active">
<img id="ad_cover" src="https://www.postincome.co.kr/wp-content/uploads/2024/cover.jpg" class="cover" draggable="true">
<div class="arw">
<img id="" src="https://www.postincome.co.kr/wp-content/uploads/2024/arrow.png"></div>
</div>
</div>
</div>