=== Instapress ===
Contributors: tkrammer, liechtenecker
Donate link:
Tags: widgets, photos, instagram, shortcode, images, instapress, sidebar, liechtenecker
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 0.4.2
Highly customizable plugin that displays a feed of pictures uploaded via Instagram. Display a users media, your own media or the popular media feed.
== Description ==
= Features =
This highly customizable plugin offers the possibility to embed feeds from Instagram into your WordPress Blog.
It makes use of jQuery's fancybox plugin to display a nice slideshow for your images.
You can choose:
* how many Instagram images you want to display
* the size of the Instagram images
* whether you want to show the Instagram picture's title or not
* whether to use fancybox or not
* whether you want to display your own Instagram feed, a friend's Instagram feed or the popular media feed from Instagram
= Demo =
You can find a demonstration of the plugin here
= Usage =
#### Shortcode ####
You can implement an instagram feed in posts or pages via shortcode in the following format: [instapress userid="" piccount="" size=""]
* **userid**: ID of instagram user (leave blank for popular media, use "self" for your own media or "myfeed" to display your feed)
* **piccount**: Number of instagrams to display (Default: 9)
* **size**: Size of instagrams in pixels (Default: 85)
#### Widget ####
Add Widget called "Instagram" to your sidebar (wp-admin > Design > Widgets) and configure it:
* **Title**: Widget-Title (use CSS to hide it)
* **Picture size**: Size of pictures in pixels
* **Username**: Username of users whose media to display
* **Pics**: How many pics will be displayed?
* **Effect**: Fancybox uses jQuery Fancybox to display image gallery, otherwise the pictures link to their instagr.am page
* **Show title**: Shows the title of the image in Fancybox slideshow
* **Image container**: Individual HTML-Container for the Instagram image takes 2 Parameter at the moment (*%index%* = Index of image starting with 1, *%image%* = the instagram image)
= Language support =
This plugin is currently available in the following languages:
* German
* English
If you've created your own language pack please let me know at t.krammer [at] liechtenecker.at
Download the latest POT-File here
For a german description of the plugin visit our blog at http://liechtenecker.at/instapress-das-instagram-plugin-fur-wordpress/
== Screenshots ==
1. Instapress Admin Settings
2. Instagram Widget Settings
3. Instagram Widget Demo
4. Instagram Fancybox
== Installation ==
1. Download the plugin and unzip it to your /wp-content/plugins/ folder.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Follow the steps in Settings->Instapress to authorize your widget for the API.
1. Add the widget to your sidebar from Appearance->Widgets and configure the widget options.
== Frequently Asked Questions ==
= Do I need an account on Instagram? =
Yes, you need an account on Instagram to register an application.
= Why do I have to register an Instagram application? =
You have to register an application to work with the official Instagram API.
= Why do I have to authorize the application? =
Instapress works with the official Instagram API which requires authorization via oAuth.
== Changelog ==
= 0.4.2 =
* Fixed bug for own media via "self" in shortcode
= 0.4.1 =
* Added language support for german
= 0.4 =
* First official release
* Provides user's feed, friend's feed and popular media feed
== Upgrade Notice ==
= 0.4.2 =
* Fixed bug for own media via "self" in shortcode
= 0.4.1 =
* Added language support for german
= 0.4 =
* Initial upload to WordPress plugin directory