Found Image DsgnWrks Importer for Instagram | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
84%
4.2 Stars (34 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    DsgnWrks
Version: 2.1.1
Requires: WP 3.1
Last Updated:2595 days ago
Downloads:55617
Tags:
Download Plugin Package

DsgnWrks Importer for Instagram

Released on August 24, 2012.
Download Plugin Package

Version: 2.1.1

Version: 2.1.1 Backup your instagram photos & display your instagram archive. Supports importing to custom post-types & adding custom taxon

  • Description
  • FAQ
  • Changelog
  • Installation


In the spirit of WordPress and "owning your data," this plugin will allow you to import and backup your instagram photos to your WordPress site. Includes robust options to allow you to control the imported posts formatting including built-in support for WordPress custom post-types, custom taxonomies, post-formats. You can control the content of the title and content of the imported posts using tags like **insta-image**, **insta-text**, and others, or use the new conditional tags [if-insta-text]Photo Caption: **insta-text**[/if-insta-text] and [if-insta-location]Photo taken at: **insta-location**[/if-insta-location]. Add an unlimited number of user accounts for backup and importing.

As of version 1.2.0, you can now import and backup your instagram photos automatically! The plugin gives you the option to choose from the default WordPress cron schedules, but if you wish to add a custom interval, you may want to add the wp-crontrol plugin.

Version 1.2.6 introduced many new features for Instagram video. Your videos will now be imported to the WordPress media library, as well as the cover image. The new shortcode, [dsgnwrks_instagram_embed src="INSTAGRAM_MEDIA_URL"], displays your imported media as an Instagram embed (works great for video!) and finally, you can now use the tags, **insta-embed-image**, and **insta-embed-video**, in the Post Content template to save the dsgnwrks_instagram_embed shortcode to the post.

Plugin is built with developers in mind and has many filters to manipulate the imported posts.

See Wiki for more help.

Sites That Have Used the Importer

  • bigredfro.com
  • instadre.com
  • photos.jkudish.com
  • photos.jtsternberg.com
  • bakersfieldvintage.com
  • fernwehblues.de/category/momente

(send me your site if you want to be featured here)

Like this plugin? Checkout the DsgnWrks Twitter Importer. Feel free to contribute to this plugin on github.

How do I use these snippets?

  • Below are some common requests, and some helper snippets to accomplish them. To install these gists, download the gist from github, unzip, and copy the .php file inside to your site's wp-content/mu-plugins directory. If you do not have the mu-plugins directory, simply create it. For more information, read this post.

Is it possible to set the default image display size in a post?

  • If you're importing as the featured image and your theme supports featured images, that is the size that will be used. If you're instead importing the image to the post, there is a filter in the plugin for overriding the image size. If you wanted to instead use the "medium" image size created by WordPress, you can use this snippet: https://gist.github.com/jtsternberg/1c6b332b2db6da7e38226b88dff5c6a0. That is a filter on the $size parameter passed to wp_get_attachment_image_src() so you can use any values you would use there. wp_get_attachment_image_src() on the codex: http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src

Is it possible to limit the length of the imported posts?

  • Yes, use this snippet: gist.github.com/jtsternberg/6148635

Is it possible to set the title of the imported posts to the date of the image?

  • Yes, use this snippet: gist.github.com/jtsternberg/1b83e43348cfe4ec08a3

Can I save my own post-meta fields for each post?

  • Yes, use this snippet: gist.github.com/jtsternberg/f784e8d0e8c2da371702

Is it possible to automatically center align the imported images?

  • Yes, use this snippet: gist.github.com/jtsternberg/60e201662691ec9d4a8e (will only work if your theme supports the 'aligncenter' class)

Can I remove the text from the excerpt field?

  • Yes, use this snippet: https://gist.github.com/jtsternberg/2797bf20ac6e5cf09417d22098e65c1d

Is it possible to store the location data in the recommended WordPress GPS coordinates format/standard?

  • Yes, use this snippet: https://gist.github.com/jtsternberg/a5914ac04198a57ebfca38567cc382e1

Is it possible to modify where the instagram meta data is stored?

  • Yes, review/use this snippet: https://gist.github.com/jtsternberg/a5914ac04198a57ebfca38567cc382e1

Is it possible to embed the imported videos with WordPress native video player, instead of the Instagram embed?

  • Yes, review/use this snippet: https://gist.github.com/jtsternberg/b7c3b5371c6f639693b8f086859ad129

I created a user & the options disappear on saving?

  • This isn't exactly a "frequently" asked question, but if it's something you are experiencing, you may want to try to remove the "→" from the default content field. See https://wordpress.org/support/topic/created-user-options-disappear-on-saving/.

??

  • If you run into a problem or have a question, contact me (contact form or @jtsternberg on twitter). I'll add them here.

2.1.1

  • Use new hack to get full resolution image for import. See https://stackoverflow.com/a/48296606/1883421

2.1.0

  • Add media-type conditions to output different things depending on the type of media from instagram. Fixes: #44
  • Better media file-names. Default to using excerpted title, falling back to the created time.
  • Keep from double-importing the first image for carousel media items.

2.0.0

  • Provide filter (dsgnwrks_instagram_video_import_resolutions) for specifying which video resolutions to import.
  • Improved imported items display, including:
    • Excerpted title in case they get super long
    • Update titles for imported video items
    • Trash link for instantly curating
    • Edit link for getting to the image quickly
    • Added <li> title attribute for "imported & created successfully"
    • Fix formatting of imported item output for videos
  • Fix issue where it looks like we are still looping and no-new-to-import does not show
  • Fix issue with javascript log function not working in some instances
  • Enable importing instagram carousel posts. Fixes #43 and #30 TODO: enable gallery settings, etc
  • Update/fix Travis CI configuration for better testing. Props Nathan Friedly
  • Fix issue with access_token query var being used by other plugins
  • Fixed several issues with unit tests
  • Added dsgnwrks_instagram_post_meta_pre_save filter to allow changing meta keys. Fixes #29.
  • Add the ability to reimport missed photos. Fixes #32, and #37
  • Cleaned up broken bits of UI.
  • Store deleted instagram-imported posts to blacklist, to keep from reimporting intentionally deleted items.
  • Add a UI for editing the blacklist in the settings.

1.4.1

  • Add dsgnwrks_instagram_post_meta_pre_save filter to allow saving meta to user-defined keys. Fixes Issue 29.
  • Add alt attribute to instagram image.
  • Fix bug where other instagram plugin's settings would redirect to our plugin setting page (forum post).

1.4.0

  • Fix condition markup, if condition is the first bit in the content.
  • Allow deletion of users when the key is 0. hat-tip to Pablo de la Vega: http://dsgnwrks.pro/plugins/dsgnwrks-instagram-importer/#comment-12208
  • Fix issue w/ cached user data not being stored to transient.
  • Delete user-data transient when deleting user.
  • Cleanup wysiwyg editor instance.
  • No longer need bio, website, fullname, and profile_picture from authentication callback as we fetch in a separate request (or data is not needed).

1.3.9

  • Fix issues where Instagram usernames with certain characters could not show the settings panel.

1.3.8

  • Fix issues where Instagram usernames with certain characters could not import media.

1.3.7

  • Update: fix unit tests.
  • Update: Switch to a singleton for primary plugin class. (this helps address some issues with the debug plugin)

1.3.6

  • Bug fix: Fix "Call to undefined method DsgnWrksInstagram::get_options()" error.

1.3.5

  • Bug fix: Fix "Call to undefined method DsgnWrksInstagram_Settings::debugsend()" error.

1.3.4

  • Bug fix: Some checkboxes were not displaying the saved value.

1.3.3

  • Occasionally update the stored user's data from the instagram API to keep it fresh.
  • Fix fatal error when deactivating the plugin.

1.3.2

  • When possible, import the full-resolution non-square instagram images.

1.3.1

  • Update importer image markup to support coming responsive images update to WordPress core.

1.3.0

  • When possible, import the full-resolution instagram images (1080x1080).

1.2.9

  • Bug fix: Made the auto-import feature off by default. Would sometimes be triggered on plugin activation.
  • Saved the Instagram username to post-meta (instagram_username) along with the entire Instagram user object (instagram_user).

1.2.8

  • Bug fix: Tag filter is now more reliable.

1.2.7

  • Bug fix: Adding a new user no longer resets the auto-import frequency setting.
  • Bug fix: User settings would occasionally not save correctly.
  • Conflict fix: Do not publicize imported posts via Jetpack.
  • New: Template tag for getting the instagram image, dw_get_instagram_image, and for displaying the image, dw_instagram_image.

1.2.6

  • New: Shortcode for displaying instagram embed, dsgnwrks_instagram_embed.
  • New: **insta-embed-image**, and **insta-embed-video** import content tags to add the embed shortcode. Using these tags will negate the **insta-image** tag.
  • New: Plugin option for selecting to remove #hashtags when saving posts' Title/Content/Excerpt.
  • New: dsgnwrks_instagram_import_types filter - Modify to exclude images or video (or others?) from the import.
  • New: dsgnwrks_instagram_post_excerpt filter - Modifies the imported posts' excerpts.
  • New: dsgnwrks_instagram_post_title filter - Modifies the imported posts' titles.
  • New: dsgnwrks_instagram_post_content filter - Modifies the imported posts' content.
  • New: dsgnwrks_instagram_{$tag} filter - Allows granular modification of each content tag's replacement.
  • Improvement: Better ajax importing of images/posts. Each imported post will show live feedback during the import process.
  • Improvement: Better styling for users with MP6 installed.
  • Fixed: Authenticating users with Emoji (or other special characters in their bios) would cause the plugin to break.
  • Fixed: Post format selector didn't have correct class and so wasn't getting shown correctly.

1.2.5

  • Added: POT translation file.
  • Improvement: Import now runs via AJAX, and imported post messages have improved styling.
  • Fixed: Previously had no uninstall hook. Now deletes plugin option data (not imported posts) when uninstalling plugin.

1.2.4

  • Fixed: **insta-image-link** now pulls in the full 612x612 image size.
  • Added: dsgnwrks_instagram_image_size filter for changing from 'full' to any registered image size.
  • Added: dsgnwrks_instagram_insta_image filter to allow manipulation of the **insta-image** html markup (add classes, etc).

1.2.3

  • Fixed: Better SSL management

1.2.2

  • Added: Option to save Instagram hashtags as taxonomy terms (tags, categories, etc).
  • Added: Filter on Settings page to allow other plugins/themes to add extra settings fields.
  • Added: More of the Instagram photo data is saved to post_meta. props csenf
  • Fixed: Better management and display of API connection errors. props csenf

1.2.1

  • Added: Internationalization (i18n) translation support, and debugging infrastructure.

1.2.0

  • Added: It's finally here! Option to auto-import/backup your instagram shots.

1.1.4

  • Added: Option to conditionally add "insta-text" & "insta-location."
  • Updated: Default options when first adding a user, including the "insta-location" conditional in the post content.
  • Fixed: When unchecking "set as featured image," the posts would still add the featured image.

1.1.3

  • Fixed: When unchecking "set as featured image" the input would still display as checked

1.1.2

  • Fix infinite redirect when adding a new user

1.1.1

  • Update plugin instructions that state setting the image as featured is required for images to be backed-up. As of version 1.1, this is no longer a requirement.

1.1

  • Convert plugin to an OOP class and remove amazon S3 links from post content. Props to @UltraNurd.

1.0.2

  • Fixes a bug with new user profile images not showing correctly

1.0.1

  • Fixed a bug where imported instagram times could be set to the future

1.0

  • Launch.


  1. Upload the dsgnwrks-instagram-importer directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Visit the plugin settings page (/wp-admin/tools.php?page=dsgnwrks-instagram-importer-settings) to add your instagram usernames and adjust your import settings. If you want to see how how the output will look, I suggest you set the date filter to the last month or so. If you have a lot of instagram photos, you may want to import the photos in chunks (set the date further and further back between imports till you have them all) to avoid server overload or timeouts.
  4. Import!


 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string BHAGBT to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.