Plugin Directory

Changeset 972302


Ignore:
Timestamp:
08/25/2014 12:50:22 PM (12 years ago)
Author:
pyro3x
Message:

Depreciated due to csrf check on instagram. This plugin does not work anymore.

Location:
wpinstagram-images-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wpinstagram-images-widget/trunk/README.txt

    r943394 r972302  
    11=== WPInstagram Images Widget ===
    2 Tags: wordpress, instagram, crawler, widget, instagram widget, social, instagram platform, sidebar,shortcode
     2Tags:
    33Requires at least: 3.5
    44Tested up to: 3.9.1
    5 Stable tag: 2.0.3
     5Stable tag: 2.0.4
    66
    7 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
     7DEPRECATED
    88
    99== Description ==
    1010
    11 Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
     11Depreciated due to csrf check on instagram.
    1212
    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;
     13This plugin does not work anymore.
  • wpinstagram-images-widget/trunk/wpinstagram-images-widget.php

    r943394 r972302  
    44 * Plugin URI: http://eduardostuart.com.br/
    55 * Description: Instagram Images Widget get your most recent activity at Instagram and display them in a Widget.
    6  * Version: 2.0.3
     6 * Version: 2.0.4
    77 * Author: Eduardo Stuart
    88 * Author URI: http://eduardostuart.com.br
     
    2424define('WPINSTAGRAM_CACHE_TIME'     , 10); //minutes
    2525define('WPINSTAGRAM_MAX_IMAGES'     , 10);
    26 define('WPINSTAGRAM_VERSION'        , '2.0.3');
     26define('WPINSTAGRAM_VERSION'        , '2.0.4');
    2727
    2828$upload_dir = wp_upload_dir();
Note: See TracChangeset for help on using the changeset viewer.