I’ve been having my Instagram photos autopost as blog posts for awhile, but I was never thrilled with the results. Unfortunately there’s not one single plugin (that I can find) that works just as I want it to. But I’ve found a solution for my personal site (yay!)
What I want:
- All my Instagram posts automatically posted to my (self-hosted) WordPress site as individual posts.
- The caption of each image should serve as the post title.
- The content of each post should include a link back to the image on Instagram.
- The image should automatically be uploaded to my site and inserted as the featured image for the post.
This requires three tools (aside from Instagram and WordPress… )
- IFTTT to autopost the images to WordPress.
- The Auto Save Remote Image plugin.
- The Auto-Hyperlink URLs plugin.
Step One: Use this IFTTT recipe to automatically send your Instagram posts to WordPress. Add your own category and tag(s).
Step Two: The Auto Save Remote Image plugin will automatically grab, upload, and set the photo as the featured image for the post. No setting required after activation.
Step Three: In the setting for Auto-Hyperlink URL I set the Hyperlink Mode/Truncation to 1, which displays only the domain for the autoposted link (resulting in “via instagram.com…“.) The IFTTT recipe posts the link to Instagram as plain text, this converts it to an active link.
Bonus
If you want to keep your Instagram photos out of your site’s RSS feed, make sure they are all sent to a category set up just for those photos. Then, to exclude that category from your RSS feed, open your theme’s functions.php file and insert the following:
// exclude instagram category from feed
function catFeedExcluder($query) {
if(is_feed()) {
$query->set( 'category__not_in', '-4' );
return $query;
}
}
add_filter('pre_get_posts', 'catFeedExcluder');
Replace ‘-4‘ with the correct category ID number (Go to Posts > Categories and click on the category name. The address bar will show the category ID number like this: “…wp/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=4&post_type=post”
Adjust/play with the various settings to suit your own needs.

I’ve been trying to put this year’s 
What’s cool about being included in lists is that it gives you a little glimpse into how other people see you. I’m on some NJ lists, some WordPress and geek lists, and others that just make me smile. Some of my faves include































