Title: Fusion Web App
Author: maurohmartinez
Published: <strong>2020 年 7 月 13 日</strong>
Last modified: 2020 年 11 月 24 日

---

搜尋外掛

![](https://ps.w.org/fusion-web-app/assets/banner-772x250.png?rev=2339481)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/fusion-web-app/assets/icon-256x256.png?rev=2339481)

# Fusion Web App

 由 [maurohmartinez](https://profiles.wordpress.org/maurohmartinez/) 開發

[下載](https://downloads.wordpress.org/plugin/fusion-web-app.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/fusion-web-app/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/fusion-web-app/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/fusion-web-app/#developers)

 [技術支援](https://wordpress.org/support/plugin/fusion-web-app/)

## 外掛說明

This is a free plugin to send push notifications using Expo Api https://expo.io/
notifications. In order to use this plugin, you need an App built with React Native
and Expo. This plugin creates an API to interact with your native App and stores
users unique push tokens to eb able to send them notifications from your Admin Panel.

### Characteristics

 1. Send push notifications
 2. Register screens for your App and redirect users to specific content when they 
    open notifications.
 3. Keep track of all your notifications sent and the users registered to your App.
 4. Save unfinished push notifications as draft and return later to finish and send
    them.

### Rest API

Fusion Web App registers the next API routes for you to connect to your wordpress
site.

Note: We strongly recommend to use htpps in order to protect your site.

**– your_site/wp-json/app/appregister-user-token**
 Type: POST Action: It registers
the user’s push token and stores the information in the database. Authentication:
Basic authentification by providing user credentials. Response: [success: true] –
status 201. Else [success: false, error: error_code] – status 201. Params: $username:
A real active user in your wordpress site. It does not need to have admin roles,
a subscriber is enough. $password: The password for the user provided. $installation_id:
The Expo installation ID. Use import Constants from ‘expo-constants’; Constants.
installationId. $name_device: The name of the user’s device Use import Constants
from ‘expo-constants’; Constants.deviceName. $platform: only accepts ‘ios’ or ‘android’.
Use import { Platform } from ‘react-native’; Platform.OS. $token: Expo push notification
token. For more info on this read the [documentation](https://docs.expo.io/versions/latest/sdk/notifications/).

**– your_site/wp-json/app/remove-user-token**
 Type: POST Authentication: Basic 
authentification by providing user credentials. Response: [device_removed: true]–
status 201. Else [device_removed: false, error: error_code] – status 201. Action:
It removes the user’s push token. Use this route when your users logout from your
application and stop sending them push notifications. Also, you can use it in case
your app allows users to choose whether to receive or not notifications in the settings.
Params: $username: A real active user in your wordpress site. It does not need to
have admin roles, a subscriber is enough. $password: The password for the user provided.
$installation_id: The Expo installation ID. Use import Constants from ‘expo-constants’;
Constants.installationId. $token: Expo push notification token. For more info on
this read the [documentation](https://docs.expo.io/versions/latest/sdk/notifications/).

**– your_site/wp-json/app/get-main-categories**
 Type: GET Authentication: None 
Response: Array([‘blogs’ => $blogs, ‘audios’ => $audios, ‘videos’ => $videos ]) 
Action: Use this route to fetch the main categories (those without parents) of your
website. Params: None.

## 螢幕擷圖

 * [[
 * This screen shot description corresponds to screenshot-1.(png).
 * [[
 * This screen shot description corresponds to screenshot-2.(png).
 * [[
 * This screen shot description corresponds to screenshot-3.(png).

## 常見問題集

### How can I use it?

In order to use this plugin, you need an App built with React Native and Expo. This
plugin creates an API to interact with your native App and stores users unique push
tokens to eb able to send them notifications from your Admin Panel.

### Is it free?

Yes.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Fusion Web App〉的開發相關工作。

參與者

 *   [ maurohmartinez ](https://profiles.wordpress.org/maurohmartinez/)

[將〈Fusion Web App〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/fusion-web-app)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/fusion-web-app/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/fusion-web-app/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/fusion-web-app/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/fusion-web-app/)。

## 變更記錄

#### 1.0.0

First realease.

#### 1.0.1

Push token fixed.

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **6 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 4.7 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.5.18**
 *  PHP 版本需求 ** 7.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/fusion-web-app/)
 * 標籤:
 * [app](https://tw.wordpress.org/plugins/tags/app/)[connect](https://tw.wordpress.org/plugins/tags/connect/)
   [expo](https://tw.wordpress.org/plugins/tags/expo/)[push notifications](https://tw.wordpress.org/plugins/tags/push-notifications/)
   [web](https://tw.wordpress.org/plugins/tags/web/)
 *  [進階檢視](https://tw.wordpress.org/plugins/fusion-web-app/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/fusion-web-app/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/fusion-web-app/reviews/)

## 參與者

 *   [ maurohmartinez ](https://profiles.wordpress.org/maurohmartinez/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/fusion-web-app/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://www.paypal.me/maurohmartinez)