A small WordPress plugin that allows you to:
- specify an uploaded image to use as the application shortcut icon (app icon) when iPhone / iPod Touch users select ‘Add to Home Screen’ in Safari
- specify whether users’ avatars should become the app icon when creating a shortcut to a user’s author page (for example:http://example.com/authors/username/)
Installation
- Download the release package
- Unzip the package (discard the folder with version number)
- Add the folder custom-app-icons to your plugins directory (…/wp-content/plugins/)
- Upload the new files to your WordPress server (if you aren’t working directly on the server)
- Visit the plugins page in WordPress and activate the plugin
Use
Once the plugin is installed and activated:
- Upload a 45×45 pixel image you would like to use as your app icon
- Open the ‘Custom app icons’ page under ‘Settings’ in WordPress
- Add the path to your image to the ‘Default app icon’ field
- Optionally select ‘Use avatars as app icons for author pages’
- Submit the updated settings ‘Save Changes’
You should now see code similar to <link rel="apple-touch-icon" href="/assets/my-app-icon.png" /> added to the <head> of your WordPress site pages and see your custom app icons when you use ‘Add to Home Screen’ for your site on your iPhone or iPod Touch.
Changelog
- Version 0.1: Initial release
Download
Custom app icons is licensed under the The GNU General Public License (GPL), by downloading and/or using it you are agreeing to abide by the terms of that license.
Package
Download the complete Custom app icons 0.1 plugin package (.zip)