Changeset 972302
- Timestamp:
- 08/25/2014 12:50:22 PM (12 years ago)
- Location:
- wpinstagram-images-widget/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wpinstagram-images-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpinstagram-images-widget/trunk/README.txt
r943394 r972302 1 1 === WPInstagram Images Widget === 2 Tags: wordpress, instagram, crawler, widget, instagram widget, social, instagram platform, sidebar,shortcode2 Tags: 3 3 Requires at least: 3.5 4 4 Tested up to: 3.9.1 5 Stable tag: 2.0. 35 Stable tag: 2.0.4 6 6 7 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget. 7 DEPRECATED 8 8 9 9 == Description == 10 10 11 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.11 Depreciated due to csrf check on instagram. 12 12 13 No need to create an application on Instagram, just your username. 14 15 16 = Shortcode = 17 18 Parameters 19 20 1. `username` **(required)** - Your instagram username; 21 1. `show` **(optional - default: 1)** - Number of images to show 22 1. `show_description` **(optional - default: 0)** - Turn on/off images description (Use: 0 to hide, 1 to show) 23 1. `target` **(optional - default: _blank)** Open images in new tab? 24 1. `image_size` **(optional - default: 100x100)** Image size (width x height) 25 1. `horizontal_list` **(optional - default: 0)** - Turn on/off inline photos 26 27 [Examples](https://github.com/eduardostuart/wpinstagram-images-widget/wiki/Shortcodes) 28 29 = Supporting future development = 30 31 If you like the WPInstagram Images Widget plugin, please rate and review it here in the WordPress Plugin Directory, support it with your [donation](http://goo.gl/Kdkpag "donation") . Thank you! 32 33 = Thanks to... = 34 35 [jesstech](https://github.com/jesstech) - [Github pull](https://github.com/eduardostuart/wpinstagram-images-widget/pull/1) 36 [Kampfbereit](https://github.com/Kampfbereit) - [Github issue](https://github.com/eduardostuart/wpinstagram-images-widget/issues/2) 37 38 = Need Support? = 39 40 Follow me [Twitter](http://twitter.com/eduardostuart). 41 42 == Installation == 43 44 You can either install it automatically from the WordPress admin, or do it manually: 45 46 1. Unzip the archive and put the `wpinstagram-images-widget` folder into your plugins folder (/wp-content/plugins/). 47 2. Activate the plugin from the Plugins menu. 48 3. Go to `Appearance` -> `Widgets` to see your new widget (Search for `WPInstagram Images Widget`) 49 4. That's it! You're ready to go! 50 51 52 == Screenshots == 53 54 1. Example 55 2. Widget 56 3. Shortcode 57 58 == Changelog == 59 60 v.2.0.3 - Notices - [Bugfixes](https://github.com/eduardostuart/wpinstagram-images-widget/issues/2) 61 62 v.2.0.1 - Bugfixes; New option to display inline photos; Better image load/download; 63 64 v.1.2.6 - Bugfix 65 66 v.1.2.5 - Bugfix 67 68 v.1.2.4 - [Bugfix](http://wordpress.org/support/topic/triggered-a-fatal-error-on-activation) when used with nextgen gallery 69 70 v.1.2.3 - Add the option to hide (widget) image description; Bugfixes 71 72 v1.2.1 - Portuguese-BR Translation 73 74 v1.2 - Bugfixes and new shortcodes; 13 This plugin does not work anymore. -
wpinstagram-images-widget/trunk/wpinstagram-images-widget.php
r943394 r972302 4 4 * Plugin URI: http://eduardostuart.com.br/ 5 5 * Description: Instagram Images Widget get your most recent activity at Instagram and display them in a Widget. 6 * Version: 2.0. 36 * Version: 2.0.4 7 7 * Author: Eduardo Stuart 8 8 * Author URI: http://eduardostuart.com.br … … 24 24 define('WPINSTAGRAM_CACHE_TIME' , 10); //minutes 25 25 define('WPINSTAGRAM_MAX_IMAGES' , 10); 26 define('WPINSTAGRAM_VERSION' , '2.0. 3');26 define('WPINSTAGRAM_VERSION' , '2.0.4'); 27 27 28 28 $upload_dir = wp_upload_dir();
Note: See TracChangeset
for help on using the changeset viewer.