Skip to main content

Posts

Showing posts from November, 2021

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

Free Unlimited File hosting & Video Hosting on siasky.net

Free Unlimited File hosting & Video Hosting on siasky.net This website  https://siasky.net/ is verified on GitHub (Means it trusted )  https://github.com/SkynetLabs .  So there is no hesitation on writing article about it. It provides free file hosting  . Decentralized Internet for a  Free Future Skynet is a hosting platform that makes it easy to join the decentralized internet movement. Start your free account today. Bonus (Use/Play the Video on Website/Blogger) Know More about Custom HTML5 Video Player :-  https://codexdindia.blogspot.com/2021/05/plyrio-video-player-integration-skin-Customizing-and-Adding-Download-Button-to-plyr.html Some More Tips :- Upload Multiple Files Deploy your HTML Website Here or Upload your folder Dashboard Feature - Detailed Analytics  100gb Space in Free Account -  Make it Unlimited  by Using Many Emails - Many Accounts (Using  temporary emails  create different accounts

How to add your Buy Me a Coffee button or widget to your site and collect money

  How to add your Buy Me a Coffee button or widget to your site and collect money ex -  https://www.buymeacoffee.com/sh20raj Add a Buy Me a Coffee button or widget on your websites and start receiving coffees from your fans and followers who love and appreciate your work. Here are the steps. Widget Login to your Buy Me a Coffee account Head over to your account dashboard Click on Widget generator to generate a widget Personalize the widget with a description, message and color you like Copy the HTML code and paste it before closing the head tag of your site. <head> //paste the code here </head> Button Click on Button generator to generate a button Personalize the button with the text, color, and font you like Copy the HTML code and paste it exactly where you need the button to appear (widgets, sidebars, etc.). Or head over to our Brand page and download the brand assets .

How to add Reaction buttons/bar in Blogger Posts or website - Sharethis - add Social Share buttons

 How to add Reaction buttons/bar in Blogger Posts or website - Sharethis - add Social Share buttons Sharethis Reaction Buttons  || Sharethis Home

Create Image Slider with custom css slider Using pre Tag 😇

Create Image Slider with custom css slider Using pre Tag 😇 Tutorials Reference | Pre Tag Create Image Slider Using </pre> Tag Create Image Slider Using </pre> Tag  Before After Custom Scrollbar CSS Code <style> pre::-webkit-scrollbar { width: 5px; } pre::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } pre::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; } </style> A sample Code for Images <pre style="overflow:auto;"> <img src="https://i.imgur.com/IORqLPK.jpg"><img src="https://i.imgur.com/zBTIHbX.jpg"><img src="https://i.imgur.com/DLMqYn3.jpg"><img src="https://i.imgur.com/QfLxm5q.jpg"><img src="https://i.imgur.com/pMCaZjm.jpg"><img src="https://i.imgur.com/PfHCSYo.jpg">

xgplayer - Custom HTML5 Video Player - Integration - A HTML5 video player with a parser that saves traffic

 xgplayer - Custom HTML5 Video Player - Integration - A HTML5 video player with a parser that saves traffic GitHub | Documentation | Codepen Demo See Demo See the Pen xgplayer - Custom HTML5 Video Player by SH20RAJ ( @SH20RAJ ) on CodePen .

griffith : A React-based web video player - Integration - HTML5 Video Player #13

griffith : A React-based web video player - Integration - HTML5 Video Player #13 Github  | Demo  | Standalone Usage <div id="player"></div> <script crossorigin src="https://unpkg.com/griffith-standalone/dist/index.umd.min.js" ></script> <script> const target = document.getElementById('player') const sources = { hd: { play_url: 'https://zhstatic.zhihu.com/cfe/griffith/zhihu2018_hd.mp4', }, sd: { play_url: 'https://zhstatic.zhihu.com/cfe/griffith/zhihu2018_sd.mp4', }, } // create player instance const player = Griffith.createPlayer(target) // load video player.render({sources}) // dispose video //player.dispose();//This sunction will remove your player </script> See Codepen Demo :- See the Pen griffith : A React-based web video player - Integration by SH20RAJ ( @SH20RAJ ) on CodePen .

Publish your Apk on Apkpure for free without/with playstore account

Publish your Apk on Apkpure for free without/with playstore published Note :- You Don't need a Google Play Store Account/App to Publish on ApkPure Go to Apkpure Developer Console Click on Add Application. Enter You App and Package name . Fill the whole details -> Go to Manage Versions -> Upload your app -> and Submit your app for Review. You app will be published to Apkpure if it will be approved. Link :-  https://apkpure.com/p/com.shade.desertroad3d

Bootstrap Tour Implementation : The easiest way to show people how to use your website.

Bootstrap Tour Implementation : The easiest way to show people how to use your website. Bootstrap Tour is a Good Free Altenative to Intro.js . See the Demo Here :-  http://bootstraptour.com/ . For adding this to your website you have to download it or use CDNs. Get CDNs From cdnjs . Put the Below CDNs in b/w <head> Tags. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tour/0.12.0/css/bootstrap-tour-standalone.css" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tour/0.12.0/js/bootstrap-tour-standalone.min.js" ></script> Setup your tour: // Instance the tour var tour = new Tour({ steps: [ { element: "#my-element", title: "Title of my step", content: "Content of

Random Posts