Category: Programming

  • SwiperJS extra attributes from the server React/NextJS 14 issue

    Recently, while integrating SwiperJS with NextJS 14, I encountered the “Warning: Extra attributes from the server: class, style” issue. This warning indicated a mismatch between the React virtual DOM and the actual DOM due to additional styles or classes added during page load. At the time, I was using Swiper JS version 11.0.5, and with…

  • Creating Zoom Events on WordPress

    Creating Zoom Events on WordPress

    Ever wondered how you can host your Zoom events directly from your own website without needing to go back and forth on Zoom portal? You can do so, using WordPress alongside with Video Conferencing with Zoom plugin. This tutorial shows you on how you can create your Zoom Meetings from your WordPress site and show…

  • Setting up Video Conferencing with Zoom plugin version 4.0.0

    Setting up Video Conferencing with Zoom plugin version 4.0.0

    With plugin version 4.0.0 – Video conferencing with zoom plugin now supports server-to-server authentication method. As, JWT App Type is being deprecated by Zoom we have implemented the new server-to-server authentication method. Current users do not need to worry about any breaking changes, chances are there is none. Server-to-server authentication method is fairly simple to integrate.…

  • Main reason behind moduleNotFoundError on Vercel but working on Local

    Recently, i have been tapping into nextJS by Vercel and damn i love how this works flawlessly. Saying that, it does still come with issues that makes you scratch your head. To be honest, i am from a PHP workflow and working with PHP debugging issue is not so hard because the debug messages are…

  • Joining Meetings in Zoom directly from Browser

    Joining Meetings in Zoom directly from Browser

    Join Zoom Meetings directly from Browser for your WordPress site is now possible. I have just released a new update version tagged 3.2.0 which allows your users to join meetings directly from your website without needing to download Zoom App. Please note: This is still in Testing phase for the plugin. So, let me know…

  • Zoom Meetings with WooCommerce Integration

    Zoom Meetings with WooCommerce Integration

    Have you ever felt the need to sell your Zoom meetings from your WordPress website ? With Zoom Meetings with WooCommerce Integration plugin now you can do so easily and automated as well. Requirements: You need to have free version of the plugin installed ie. Video conferncing with Zoom API WordPress plugin Then you will…

  • Zoom API integration on WordPress

    Zoom API integration on WordPress

    Zoom API integration on WordPress has never been easier now. Have you wondered if you would be able to use your zoom account directly from your website ? Try Video Conferencing with Zoom API plugin for WordPress which enables you to create meeting and show them directly on your WordPress dashboard. Easy right ? Wait…

  • Zoom Conference WP Plugin Documentation

    Zoom Conference WP Plugin Documentation

    Zoom Conference WP Plugin( FREE ) Documentation shows a basic few steps to integrate zoom plugin into WordPress. There are no complicated processes. Just the basic steps. Check out this post for details in changes and check this post for detailed documentation. Want to Sell your meetings using WooCommerce  ? FREE Plugin for WordPress: Download…

  • WP Inactive Logout

    WP Inactive Logout

    BUY PRO Version and unlock more features WP Inactive Logout makes your WP account secure from snoopers, friends to protect your data by assuring auto log out system within a certain defined time. This will help you keep safe from any users using same machine to access your account in case you are away and…

  • Using Gulp in WordPress

    Using Gulp in WordPress

    Gulp for WordPress themes and Plugins can boost your development speed. One word AUTOMATION in basic terminology that defines gulp. Web developers often find themselves doing repetition in small and tedious work on daily basis which can be simplified by implementing gulp and automation. Without gulp assumption -> repetitive tasks = time consuming = loss in productivity. With…