How to add Facebook’s Customer Chat Plugin to your website By Gerardo Salandra  Do you need a live chat plugin on your website? It would be great if your web visitors would chat with you through Facebook Messenger so you could message them back any t…
How to Create and Use Facebook Messenger Codes (June 2019) By Gerardo Salandra  What is a Messenger Code? It is really just a Facebook Messenger QR code that you can use to drive traffic to your Facebook Page. It is similar in the traditional QR code…
Ultimate Facebook Messenger for Business Guide (Updated: Feb 2019) By Iaroslav Kudritskiy November 29, 2018  It's right to be hesitant when adding more channels for contacting your business. Adding Facebook Messenger means another place to manage use…
Instant Messaging for Business: Your 10 Best Options By Iaroslav Kudritskiy It's probably not a surprise to you, but you or our employees are probably already using instant messaging for business. Formally or informally their likely having conversati…
官方API文档: https://developers.facebook.com/docs/chat/ 下面是根据文档修改的类: <?php class Invite_Chat{ protected static $_instance = array(); private $server = 'chat.facebook.com'; // fb xmpp 服务器 private $access_token = ''; // FB chat XMPP 标准 private $STREAM_XML…
12 Best Live Chat Software for Small Business Compared (2019)     Did you know that more than 67% of users on eCommerce websites abandon their shopping carts without checking out? Customers want their questions to be answered instantly, and any uncer…
1.获取当前应用的版本号 cordova plugin add cordova-plugin-app-version 2.获取网络连接信息 cordova plugin add cordova-plugin-network-information 3.获取GPS数据 cordova plugin add cordova-plugin-geolocation 4.Visual Notification(可视化消息提醒) cordova plugin add cordova-plugin-dialo…
jQuery validator 主页 github地址 demo学习 效果: Validate forms like you've never validated before! 自定义Validate: doesn't jQuery make it easy to write your own validation plugin? Sure, but there are still a lot of subtleties to take care of: You need a standar…
前言:用cordova开发hybrid app的过程中,由于是html5开发的app,在手机上很多权限受限制,这就导致了我们需要安装很多插件来弥补这一缺点.在网上搜了好久,感觉都不是很全,所以自己整理了一份cordova plugin清单. 1.获取当前应用的版本号 cordova plugin add cordova-plugin-app-version 2.获取网络连接信息 cordova plugin add cordova-plugin-network-information 3.获取G…
本文转自:http://andrewlock.net/an-introduction-to-oauth-2-using-facebook-in-asp-net-core/ This is the next post in a series on authentication and authorisation in ASP.NET Core. In this post I look in moderate depth at the OAuth 2.0 protocol as it pertain…