Resources

Integrating WP SMS Mobile Validity with NumCheckr

NumCheckr is a service that provides advanced validation and information about phone numbers. Integrating NumCheckr with WP SMS enhances the validity check process by using NumCheckr’s API to verify phone numbers. Prerequisites Integration Steps First, create a function to call the NumCheckr API and validate the phone number: Use the wp_sms_mobile_number_validity filter to integrate NumCheckr: […]

Read More Read more

Display Message Button Based on Device Type

To ensure the Message Button in the WP SMS plugin appears only on specific devices (such as mobile or desktop), follow these steps to add custom CSS to your website. This guide will help you show the button on mobile devices and provide an example for displaying it only on desktop devices. Steps to Show […]

Read More Read more

Customizing Button Colors

The WP SMS plugin comes with several buttons for different functions like “Login with SMS” By default, these buttons have pre-set color styles. However, you can easily change the button colors to match your website’s branding or personal preference. To customize the button colors, follow these simple steps: 1. Copy the Code Snippet Copy the […]

Read More Read more

Custom SMS Gateway Setup Documentation

This guide provides step-by-step instructions on how to configure a custom SMS gateway in your WordPress site using the WP SMS plugin. This is useful for integrating SMS services that are not natively supported by the plugin, allowing for greater flexibility and customization. 1. Custom Gateway Configuration 2. HTTP Settings for Custom Gateway

Read More Read more

How to Integrate SMS Validation and Notifications in WooCommerce’s New Gutenberg Checkout Block

WooCommerce recently introduced a new Gutenberg-based checkout block, enhancing the checkout process with more flexibility and customization options. This guide will demonstrate how to validate phone numbers and send SMS notifications using the woocommerce_store_api_checkout_order_processed hook, specifically designed for this new checkout block. Prerequisites Validate Phone Numbers in the New WooCommerce Gutenberg Checkout Block To ensure […]

Read More Read more

Troubleshooting with WP SMS

1. API Response Check: Verify that the API response is successful. Look for error codes or messages that indicate a problem with the API connection or request parameters. 2. Mobile Number and Country Code Validation: 3. Server Error Log Examination: Review the server error log for any error messages related to SMS sending. These messages can provide […]

Read More Read more

Disabling CSRF Checking for WP SMS Unsubscribe through URL

Introduction: The WP SMS plugin simplifies SMS newsletter management. To enhance user experience, it allows unsubscribing via a custom URL. Typically, the plugin employs CSRF checks for security. This guide outlines steps to disable CSRF checking, ensuring smooth unsubscribes without compromising security. Prerequisites: Disabling CSRF Checking: Step 1: Locate WP SMS Files Access your WordPress […]

Read More Read more

How to Automatically Add SMS Subscribers When Users Register on WordPress?

In the world of websites and online businesses, staying connected with your audience is key. One effective way to do this is by integrating SMS subscriptions into your WordPress user registration process. This allows you to automatically add new users as SMS subscribers, ensuring they receive important updates directly on their phones. In this guide, […]

Read More Read more

Automatically Add WooCommerce Customers to Groups with WP SMS Plugin

In the world of e-commerce, tailoring communication to your customers’ preferences can greatly enhance their experience. One powerful way to achieve this is by using the WooCommerce platform alongside plugins like WP SMS. This article walks you through a simple method to automatically group customers who purchase specific products and effectively communicate with them using […]

Read More Read more

Integrating Elementor Forms with SMS Newsletter Subscriptions

This guide outlines the process of integrating Elementor forms with an SMS newsletter subscription system. By following these steps, you can automatically add user-submitted form entries to your SMS newsletter subscriber list using the provided code snippet. This integration enhances your website’s functionality by seamlessly capturing user data and extending your reach through SMS newsletters. […]

Read More Read more

How to Use Tracking Code in SMS with Easyship

In this article, we will guide you through the process of using Easyship to incorporate tracking codes into SMS notifications, ensuring seamless communication and efficient shipment tracking. Generate Tracking Codes in Easyship: Configure SMS Notifications with WP SMS Plugin: Here is an example: By using Easyship and integrating tracking codes into SMS notifications with WP […]

Read More Read more