
a plugin embeds iOS(iPhone/iPad/iPod) app info by pasting iTunes Store URLs
Screenshots

sample formatted iPhone app on a post

admin settings

writing examples on WP HTML editor
FAQ
Where can I go to join PHG Network?
I want it shown in my language. What can I do?
If you want to add your language translation, what you need to do is add and edit new resource files on your local and check if it translates properly.
The translation resource files are .po and .mo files under languages/ sub-folder. For example, if want to make Italian,
language/embed_iphoneipad_app-it.po
language/embed_iphoneipad_app-it.mo
are needed. You may copy the current Japanese .po, rename ‘ja’ with ‘it’, and edit .po file with appropriate translation tool such like PoEdit. PoEdit will create .mo from .po automatically when you save.
If you send me those po/mo files, I will include them and the plugin’s output will be displayed in that language, when the WordPress’s locale is set to the language.
Some app info are not displayed in my locale
The plugin looks up the WordPress locale setting (by get_locale()). If you see info in other language you expect, you need to set locale correctly.
Also, if iTunes App Store does not have the app in the language/country, no info in the language/country are provided so it falls back into the global info(usually English, unless no English support exists).
Apps supported languages are not shown fully but in 2 letter digit(e.g. EN, JA)
If you want it with longer language names in your language, you need PHP Intl extension. If Intl extension is on, languages will be displayed in long text in your locale.
Apps price are not displayed in my locale
If you want prices shown in your locale, you need PHP Intl extension. If Intl extension is on, price will be displayed in your locale’s format.
I do not like the current design
Please edit css/embed-iphoneipad-app.css at now. Please keep in mind the plugin-updates may erase your modifications. If you design a better one please send it to us, we may make your style as default.
ChangeLog
1.0
1.0.1
- screenshot file name typos
- mistakes on affiliate ID handling
1.0.3
- tested with WordPress 3.5
- added control-panel message that maximum embed sizes are now not configurable WordPress 3.5 or above.
1.0.4
- tested with WordPress 3.5.1
- added a plugin header picture
1.0.5
- fixed an error message when run on too old version PHP
1.0.6
- 1.0.5 update was incomplete.
- fixed unclosed div tag. The former version broke a layout on some themes. (thanks to snurnberg)
- added a guide tip to suggest to enable php_intl extension on admin panel
1.0.7
- “Download on iTunes” is replaced with the latest “Available on the App Store” button.
- The items “Seller” and “Size” are removed.
1.0.8
- fixed a bug that error message was doubly showed when affiliate id is invalid.
1.0.9
- fixed a bug which Japanese translation only worked on admin page
1.1.0
- fixed a bug that screenshots of iPad apps were not displayed.
1.1.1
- modified app icon size to 150×150
- use 150×150 image icon instead of larger one to avoid too big image on RSS reader
- confirmed compatibility with WordPress 3.6
1.1.2
- removed custom template form which mistakenly added in 1.1.1
- suppress rating stars in feed, to avoid too frequent updates on rss reader
- confirmed compatibility with WordPress 3.6.1
1.5.0
- support PHG Network affiliate effective on October 1, 2013
- Linkshare affiliate will be automatically switched after the date.
- suppress devices in feed, to avoid too frequent updates on rss reader
1.5.1
- remove devices list as it tends to be too long
- confirmed compatibility with WordPress 4.7.4