Add this script in header
[<script src="https://ad.neelamb.com/script/adnp-engine.js"></script>]
Add code in here
1
[<div id="ad-top-1200x200"></div>
<script>
renderAdGrid({
containerId: "ad-top-1200x200",
pageId: "ad-top-1200x200", //
isPage: true, //
width: 1200,
height: 200,
link: "https://neelamb.com"
});
</script>]
2
[<div id="adnp-sidebar-300x300"></div>
<script>
renderAdGrid({
containerId: "adnp-sidebar-300x300",
pageId: "adnp-sidebar-300x300", //
isPage: true, //
width: 300,
height: 300,
link: "https://neelamb.com"
});
</script>]
3
[<div id="adnp-postpage"></div>
<script>
renderAdGrid({
containerId: "adnp-postpage",
pageId: "adnp-postpage", //
isPage: true, //
width: 600,
height: 400,
link: "https://neelamb.com"
});
</script>]
4
[<div id="adnp-footer-1200x200"></div>
<script>
renderAdGrid({
containerId: "adnp-footer-1200x200",
pageId: "adnp-footer-1200x200", //
isPage: true, //
width: 1200,
height: 200,
link: "https://neelamb.com"
});
</script>]
3D AD
[<script src="https://ad.neelamb.com/script/3dad.js"></script>
<script>
// विज्ञापन सुरु गर्ने
renderAdNP3D({
containerId: 'adnp-carousel-logic', // यो नाम जे राख्दा पनि हुन्छ
pageId: '3d-ad', // पेजको नाम यहाँ हाल्नुहोस्
link: 'https://neelamb.com' // विज्ञापनको लिंक
});
</script>]
SLIDE AD
[<script src="https://ad.neelamb.com/script/ad-slide.js"></script>
<div id="rautahat-slide-ad"></div>
<script>
renderAdGrid({
containerId: "rautahat-slide-ad",
pageId: "3rautahat-slide-ad", //
isPage: true, //
width: 300,
height: 300,
link: "/"
});
</script>]
AD GRID 4 Column
[<script src="https://ad.neelamb.com/ad-script/ad-grid-auto.js"></script>
<div id="ad-grid-auto"></div>
<script>window.AdGridConfig = {
blogUrl: "adsneelamb.blogspot.com",
postId: "crimenews" // You can also put a numeric ID here
};
</script>]
POPUP ADS
[<script src="https://ad.neelamb.com/ad-script/popup1.js"></script>
<div id="popup-ad"></div>
<script>
renderAdGrid({
containerId: "popup-ad",
pageId: "popup-ad",
isPage: true,
width: 600,
height: 400,
link: "https://neelamb.com"
});
</script>]
COMMENTS