Posts tagged with "Javascript components"···
How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

How to Create a Modern YouTube Video Playlist Player Using Pure JavaScript

Adding video content to your website is one of the best ways to make it more engaging for users. Embedding YouTube videos on websites is a common practise across blogs, educational websites, news websites, and entertainment websites. Adding a YouTube player with a playlist section is one of the cleaner ways to add multiple YouTube videos to your website.

How to Add Smart Health Reminder Toast Notifications in Website Using JavaScript

How to Add Smart Health Reminder Toast Notifications in Website Using JavaScript

Adding a smart health reminder toast notification on your website is one of the best ways to improve user experience and help users avoid long screen sessions. Several modern websites already use this reminder system to suggest actions like drink water, take a break or reduce continuous screen time. These small reminders provide users with a more user-friendly and better browsing experience.

Create a Generator Tool Using HTML, CSS & JavaScript

Create a Thumbnail Generator Tool Using HTML, CSS & JavaScript

This thumbnail generator tool uses the HTML5 Canvas API to dynamically generate thumbnails with a live preview for users. This tool allows users to customise everything, including fonts, colours, shapes, icons, gradients, labels, texts, and even export file formats like users can export images in PNG, JPG and WEBP formats.

How to Add Login and Signup in Blogger Using Firebase

How to Add Login and Signup in Blogger Using Firebase

Adding login and signup features to your Blogger website is one of the best ways to make it more attractive and engaging to users. By implementing login and signup features in your website, you can allow users to sign in securely to your website and give them access to amazing content and features in your website that are only available to logged-in users.

How to Add Like and Dislike Button in Blogger Using Firebase

How to Add Like and Dislike Button in Blogger Using Firebase

Adding a like and dislike feature to your Blogger website helps you to improve your website's user engagement. Several popular websites use this feature to allow users to express their opinion about a post easily and quickly. In Blogger, this feature is not available by default; to add it, we need to use CSS, HTML, JS and Firebase.