Posts

Showing posts from September, 2024

Whatsapps chat For Blogger code

Do you have any doubts? chat with us on WhatsApp Hello, How can I help you? ... Click me to start the chat... ======================== /* Chatbox Whatsapp */ :root { --warna-background: #4dc247; --warna-bg-chat: #f0f5fb; --warna-icon: #fff; --warna-text: #505050; --warna-text-alt: #989b9f; --lebar-chatbox: 320px; } svg{width: 22px;height: 22px;vertical-align: middle;fill: var(--warna-icon)} .chatMenu, .chatButton .svg-2{display: none} .chatButton{position: fixed;background-color: var(--warna-background);bottom: 20px;left: 20px;border-radius: 50px;z-index: 20;overflow: hidden;display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;-webkit-transition: all .2s ease-out;transition: all .2s ease-out} .chatButton svg{margin: auto;fill: var(--warna-icon)} .chatBox{position: fixed;bottom: 70px;left: 20px;width: var(--lebar-chatbox);-webkit-transition: all .2s ease-out;tr...

Rating Blogger

Test Post

Code Editor

Write a Program to calculate Two Number // HTML Tutorial This is a heading This is a paragraph.

Faq code

Can beginners do affiliate marketing? Fortunately, all it takes is some simple guidance and research. Once you understand the basics of affiliate marketing for beginners and how it works, you can use it to your advantage and increase the income you earn through your website How do affiliates get paid? Affiliate marketing involves referring a product or service by sharing it on a blog, social media platform, podcast, or website. The affiliate earns a commission each time someone makes a purchase through the unique affiliate link associated with their recommendation. How do I become an affiliate with no money? The only way to start affiliate marketing with no money is to get an affiliate link and start sending it to people you know. While this is possible, it's not scalable and won't make you much money unless you're constantly networking. Is affiliate marketing ...

MCQ Code Final stylish

Question 1: What is 2 + 2? A) 4 B) 5 C) 6 D) 7 Explanation: 2 + 2 equals 4. Question 2: What is the capital of France? A) Paris B) London C) Berlin D) Madrid Explanation: The capital of France is Paris. Question 3: What is the largest planet in our solar system? A) Jupiter B) Earth C) Mars D) Venus Explanation: Jupiter is the largest planet in our solar system. Question 4: Which gas do plants absorb from the atmosphere? A) Carbon dioxide B) Oxygen C) Nitrogen D) Hydrogen Explanation: Plants absorb carbon dioxide from the atmosphere. Question 5: What is the largest mammal in the world? A) Blue whale B) African elephant C) Giraffe D) Lion Explanation: The blue whale is the largest mammal in the world. ...

MCQ Code For Blogger

What is the capital of France? Paris Rome Berlin Madrid Paris is the capital of France. Who wrote "Romeo and Juliet"? Charles Dickens William Shakespeare Jane Austen Mark Twain William Shakespeare wrote "Romeo and Juliet". What does the abbreviation HTML stand for? HyperText Markup Language. HighText Markup Language. HyperText Markdown Language. None of the above. HTML stands for HighText Markup Language. What is your country Name? India. Bangladesh Pakistan. Nepal. Bangladesh is Right answer. Previous 1 2 Next

Password Proteceted Post

Protected Page Submit In this Article, You’ll learn How you can protect your Blogger pages with a password and only allow limited people to access your Premium Content.

Mouse coursor code Blogger

head Option এ বসাতে হবে।

Popup download for blogeer With Timer Final code

Java Script code add theme and Post code below : Download Download Your file Download File

Popup download for blogeer With Timer

Download Download Your file Download File

How to remove m=1 from blogger

  <script type='text/javascript'> //<![CDATA[ var uri = window.location.toString(); if (uri.indexOf("%3D","%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("%3D%3D","%3D%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("&m=1","&m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("&m=1")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("?m=1","?m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("?m=1")); window.history.replaceState({}, document.title, clean_uri); } //]]> </scri...

How To Remove Date From Blogger Post URL

  <script type='text/javascript'> //<![CDATA[ // BloggerJS v0.3.1 // Copyright (c) 2017-2018 Kenny Cruz // Licensed under the MIT License var urlTotal,nextPageToken,postsDatePrefix=!1,accessOnly=!1,useApiV3=!1,apiKey="",blogId="",postsOrPages=["pages","posts"],jsonIndex=1,secondRequest=!0,feedPriority=0,amp="&"[0];function urlVal(){var e=window.location.pathname,t=e.length;return".html"===e.substring(t-5)?0:t>1?1:2}function urlMod(){var e=window.location.pathname;"p"===e.substring(1,2)?(e=(e=e.substring(e.indexOf("/",1)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../"+e)):(e=(e=postsDatePrefix?e.substring(1):e.substring(e.indexOf("/",7)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../../"+e))}function urlSearch(e,t){var n=e+".html";t.forEach(function(e){-1!==e.search(n)&&(wind...