ব্লগ বা ওয়েবসাইট থেকে আয় করার সেরা মাধ্যম হচ্ছে এডসেন্স। এডসেন্স এর জন্য আমরা আমাদের সাইটে বিভিন্ন স্টাইলের এড দেখতে পারি। এডগুলার মধ্যে অন্যতম একটি এড হচ্ছে Sticky ads। যা আমরা আমাদের সাইটে ব্যবহার করার ফলে এডসেন্স এর ইনকাম দ্বিগুণ বাড়ানো সম্ভব। Sticky ads ব্লগারে লাগানোর আগে জেনে নেওয়া যাক এটি আসলে কী এবং কীভাবে কাজ করে।
Sticky Ads কী :
ওয়েবসাইটে Sticky Ads সেট করার নিয়ম :
.sticky-ads{
position: fixed;
bottom: 0; left: 0;
width: 100%; min-height: 70px; max-height: 200px;
padding: 5px 0;
box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1);
-webkit-transition: all .1s ease-in; transition: all .1s ease-in;
display: flex;
align-items: center;
justify-content: center;
background-color: #fefefe; z-index: 20; }
.sticky-ads-close {
width: 30px; height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 12px 0 0;
position: absolute; right: 0; top: -30px;
background-color: #fefefe;
box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); }
.sticky-ads .sticky-ads-close svg { width: 22px; height: 22px; fill: #000; } .sticky-ads .sticky-ads-content { overflow: hidden; display: block; position: relative; height: 70px; width: 100%; margin-right: 10px; margin-left: 10px; }
ধাপ - ০২ : এখন সরাসরি ব্লগারের Theme অপশনে চলে আসুন। এখানে আসার পর Customize এ ক্লিক করে Add CSS নামক একটি অপশন দেখতে পারবেন। এখানে’ই কপি করা কোডটি Paste করে দিন।
<div class='sticky-ads' id='sticky-ads'>
<div class='sticky-ads-close' onclick='document.getElementById("sticky-ads").style.display="none"'><svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M278.6 256l68.2-68.2c6.2-6.2 6.2-16.4 0-22.6-6.2-6.2-16.4-6.2-22.6 0L256 233.4l-68.2-68.2c-6.2-6.2-16.4-6.2-22.6 0-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3l68.2 68.2-68.2 68.2c-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3 6.2 6.2 16.4 6.2 22.6 0l68.2-68.2 68.2 68.2c6.2 6.2 16.4 6.2 22.6 0 6.2-6.2 6.2-16.4 0-22.6L278.6 256z'/></svg></div>
<div class='sticky-ads-content'>
<ins class="adsbygoogle"
style="display:inline-block;height:70px;width:100%;line-height:70px;"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxxxxxxxxxxxxx"></ins><script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
ধাপ - ০৪ : এখন আবার ব্লগে এসে Edit HTML অপশনে ক্লিক করে ‘</body>’ লেখাটি খুজে বের করুন। বের করার পর কপি করা কোডটি ঠিক </body> Tag এর আগে বসিয়ে দিন, অন্যথায় ভুল হলে সমস্যা হবে। কোডটি বসানোর পর Save করুন। এরপর রিফ্রেশ দিয়ে আপনার সাইটটিতে ভিজিট করুন দেখুন কাজ সম্পূর্ণ হয়ে গেছে।
0 Comments
post a comment