https://github.com/markrickert/app-display-page
A wordpress plugin that will take an application ID from your iOS application and output the data associated with it. Included is an example usage file if you want to see how to use it as a standalone script. You can get the plugin from the official wordpress directory here: http://wordpress.org/extend/plugins/app-display-page/
https://github.com/markrickert/app-display-page
Last synced: 12 months ago
JSON representation
A wordpress plugin that will take an application ID from your iOS application and output the data associated with it. Included is an example usage file if you want to see how to use it as a standalone script. You can get the plugin from the official wordpress directory here: http://wordpress.org/extend/plugins/app-display-page/
- Host: GitHub
- URL: https://github.com/markrickert/app-display-page
- Owner: markrickert
- Created: 2011-07-26T21:30:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T19:13:38.000Z (over 11 years ago)
- Last Synced: 2025-05-07T16:11:23.330Z (about 1 year ago)
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/app-display-page/
- Size: 191 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
*** THIS PLUGIN IS NO LONGER SUPPORTED OR MAINTAINED ***
# App Display Page
This is a simple Wordpress plugin that you can
modify to fit your own needs. Use your iOS's
application id and it will spit out some basic HTML
that you can then apply your own styling to.
# Why?
I wanted to make sure that I had accurate
descriptions and current pricing information
for all my apps wherever I display this data
on my personal websites. This was the natural
thing to do.
# How to use:
* Clone or download the repos.
* Upload the folder 'app-display-page' to your Wordpress installation's plugins folder.
* Log into Wordpress and activate the plugin.
* In any post or page, insert the following shortcode: ```[ios_app id="1234"]``` (where "1234" is your application's App Store ID).
* You can also specify a download link like this: ```[ios_app id="1234" download_url="http://www.yourlinktrackerurl.com"]```
* Save the page and check out the result!
* You can also enter your iTunes Affilliate code (and an optional campaign ID) to automatically convert all links over to the affiliate referral.
# Advanced usage:
You can also use the following shortcodes to pull only _parts_ of the
application's data. Please note that you must also pass the ```id``` to
these shortcodes as well of the plugin won't know what application you
want the data for.
* ios_app_name
* ios_app_icon
* ios_app_icon_url
* ios_app_version
* ios_app_price
* ios_app_release_notes
* ios_app_description
* ios_app_rating
* ios_app_iphoness
* ios_app_ipadss
* ios_app_itunes_link