https://github.com/masipcat/appdetails-2-for-wordpress
AppDetails 2 lets users to display information of mobile apps from the AppStore, Google Play Store and Windows Store easily in a WordPress blog
https://github.com/masipcat/appdetails-2-for-wordpress
Last synced: about 2 months ago
JSON representation
AppDetails 2 lets users to display information of mobile apps from the AppStore, Google Play Store and Windows Store easily in a WordPress blog
- Host: GitHub
- URL: https://github.com/masipcat/appdetails-2-for-wordpress
- Owner: masipcat
- License: mit
- Created: 2013-08-14T13:42:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-09T12:39:47.000Z (over 11 years ago)
- Last Synced: 2025-04-11T18:57:20.647Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
AppDetails 2 for WordPress
========================##What is it?
AppDetails 2 lets users to display information of mobile apps from the __AppStore__, __Google Play Store__ and __Windows Store__ easily in a WordPress blog.
##How to install:
Download [AppDetails 2](https://github.com/JMasip/AppDetails-for-WordPress/archive/master.zip) as a ZIP file. Then expand "master.zip" and copy "appdetails" folder to WordPress plugin's folder (/wp-content/plugins/). You must rename "config-sample.php" to "config.php" and fill the empty fields. This plugin requires PHP 5.3+.
##How to use:
###AppStore:
url: _https://itunes.apple.com/us/app/drugtime/id657234388_WP Post syntax: __[app]657234388[/app]__
###Google Play Store:
url: _https://play.google.com/store/apps/details?id=com.android.chrome_WP Post syntax: __[app]com.android.chrome[/app]__
###Windows Store:
url: _http://apps.microsoft.com/windows/es-es/app/line/b039ba22-c3af-45b3-aea2-83d612c9bce6_WP Post syntax: __[app]line/b039ba22-c3af-45b3-aea2-83d612c9bce6[/app]__
##Customize
You can modify `template.html`, `template-loading.html`, `style.css` and `translation.json`.