Website मे Call Button कैसे लगाये

अगर आप Blogger Website मे Call Button को लगाना चाहते है और ढूंढ रहे है कि Blogger Website मे Call Button कैसे लगाये तो आप 100% सही जगह पर,

आज मे Images के साथ बताउगा कि हम Blogger Website मे Call Button कैसे लगा सकते है, Business website मे call Button लगाये आसानी से.

Website मे Call Button कैसे लगाये ?

Blogger Website मे Call Button लगाने के Steps निम्नलिखित है –

1 – Blogger मे Login करें,

2 – Theme पर Click करें,

3 – Edit HTML पर Click करें,

4 – CTRL+F दबाये और Search करें </head>

Website मे Call Button कैसे लगाये
Website मे Call Button कैसे लगाये

5 – </head> के ऊपर, दिया गया Code Paste करें,

6 – अब CTRL+F फिरसे दबाये और Search करें  </body>

Website मे Call Button कैसे लगाये
Website मे Call Button कैसे लगाये

7 – </body> के ऊपर, दिया गया Code Paste करें, दिए गए Code मे से आप अपना Mobile Number जरूर डाले

8 – अब Save पर Click करें (सारे codes नीचे दिए गए है)

Blogger Website को Refresh करें और आप देखेगे कि आपकी Blogger Website मे Call Button लग जाएगा,

</head> से पहले Paste करें, 👇👇

<style>
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: 5;
outline: none;
background-color: blue;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 30px;
}
#myBtn:hover {
background-color: #555;
}
</style>
</body> से पहले Paste करें 👇👇 आप अपने Mobile Number को जरूर डाल ले 👇

<a href="tel:+91**********"><button id="myBtn" title="Calling Feature">Call Us</button></a>

<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;

document.documentElement.scrollTop = 0;
}
</script>

Note – ध्यान दे कि Blogger कि Official Themes का उपयोग ना करें वरना हो सकता है कि Call Button न दिखे

मिलती जुलती Post – Countdown Timer HTML Code

How to Add Call Button In Website

Blogger Website मे Call Button को लगाने के लिए Simple Steps करना पड़ेगा जो कि ऊपर दिया गया है, Blogger मे Official Themes मे ये Call Button नहीं लगता है,

आपको अगर Call Button लगाना है तो आपको Blogger कि Official themes को उपयोग नहीं करना है, blogger मे Login करके, Theme को Edit करना है,

इसे भी पड़े Article को तुरंत Index कैसे करें सभी Search Engines मे 2022 मे

और कुछ Codes को Copy Paste करना है, सफलतापूर्वक Blogger मे Call Button लग जायेगा, और आप अपना Mobile Number डाल सकते है, ताकि Call आ सके

Website मे Call Button कैसे लगाये
Website मे Call Button कैसे लगाये

Call Button html Code

अगर आप Call Button को लगाना चाहते है तो Call Button का HTML Code को डालना पड़ेगा Website मे, Blogger मे अगर Call Button को लगाना चाहते है तो आसानी Html Codes कि मदद से लगा सकते है

आप WordPress मे Plugin कि मदद से Call Button को लगा सकते है लेकिन Blogger मे आपको Html code कि मदद से Call Button को लगा सकते है, आपकी पूरी Website मे Call Button दिखेगा.

Phone Call Html Code Blogger

Blogger मे Call Button लगाना बहुत आसान है क्योंकि HTML Codes को लगाकर आप Call Button लगा सकते है Blogger Website मे, अगर आपकी कोई Business या Calling वाली Website है तो जरूर Call Button का उपयोग करें,

इसे भी पड़े – Free Blogger Templates, SEO Ready Top 10

Call Button का HTML Code ऊपर दिया गया है उसको सिर्फ Copy-Paste करना है Blogger Website मे और ध्यान से आपको अपना Mobile Number ही डालना है ताकि अपने Number पर ही Call आये.