Is there a Wordpress Plugin for Google Cloud Messaging (GCM) - wordpress

I'm looking for a plugin for the Wordpress environment for Google Cloud Messaging. Is one available or would it be difficult to create?

Yes there is at pushappmaker.com I wrote it it can send messages to iPhone and Android devices

Check out the WordPress repository.
There is a plugin called WP GCM
Its a very great one and has some great extras!
http://wordpress.org/plugins/wp-gcm/

Related

Wordpress on Google cloud platform

I activated wordfence security on wordpress installation on Google cloud platform and now the site is showing server error.
Usually i use file manager to fix it,but cant find a way to do that on Google cloud platform.
Any idea how to solve this issue?
Thx

Push Notification from WooCommerce site to Flutter application

I am stuck at one point and need help to resolve the issue.
I tried many plugins but none of them fulfil my requirements. I am developing an E-Commerce user app in Flutter which link with our WordPress WooCommerce site using WooCommerce rest APIs. I need to integrate push notifications into my application but most of the plugins are offer push notification facilities only when you publish a post.
My Basic Requirements:
I need to notify
when users place an order
when order status updates
when new coupons are added
For that you need back-end developer. Because some plugins are only provide service for posts & products. But non of them offer services for orders. So we need to create custom hoods to achieve this functionality.
I hope you understand it.
Best of Luck!

TSD plugin wordpress and expo notifications

i want to implement notifications on my expo app which is a wordpress client without ejecting the project does anyone have any idea on how to do this
i found this wordpress plugin TSD Push Notification but there is no documentation i don't know how to use it
thank you in advance.
You'll have to learn Php and Wordpress. Don't ask me about those cause I'm not using Php/Wordpress. I see few documentation on the wiki of the GitHub project Home and REST-API that might provide some clue.

Can we use Firebase as backend for a Wordpress website?

I am aware of the plugin at
https://itnext.io/how-to-integrate-firebase-and-wordpress-b017ee274687
The problem is it does not have full functionality to read databases, and perform authentication, run cloud functions, etc.
Is there any other better way that i am unable to find, or has this problem never been solved yet, for easy-to-implement solutions ?
there is a guide for Firebase WordPress Integration for the PRO plugin.
https://firebase-wordpress-docs.readthedocs.io
Which issue are you trying to solve with Firebase and WordPress?

how to set watson online chat applicatiom to my website

Anyone knows how to connect an IBM Watson chatbot to a website? I am using bluemix. I already have a watson conversation and I want to integrate it to my wordpress website. I'm not understanding where to include the configurations.
Watson Conversation is just a REST API endpoint. Youll need some widget that calls the service as outlined here:
https://www.ibm.com/watson/developercloud/conversation/api/v1/#create_workspace
We have some sample chat widgets you could potentially embed as an iframe or something if you want.
https://www.ibm.com/watson/developercloud/doc/conversation/sample-applications.html
https://github.com/watson-developer-cloud/text-bot
There is a Watson Conversation WordPress plugin that you can use to deploy your chatbot to a Wordpress site.
The plugin is called “Watson conversation.”
You can find the configurations steps here: https://courses.cognitiveclass.ai/courses/course-v1:CognitiveClass+CB0103EN+v1/courseware/c6143d9ff5764057a91e53fa8a3a6dff/2b860fc913a745e29dce92bf72d15faf/
The Watson Conversation plugin can be installed both on self-hosted WordPress installations and hosted WordPress (on WordPress.com). WordPress.com charges a fee to allow us to install custom plugins.
Well, you could use a simple method (Simple, but paid) and use chatlio.
This way you can just install the plugin to your wordpress.
IBM makes available too the web application, but it's in javascript.
Watson provides a web chat plugin which can be embedded to the website
Visit
https://cloud.ibm.com/docs/assistant?topic=assistant-deploy-web-chat#
to get the script code and paste the code as close to the closing tag as possible.
Another way is to integrate with Kommunicate. Go to Bot integration section, select IBM Watson, enter your Watson API key. Then copy the script from Settings -> Install to your website code before the closing tag.

Resources