Login With Google CodeIgniter : OAuth API PHP Client

Google’s OAuth 2.0 APIs can be used for open authentication. By this we can access user’s data from server after authorizing user via Google account. In this tutorial, we are going to explain how you can implement Google open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using Google API php …

Login With Facebook PHP CodeIgniter : OAuth Login

OAuth is simply an open authentication that is used for providing access to the server data after authorizing a user via third party services. In this tutorial, we are going to explain how you can implement Facebook login via open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using …

How To Autofill Google Forms’ Drop-down Based On Past Choices?

Looking for implementing the autofill feature in Google Forms’ dropdown based on previous choices? An autofill feature is widely preferred for lengthy forms because such forms require time. Suppose, you want to show data to your users in the next drop-down based on their previous selection. Then it will definitely consume time, but using autofill …

5+ jQuery Notification Plugins (Free and Paid)

Speak directly to your website visitors by displaying notifications with the help of jQuery Notification Plugins. Notification is an important tool for a website for letting visitors know about the latest updates, deals and important announcements. Websites using notifications are reaping more benefits than those which don’t. If you want to flourish notifications such as …

FormGet Changelog

5 Nov 2020 [Update] Updated the UI of the email templates. 13 Oct 2020 [Update] Following Integrations using connect has been added. 5 Oct 2020 [Update] The following pages got updated. 404 Error page Email id verified Stripe Checkout Stripe success page 28 Sept 2020 [Update] “Plan Details” UI is updated. 26 Sept 2020 [Update] …

7+ Best Tabs WordPress Plugins 2022 (Free and Paid)

If you’re looking to add more functionalities to your website then your choice to select tabs WordPress plugins would be an optimal one. Tabs WordPress Plugins keeps the appearance of your website clean, organized and presentable. You can experiment with the color, shape, and everything of the tabs, to make the appearance of the website …

8+ Best Facebook WordPress Plugins 2022 (Free and Paid)

The easiest way to integrate your Facebook account into your site is adding the best class Facebook WordPress plugins. These plugins not only build a bridge between your business website and your Facebook page but also automatically updates all your posts to Facebook, embeds live chat and displays all your daily feed, reviews, and likes …

How SendBlaster 4 Works : Integration with MailGet SMTP

SendBlaster 4 is a bulk email software to manage your mailing lists and set up email marketing campaigns in few easy steps. SendBlaster combines into one product with the practicality of a mass email software and with the flexibility of a bulk email web service. With SendBlaster 4 you can create newsletters and manage lists directly on your desktop. …

PhoneGap SQLite Plugin

What is SQLite? SQLite is an embedded database software for local database / client-side storage. Features Serverless: It doesn’t follow the client-server model. Zero-Configuration: No headache of configuration or administration because of residing on the client side. Transactional: It is transactional in nature. Self Contained: It is self-contained in nature, i.e, no external dependencies. Reads/Writes: Read/Write operation …