This plugin is a simple plugin to generate widgets highlighting top mac apps, music, books, ios apps, audiobooks and university courses available on Apple iTunes Store. This is in development, but provides a starting point for experienced developers who want to customize the widget to their needs. At this time, the plugin does not support affiliate links but will in the near future.
Future versions will include a fully documented shortcode, which will allow placement of top products on both posts and pages.
All images and trademarks referenced herein are the properties of their respective owners.
Overview
This section describes how to install the plugin and get it working.
- Upload folder to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
Widgets
- Place iphods widget into your desired sidebar
-
Goto https://rss.itunes.apple.com/us/ and get a feedtype from the url, examples include:
-
topfreeapplications
- toppaidipadapplications
- toppaidebooks
- Paste this code into the widget box, this will be replaced with a dropdown in future versions
Shortcode
- Edit any post or page, add the following shortcode
[iphods feedtype="topfreeapplications"]
1. Add any attributes to override their defaults, as needed to get desired output.
limit [number from 1 to 100]
genre [see urls generated by
https://rss.itunes.apple.com/us/]
image_size [0,1,2]
display [grid or list]
show_price [true or false]
Futher Customizations
This plugin is just a foundation, please modify it and adjust to fit your needs and desires.