Linux 软件免费装

Add To Home Screen

开发者 delapuente
mozillawebapps
更新时间 2016年4月16日 18:00
PHP版本: 3.5 及以上
WordPress版本: 4.4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

web banner home progressive applications progressive web applications homescreen screen

下载

0.1.0 0.2.0 0.3.0 0.3.1

详情介绍:

Add To Home Screen enables your WordPress installation to appear in the mobile home screen of your readers, among their favorite applications. This is not just a bookmark to your site, Add To Home Screen is the first step for your site to leverage a complete app-like experience. Add To Home Screen plugin uses the W3C Web App Manifest and Service Worker API in addition to some browser specific technologies to place your WordPress in the same location of native applications. Complete native experience by offering push notifications, instant loading and offline content.

安装:

  1. Install the plugin from the WordPress.org plugin directory
  2. Activate the plugin Alternatively,
  3. Clone or download the project repository
  4. Install bower and composer, enter the wp-add-to-homescreen folder of the repository and run composer install && bower install.
  5. Copy (or symlink) the wp-add-to-homescreen folder inside your WordPress installation plugins directory.
  6. Enable the plugin from the admin panel.

常见问题:

What platforms support Add To Home Screen feature?

Almost all browsers support adding bookmarks to the home screen but complete Add To Home Screen feature is currently supported by Chrome and Opera. Add To Home Screen banner is only supported by Chrome right now.

更新日志:

0.3.1 Updated dependencies include performance improvements and error fixing. 0.3.0 Relying on composer's autoload to manage plugin dependencies. 0.2.0 Fixed a case typo in a route which caused the plugin to not work. 0.1.0 Initial release