Giter Club home page Giter Club logo

inike / app-display-page Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markrickert/app-display-page

0.0 1.0 0.0 84 KB

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/

Home Page: http://wordpress.org/extend/plugins/app-display-page/

app-display-page's Introduction

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!

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.

  • name
  • icon
  • icon_url
  • version
  • price
  • release_notes
  • description
  • rating
  • iphoness
  • ipadss
  • itunes_link

This plugin will cache the data from your application in the Wordpress database for 24 hours. The application icons and screenshots are cached on your server by default but if you'd like to pull those images directly from Apple's CDN servers (usually faster), change the value of IOS_APP_PAGE_CACHE_IMAGES to false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.