If you are planning to implement Subscription System in Messenger Bot, here is a good news. With the release of Broadcast API, sending message to numerous recipients has been so much easier.
In this article, I am going to discuss how to broadcast message to multiple users through Messenger Bot.
The GD library is a graphics drawing library that provides tools for manipulating image data. We can perform various operations and manipulations with image using this powerful library.
In this article, I will show how to crop an image to transparent circular image using PHP GD Library.
Sometimes we need to insert large data set into database table. Using one INSERT statement per row is quite inefficient. Instead of this, we can assemble one INSERT statement with multiple rows.
In this article, I am going to show how to perform bulk insert into MySQL table using PHP.
In this post, I'll share how to search YouTube videos by using YouTube Data API v3 and PHP. I'll show how to search videos by type (video, channel, playlist), keywords and other search terms. In addition to this, I'll show how to order the result by various parameters.
After reading this article, you can make search
You can use custom images (icons) instead of default standard image for markers. Adding custom markers is very easy with Google Maps.
Today we’re going to look how to add multiple custom markers as well as legend in Google Map.
Are you having problem with translating numbers to their equivalent signs in different languages? Don’t worry! This post helps you in number translation.
As an example, let's convert English numbers to Devanagari equivalent and vice versa using PHP & JavaScript.
Looking for simple ways to load content directly from your website to your Facebook Page? Then this post is for you.
Today I want to share how to load content from your webserver to your Facebook Page using Page Tab.
With each subsequent releases of messenger platform, there are improvements on functionality and user experience. The Messenger Platform 1.4 release offers several features. Among them, today I am talking about Nested Persistent Menu.
In this article, I will show how to set up multi level nested Persistent Menu for Facebook Messenger Bot using Messenger Profile API.