Badawy App Launcher

外掛說明

Badawy App Launcher adds configurable mobile-app launch buttons to WordPress through the [badawy_app_launcher] shortcode.

Configure separate iPhone/iPad and Android deep links, store URLs, a web fallback, and the fallback delay under Settings > App Launcher. The plugin does not contact a remote service, collect analytics, or include third-party code.

Whether a mobile app opens depends on the app’s own deep-link configuration. For the most reliable experience, configure Apple Universal Links and Android App Links in the mobile applications and on the associated website.

安裝方式

  1. Upload the badawy-app-launcher folder to /wp-content/plugins/ or install its ZIP.
  2. Activate Badawy App Launcher.
  3. Open Settings > App Launcher.
  4. Enter the app deep links and store URLs.
  5. Add [badawy_app_launcher] to a post, page, or widget that supports shortcodes.

常見問題集

What shortcode should I use?

Use [badawy_app_launcher].

You can customize the label, CSS class, and app route:

[badawy_app_launcher label="Open our app" class="my-button" path="article/123"]

Can a website determine whether the app is installed?

Browsers do not provide a fully reliable, privacy-safe installation check. The plugin attempts the configured deep link and then uses the appropriate store or web fallback after a short delay.

Does this create Universal Links or Android App Links?

No. Those links also require configuration in the iOS and Android applications and association files on the website. This plugin renders the launch button and handles browser fallback behavior.

使用者評論

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

參與者及開發者

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

參與者

將〈Badawy App Launcher〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release.
  • Added configurable iOS and Android deep links.
  • Added App Store, Google Play, and web fallbacks.
  • Added shortcode attributes for labels, CSS classes, and app routes.