How to create Telegram Sticky Button Widget for Blogs

Telegram Sticky button is a button or widget for your blogger template that shows up everywhere on your website. With the help of this widget, users c

How to create Telegram Sticky Button?

Hi Folks, Welcome to Coding Taggers, today we will perceive how to make Message gadget in our Blogger format. It is simple and easy to make Message gadget in your Blogger layout.



What Is a Telegram Sticky Button?

On the off chance that you don't have the foggiest idea what a Message Tacky. I'm here to expand your insight. Message Tacky catch is a catch or gadget for your blogger format that appears wherever on your site. With the assistance of this gadget, clients can without much of a stretch interface with you by means of Wire. 


Applying the Message gadget to your blogger gadget on your site is straightforward and simple. You ought to follow a straightforward cycle.

 

So let's see how to setup a Telegram Sticky button widget on Blogger

  We will finish this in two stages, so follow these means cautiously: 

  •   Go to Blogger
  •   Click on Themes
  •   Click on the arrow and then edit the HTML
  •   Then Copy the HTML Code, paste the code above of the </body> tag. 
  •   Then find this code ]]> </b: skin>
  •   Then copy and paste the given CSS Code on above it.  

HTML Code for Telegram Sticky Button



  
  <!DOCTYPE html>
<html>
	<head>
		<title> Telegram Sticky Button Widget </title>
	</head>
	<body>
		<input class='chat-menu hidden' id='offchat-menu' type='checkbox'/>
		<div class='sticky-button blink_me' id='sticky-button'>
			<label for='offchat-menu'>
				<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" fill="currentColor" class="bi bi-telegram" viewBox="0 0 16 16">
					<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>
				</svg>
			</label>
		</div>
		<div class='sticky-chat'>
			<div class='chat-content'>
				<div class='chat-header'>
					<svg viewbox='0 0 32 32'>
						<path d='M24,22a1,1,0,0,1-.64-.23L18.84,18H17A8,8,0,0,1,17,2h6a8,8,0,0,1,2,15.74V21a1,1,0,0,1-.58.91A1,1,0,0,1,24,22ZM17,4a6,6,0,0,0,0,12h2.2a1,1,0,0,1,.64.23L23,18.86V16.92a1,1,0,0,1,.86-1A6,6,0,0,0,23,4Z'/>
						<rect height='2' width='2' x='19' y='9'/>
						<rect height='2' width='2' x='14' y='9'/>
						<rect height='2' width='2' x='24' y='9'/>
						<path d='M8,30a1,1,0,0,1-.42-.09A1,1,0,0,1,7,29V25.74a8,8,0,0,1-1.28-15,1,1,0,1,1,.82,1.82,6,6,0,0,0,1.6,11.4,1,1,0,0,1,.86,1v1.94l3.16-2.63A1,1,0,0,1,12.8,24H15a5.94,5.94,0,0,0,4.29-1.82,1,1,0,0,1,1.44,1.4A8,8,0,0,1,15,26H13.16L8.64,29.77A1,1,0,0,1,8,30Z'/>
					</svg>
					<div class='title'> Coding Taggers <span>Discuss about coding?</span></div>
				</div>
				<div class='chat-text'>
					<span>Hello, How can we help you?</span>
					<span class='typing'>
						<svg viewbox='0 0 512 512'>
							<circle cx='256' cy='256' r='48'/>
							<circle cx='416' cy='256' r='48'/>
							<circle cx='96' cy='256' r='48'/>
						</svg>
					</span>
				</div>
			</div>
			<span><input class="schat" type="text" placeholder="Start chat... " autofocus></span>
			<a class='chat-button' href="https://t.me/CodingTaggers" rel='nofollow noreferrer' target='_blank'>
				<svg viewBox='0 0 32 32' style="fill:#0091EA">
					<path class='cls-1' d='M19.47,31a2,2,0,0,1-1.8-1.09l-4-7.57a1,1,0,0,1,1.77-.93l4,7.57L29,3.06,3,12.49l9.8,5.26,8.32-8.32a1,1,0,0,1,1.42,1.42l-8.85,8.84a1,1,0,0,1-1.17.18L2.09,14.33a2,2,0,0,1,.25-3.72L28.25,1.13a2,2,0,0,1,2.62,2.62L21.39,29.66A2,2,0,0,1,19.61,31Z'/>
				</svg>
			</a>
		</div>
	</body>
  </html> 


Note :

Find the Coding Taggers (highlighted) and replace them with your title.

Find https://t.me/codingtaggers (highlighted) and replace it with your Telegram Username 
like https://t.me/@codingtaggers .

CSS Code for Telegram Sticky Button



			/* Telegram Sticky Button by codingtaggers.blogspot.com */
			:root {
			--warna-background: #4dc247;
			--warna-bg-chat: #f0f5fb;
			--warna-icon: #fff;
			--warna-text: #505050;
			--warna-text-alt: #989b9f;
			--lebar-chatbox: 320px;
			}
			.sticky-button{
			display: flex;
			align-items: center;
			justify-content: center;
			position: fixed;
			right: 20px;
			bottom: 76px;
			width: 45px;
			height: 45px;
			border:2px solid #0091EA;
			background-color: #fefefe;
			border-radius: 50%;
			box-shadow: 1px 1px  5px 5px #0091EA;
			}
			.sticky-button a, .sticky-button label{display:flex;align-items:center;width:55px;height:55px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}
			.sticky-button a svg, .sticky-button label svg{margin:auto;fill:#0091EA}
			.sticky-button label svg.svg-2{display:none}
			.sticky-chat{position:fixed;bottom:70px;right:20px;width:70%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
			z-index:21;opacity:0;visibility:hidden;line-height:normal}
			.sticky-chat .chat-content{border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden}
			.sticky-chat .chat-header{position:relative;display:flex;align-items:center;padding:15px 20px;background-color:#0091EA;overflow:hidden}
			.sticky-chat .chat-header:after{content:'';display:block;position:absolute;bottom:0;right:0;width:70px;height:65px;background:rgba(0,0,4,.000);border-radius:70px 0 5px 0;}
			.sticky-chat .chat-header svg{width:35px;height:35px;flex:0 0 auto;fill:var(--warna-icon)}
			.sticky-chat .chat-header .title{padding-left:15px;font-size:14px;font-weight:600;font-family:'Roboto', sans-serif;color:var(--warna-icon)}
			.sticky-chat .chat-header .title span{font-size:11px;font-weight:400;display:block;line-height:1.58em;margin:0;}
			.sticky-chat .chat-text{display:flex;flex-wrap:wrap;margin:25px 20px;font-size:12px;color:var(--warna-text)}
			.sticky-chat .chat-text span{display:inline-block;margin-right:auto;padding:10px 10px 10px 20px;background-color:var(--warna-bg-chat);border-radius:3px 15px 15px}
			.sticky-chat .chat-text span:after{content:'Just now';display:inline-block;position:relative; bottom:-5px; left:-4px;margin-left:2px;font-size:9px;color:var(--warna-text-alt)}
			.sticky-chat .chat-text span.typing{margin:15px 0 0 auto;padding:10px 20px 10px 10px;border-radius:15px 3px 15px 15px}
			.sticky-chat .chat-text span.typing:after, .chat-menu{display:none}
			.sticky-chat .chat-text span.typing svg{height:14px;fill:var(--warna-text-alt)}
			.sticky-chat .chat-button{display:flex;align-items:center;margin-top:15px;padding:12px 20px;border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden;font-size:12px;color:var(--warna-text)}
			.sticky-chat .chat-button svg{width:20px;height:20px;fill:var(--warna-text-alt);margin-left:auto;transform:rotate(40deg);-webkit-transform:rotate(40deg)}
			.chat-menu:checked + .sticky-button label{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
			.chat-menu:checked + .sticky-button label svg.svg-1{display:none}
			.chat-menu:checked + .sticky-button label svg.svg-2{display:table-cell}
			.chat-menu:checked + .sticky-button + .sticky-chat{
			bottom: 77px;
			right: 81px;
			opacity: 1;
			visibility: visible;
			} 
			.schat { outline: none ;position:absolute;bottom:12px;left:15px;border:none;color:#0091EA;font-weight:bold;} 
			.blink_me {
			animation: blinker 1.3s linear infinite;
			}
			@keyframes blinker {
			50% {
			opacity: 0;
			}
			}
		




Note:

You can make changes in CSS code like color, background-color etc. But you have to change it carefully. alert-warning

Full Source Code :

  
<!DOCTYPE html>
<html>
	<head>
		<title> Telegram Sticky Button Widget </title>
		
		<style>
			/* Telegram Sticky Button by codingtaggers.blogspot.com */
			:root {
			--warna-background: #4dc247;
			--warna-bg-chat: #f0f5fb;
			--warna-icon: #fff;
			--warna-text: #505050;
			--warna-text-alt: #989b9f;
			--lebar-chatbox: 320px;
			}
			.sticky-button{
			display: flex;
			align-items: center;
			justify-content: center;
			position: fixed;
			right: 20px;
			bottom: 76px;
			width: 45px;
			height: 45px;
			border:2px solid #0091EA;
			background-color: #fefefe;
			border-radius: 50%;
			box-shadow: 1px 1px  5px 5px #0091EA;
			}
			.sticky-button a, .sticky-button label{display:flex;align-items:center;width:55px;height:55px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;}
			.sticky-button a svg, .sticky-button label svg{margin:auto;fill:#0091EA}
			.sticky-button label svg.svg-2{display:none}
			.sticky-chat{position:fixed;bottom:70px;right:20px;width:70%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;
			z-index:21;opacity:0;visibility:hidden;line-height:normal}
			.sticky-chat .chat-content{border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden}
			.sticky-chat .chat-header{position:relative;display:flex;align-items:center;padding:15px 20px;background-color:#0091EA;overflow:hidden}
			.sticky-chat .chat-header:after{content:'';display:block;position:absolute;bottom:0;right:0;width:70px;height:65px;background:rgba(0,0,4,.000);border-radius:70px 0 5px 0;}
			.sticky-chat .chat-header svg{width:35px;height:35px;flex:0 0 auto;fill:var(--warna-icon)}
			.sticky-chat .chat-header .title{padding-left:15px;font-size:14px;font-weight:600;font-family:'Roboto', sans-serif;color:var(--warna-icon)}
			.sticky-chat .chat-header .title span{font-size:11px;font-weight:400;display:block;line-height:1.58em;margin:0;}
			.sticky-chat .chat-text{display:flex;flex-wrap:wrap;margin:25px 20px;font-size:12px;color:var(--warna-text)}
			.sticky-chat .chat-text span{display:inline-block;margin-right:auto;padding:10px 10px 10px 20px;background-color:var(--warna-bg-chat);border-radius:3px 15px 15px}
			.sticky-chat .chat-text span:after{content:'Just now';display:inline-block;position:relative; bottom:-5px; left:-4px;margin-left:2px;font-size:9px;color:var(--warna-text-alt)}
			.sticky-chat .chat-text span.typing{margin:15px 0 0 auto;padding:10px 20px 10px 10px;border-radius:15px 3px 15px 15px}
			.sticky-chat .chat-text span.typing:after, .chat-menu{display:none}
			.sticky-chat .chat-text span.typing svg{height:14px;fill:var(--warna-text-alt)}
			.sticky-chat .chat-button{display:flex;align-items:center;margin-top:15px;padding:12px 20px;border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden;font-size:12px;color:var(--warna-text)}
			.sticky-chat .chat-button svg{width:20px;height:20px;fill:var(--warna-text-alt);margin-left:auto;transform:rotate(40deg);-webkit-transform:rotate(40deg)}
			.chat-menu:checked + .sticky-button label{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
			.chat-menu:checked + .sticky-button label svg.svg-1{display:none}
			.chat-menu:checked + .sticky-button label svg.svg-2{display:table-cell}
			.chat-menu:checked + .sticky-button + .sticky-chat{
			bottom: 77px;
			right: 81px;
			opacity: 1;
			visibility: visible;
			} 
			.schat { outline: none ;position:absolute;bottom:12px;left:15px;border:none;color:#0091EA;font-weight:bold;} 
			.blink_me {
			animation: blinker 1.3s linear infinite;
			}
			@keyframes blinker {
			50% {
			opacity: 0;
			}
			}
		</style>
		
	</head>
	<body>
		<input class='chat-menu hidden' id='offchat-menu' type='checkbox'/>
		<div class='sticky-button blink_me' id='sticky-button'>
			<label for='offchat-menu'>
				<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" fill="currentColor" class="bi bi-telegram" viewBox="0 0 16 16">
					<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z"/>
				</svg>
			</label>
		</div>
		<div class='sticky-chat'>
			<div class='chat-content'>
				<div class='chat-header'>
					<svg viewbox='0 0 32 32'>
						<path d='M24,22a1,1,0,0,1-.64-.23L18.84,18H17A8,8,0,0,1,17,2h6a8,8,0,0,1,2,15.74V21a1,1,0,0,1-.58.91A1,1,0,0,1,24,22ZM17,4a6,6,0,0,0,0,12h2.2a1,1,0,0,1,.64.23L23,18.86V16.92a1,1,0,0,1,.86-1A6,6,0,0,0,23,4Z'/>
						<rect height='2' width='2' x='19' y='9'/>
						<rect height='2' width='2' x='14' y='9'/>
						<rect height='2' width='2' x='24' y='9'/>
						<path d='M8,30a1,1,0,0,1-.42-.09A1,1,0,0,1,7,29V25.74a8,8,0,0,1-1.28-15,1,1,0,1,1,.82,1.82,6,6,0,0,0,1.6,11.4,1,1,0,0,1,.86,1v1.94l3.16-2.63A1,1,0,0,1,12.8,24H15a5.94,5.94,0,0,0,4.29-1.82,1,1,0,0,1,1.44,1.4A8,8,0,0,1,15,26H13.16L8.64,29.77A1,1,0,0,1,8,30Z'/>
					</svg>
					<div class='title'> Coding Taggers <span>Discuss about coding?</span></div>
				</div>
				<div class='chat-text'>
					<span>Hello, How can we help you?</span>
					<span class='typing'>
						<svg viewbox='0 0 512 512'>
							<circle cx='256' cy='256' r='48'/>
							<circle cx='416' cy='256' r='48'/>
							<circle cx='96' cy='256' r='48'/>
						</svg>
					</span>
				</div>
			</div>
			<span><input class="schat" type="text" placeholder="Start chat... " autofocus></span>
			<a class='chat-button' href="https://t.me/CodingTaggers" rel='nofollow noreferrer' target='_blank'>
				<svg viewBox='0 0 32 32' style="fill:#0091EA">
					<path class='cls-1' d='M19.47,31a2,2,0,0,1-1.8-1.09l-4-7.57a1,1,0,0,1,1.77-.93l4,7.57L29,3.06,3,12.49l9.8,5.26,8.32-8.32a1,1,0,0,1,1.42,1.42l-8.85,8.84a1,1,0,0,1-1.17.18L2.09,14.33a2,2,0,0,1,.25-3.72L28.25,1.13a2,2,0,0,1,2.62,2.62L21.39,29.66A2,2,0,0,1,19.61,31Z'/>
				</svg>
			</a>
		</div>
	</body>
</html>

  




Try it on CodePen:


See the Pen Telegram Sticky Chat Button Widget by Coding Taggers (@codingtaggers) on CodePen.