Skip to main content

Posts

Showing posts with the label My Created Projects

Get Instant Form Submissions data on Your Telegram App - GetIntoTouchBot

Get Instant Form Submissions on Your Telegram App with the Telegram Contact Form Widget Introduction Engaging with your website's visitors has never been more enchanting! The Telegram Contact Form Widget powered by GetIntoTouch lets you receive form submissions directly on your Telegram app as instant notifications or messages. Whether you have a blog, portfolio, or any HTML-based website, this widget effortlessly streamlines communication, ensuring you never miss a query or feedback. In this step-by-step guide, we'll show you how to integrate this captivating Telegram Contact Form Widget, while giving you the freedom to choose your preferred implementation method. The Magic of the Telegram Contact Form Widget The Telegram Contact Form Widget offers a spellbinding array of benefits for your website: Real-Time Notifications : Instantly receive form submissions on your Telegram app, enabling swift responses to user inquiries. Versatile Integration : Whether you

AudiPlayV2 Integration - Customizable HTML5 Audio Player with Template

Dev.to Article AudiPlayV2 - Customizable HTML5 Audio Player with Template AudiPlay Version 1 - Documentation | GitHub AudiPlay Version 2 - Documentation | GitHub Steps to Add this Player Put this html template just after starting of <body> Tag. <!-- Customizable template of Audio Player --> <template> <!-- Customizable Css --> <style> button { padding : 0 ; border : 0 ; background : transparent ; cursor : pointer ; outline : none ; width : 40px ; height : 40px ; float : left ; } #audio-player-container { position : relative ; margin : 100px 2.5% auto 2.5% ; width : 95% ; max-width : 500px ;

Gur Img :- Free Unlimited Image Hosting - Direct Link - Share Image Across Devices

Gurimg :- https://sh20raj.github.io/Gurimg/ Gur Img :- Free Unlimited Image Hosting - Direct Link - Share Image Across Devices Gurimg is a Simple Image uploading website. That uploads your images using imgur API and gives you a direct image link that you can use it in <img/> tag. And you will also get a sharing link that you can share your image (sharing buttons are on page). See Examples :- Website :- https://sh20raj.github.io/Gurimg/ Direct Link :- https://i.imgur.com/uyxmW0K.png Sharing Link :- https://gurimg.sh20raj.repl.co/image/?id=uyxmW0K Some Screenshots Gurimg - Home Image Uploaded Image Sharing Page Mobile View Source :- https://codexdindia.blogspot.com/2022/01/gurimg-free-unlimited-image-hosting-with-direct-link-and-sharing-link-2b1i.html Dev.to :- https://dev.to/sh20raj/gurimg-free-unlimited-image-hosting-direct-link-2b1i/

Create Your Apps Page ft. AppsPages - Free apps and games Upload or Landing Pages

Create Your Apps Page ft. AppsPages - Free apps and games Upload or Landing Pages AppsPages :-  https://appspages.herokuapp.com/ AppsPages is a Free website to Upload your app no approval required. Just create an account then create a page for your app where Users can go and download your app there. You will get so many features there Some are listed below and some will come soon... See Apps Page Demo - Subway Sufer Download :-  https://appspages.herokuapp.com/apk/7 AppsPages - Home Upload your Apps/Games For Free A top class mobile View - Share Buttons Dynamical functions on your Page A screenshots Slider | Emoji Reaction Bar Your Profile Page Dynamic Login Page Powerful Navbar Get a Developers Panel :-  https://appspages.herokuapp.com/panel/ Edit Your Apps Page From anywhere More Features are Coming Soon... Get Free Unlimited Image Hosting for Uploading on AppsPages - Here Get Free Unlimited File Hosting for Uploading on AppsPages -  Here

Loop Loader For Website or Blogger | SopLoader - loop soploader#2

 Loop Loader For Website or Blogger | SopLoader - loop Video Documentation :- Just Copy Paste the CDN To Get This Loader Preview :- Get Code on Repl.it :-  https://replit.com/@SH20RAJ/SopLoader#loop.html See Demo :-  https://soploader.sh20raj.repl.co/loop.html

Train Loader For Website or Blogger | SopLoader - Trn

 Train Loader For Website or Blogger | SopLoader - Trn Video Documentation :- Just Copy Paste the CDN Just after <body> Tag.  To Get This Loader Preview :- On  Repl.it :-  https://SopLoader.sh20raj.repl.co Repl.it Source :-  https://replit.com/@SH20RAJ/SopLoader#index.html On Codepen :-   See the Pen Css stylish Loader with CDN #1 by SH20RAJ ( @SH20RAJ ) on CodePen .

Pualert - A Free Pop-Up Massage Service for Websites

  Repl.it :-  https://replit.com/@SH20RAJ/Pualert / Custom Creator :-  https://pualert.blogspot.com/ GitHub :-  https://github.com/Toolade/Pualert See Some Cool Stuff You can do with Pualert() Resctricted Area - Alert Welcome Massage Show PopUps Form Validation Contact US Timeout Alerts

Creating an Instagram YouTube Downloader using PHP

 Creating an Instagram YouTube Downloader using PHP Source Code :-  GitHub  - Repl.it

Creating tiktok like website using pure JavaScript - ft. JSTikTok

Creating tiktok like website using pure JavaScript - ft. JSTikTok 😮 Download :-  https://github.com/SH20RAJ/JSTikTok   Demo :-  https://github.com/SH20RAJ/JSTikTok Note :- Tikee (Made from JSTikTok ) is now in building phase. Check it out :-  https://tikee.sh20raj.repl.co/ ToolAde :-  https://github.com/ToolsAde/

Embed GitHub Repo Files or Codes your Website or Blogger - ft. GitCodeEmbedder

Embed GitHub Repo Files or Codes your Website or Blogger - ft. GitCodeEmbedder GitCodeEmbedder :- https://gitcodeembedder.blogspot.com/ GitCodeEmbedder - Free Embedder of GitHub Repo To Your Website / Blog Copy Paste This iframe Code to Your Website and change the src of iframe = https://gitcodeembedder.blogspot.com/?gh=[User]/[Repo]/main/[File Url]  See Examples Here :- 1. GitHub Embed Example :- https://github.com/twbs/bootstrap/blob/main/dist/css/bootstrap.css Code :- <iframe frameborder="0" height="700px" src="https://gitcodeembedder.blogspot.com/?gh=twbs/bootstrap/main/dist/css/bootstrap.css&amp;lang=css" width="100%"></iframe> Result :- 2. URL Embed Example :-  https://code.jquery.com/jquery-3.6.0.js Code :- <iframe frameborder="0" heigh

AudiPlay Integration - Free HTML5 Audio Player

  AudiPlay - HTML5 Audio Player AudiPlay Integration - Free HTML5 Audio Player See GitHub :-  https://github.com/SH20RAJ/AudiPlay Steps To Integrate     Step 1 :-  Use  class = "audiplay"  in Your Audio Tag . HERE IS THE AUDIO TAG     <audio controls class="audiplay" > <source src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/Ark.mp3" type="audio/mp3"/> </audio> <!--Here is the Audio Tag Library--> Step 2 :- Add Javascript CDN Just Before  </ body > Tag HERE IS THE JAVASCRIPT CDN <script src="https://cdn.jsdelivr.net/gh/sh20raj/AudiPlay/audiplay.min.js"></script> <!--Here is the JavaScript Library--> You can also Use Style Attribute in your Audio Tag i.e. -:    style = " width: 700px; "  and You Will Get Responsive Audio Player . Before Adding AudiPlay - Free HTML5 Audio Player After Adding AudiPlay - Free HTML5 Audio Play

Random Posts