Download the PHP package newcool/instagram-feed without Composer
On this page you can find all versions of the php package newcool/instagram-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package instagram-feed
=== Smash Balloon Social Photo Feed === Contributors: smashballoon, craig-at-smash-balloon Tags: Instagram, Instagram feed, Instagram photos, Instagram widget, Instagram gallery Requires at least: 4.1 Tested up to: 5.9 Stable tag: 6.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Formerly "Instagram Feed". Display clean, customizable, and responsive Instagram feeds from multiple accounts. Supports Instagram oEmbeds.
== Description ==
Display Instagram posts from your Instagram accounts, either in the same single feed or in multiple different ones.
= Features =
- New: Now automatically powers your Instagram oEmbeds
- Super simple to set up
- Display photos from multiple Instagram accounts in the same feed or in separate feeds
- Completely responsive and mobile ready - layout looks great on any screen size and in any container width
- Completely customizable - Customize the width, height, number of photos, number of columns, image size, background color, image spacing and more!
- Display multiple Instagram feeds on the same page or on different pages throughout your site
- GDPR Compliance - automatically integrates with many of the popular GDPR cookie consent plugins and includes a 1-click easy GDPR setting.
- Use the built-in shortcode options to completely customize each of your Instagram feeds
- Display thumbnail, medium or full-size photos from your Instagram feed
- Infinitely load more of your Instagram photos with the 'Load More' button
- Includes a Follow on Instagram button at the bottom of your feed
- Display a beautiful header at the top of your feed
- Display your Instagram photos chronologically or in random order
- Add your own Custom CSS and JavaScript for even deeper customizations
- Handy block for easily adding your feed to posts and pages using the block editor
= Benefits =
- Increase Social Engagement - Increase engagement between you and your Instagram followers. Increase your number of followers by displaying your Instagram content directly on your site.
- Save Time - Don't have time to update your photos on your site? Save time and increase efficiency by only posting your photos to Instagram and automatically displaying them on your website
- Display Your Content Your Way - Customize your Instagram feeds to look exactly the way you want, so that they blend seemlessly into your site or pop out at your visitors!
- Keep Your Site Looking Fresh - Automatically push your new Instagram content straight to your site to keep it looking fresh and keeping your audience engaged.
- Super simple to set up - Once installed, you can be displaying your Instagram photos within 30 seconds! No confusing steps or Instagram Developer account needed.
- Powers all Instagram oEmbeds on your site - With WordPress removing support for Instagram oEmbeds, the plugin will now power all Instagram embeds on your site, old and new, to allow them to continue working.
= Pro Version = In order to maintain the free version of the plugin on an ongoing basis, and to provide quick and effective support for free, we offer a Pro version of the plugin. The Pro version allows you to:
- Display Hashtag feeds
- View photos and videos in a popup lightbox directly on your site
- View post comments for user feeds
- Display the number of like and comments for each post
- Create carousels from your posts
- Use "Masonry" or "Highlight" layouts for your feeds
- Display captions for photos and videos
- Filter posts based on hashtag/word
- Advanced moderation system for hiding/showing certain posts
- Block posts by specific users
- Create "shoppable" Instagram feeds, and more.
Find out more about the Pro version or try out the Pro demo.
= Featured Reviews = "Simple and concise - Excellent plugin. Simple and non-bloated. I had a couple small issues with the plugin when I first started using it, but a quick comment on the support forums got a new version pushed out the next day with the fix. Awesome support!" - Josh Jones
"Great plugin, greater support! - I've definitely noticed an increase in followers on Instagram since I added this plugin to my sidebar. Thanks for the help in making some adjustments...looks and works great!" - BNOTP
= Feedback or Support = We're dedicated to providing the most customizable, robust and well supported Instagram feed plugin in the world, so if you have an issue or have any feedback on how to improve the plugin then please open a ticket in the Support forum.
For a pop-up photo lightbox, to display posts by hashtag, show photo captions, video support + more, check out the Pro version.
== Installation ==
- Install the Instagram Feed plugin either via the WordPress plugin directory, or by uploading the files to your web server (in the
/wp-content/plugins/
directory). - Activate the Instagram Feed plugin through the 'Plugins' menu in WordPress.
- Navigate to the 'Instagram Feed' settings page to connect your Instagram account.
- Use the shortcode
[instagram-feed]
in your page, post or widget to display your Instagram photos. - You can display multiple Instagram feeds by using shortcode options, for example:
[instagram-feed num=6 cols=3]
For simple step-by-step directions on how to set up the Instagram Feed plugin please refer to our setup guide.
= Display your Feed =
Single Instagram Feed
Copy and paste the following shortcode directly into the page, post or widget where you'd like the Instagram feed to show up: [instagram-feed]
Multiple Instagram Feeds
If you'd like to display multiple Instagram feeds then you can set different settings directly in the shortcode like so: [instagram-feed num=9 cols=3]
If you'd like to display feed from more than one account, connect multiple accounts on the "Configure" tab and then add the user name in the shortcode: [instagram-feed user="ANOTHER_USER_NAME"]
You can display as many different Instagram feeds as you like, on either the same page or on different pages, by just using the shortcode options below. For example:
[instagram-feed]
[instagram-feed user="ANOTHER_USER_NAME"]
[instagram-feed user="ANOTHER_USER_NAME, YET_ANOTHER_USER_NAME" num=4 cols=4 showfollow=false]
See the table below for a full list of available shortcode options:
= Shortcode Options =
- General Options
- user - An Instagram User Name (must have account connected) - Example:
[instagram-feed user=AN_INSTAGRAM_USER_NAME]
- width - The width of your Instagram feed. Any number - Example:
[instagram-feed width=50]
- widthunit - The unit of the width of your Instagram feed. 'px' or '%' - Example:
[instagram-feed widthunit=%]
- height - The height of your Instagram feed. Any number - Example:
[instagram-feed height=250]
- heightunit - The unit of the height of your Instagram feed. 'px' or '%' - Example:
[instagram-feed heightunit=px]
- background - The background color of the Instagram feed. Any hex color code - Example:
[instagram-feed background=#ffff00]
- class - Add a CSS class to the Instagram feed container - Example:
[instagram-feed class=feedOne]
- Photo Options
- sortby - Sort the Instagram posts by Newest to Oldest (none) or Random (random) - Example:
[instagram-feed sortby=random]
-
num - The number of Instagram posts to display initially. Maximum is 33 - Example:
[instagram-feed num=10]
- cols - The number of columns in your Instagram feed. 1 - 10 - Example:
[instagram-feed cols=5]
- imageres - The resolution/size of the Instagram photos. 'auto', full', 'medium' or 'thumb' - Example:
[instagram-feed imageres=full]
- imagepadding - The spacing around your Instagram photos - Example:
[instagram-feed imagepadding=10]
- imagepaddingunit - The unit of the padding in your Instagram feed. 'px' or '%' - Example:
[instagram-feed imagepaddingunit=px]
- disablemobile - Disable the mobile layout for your Instagram feed. 'true' or 'false' - Example:
[instagram-feed disablemobile=true]
- Header Options
- showheader - Whether to show the Instagram feed Header. 'true' or 'false' - Example:
[instagram-feed showheader=false]
- showbio - Whether to show the account's bio in the Instagram feed Header. 'true' or 'false' - Example:
[instagram-feed showbio=false]
- custombio - Custom Bio text for the Instagram feed Header - Example:
[instagram-feed custombio="My custom bio."]
-
customavatar - URL of a custom Avatar for the header. Example:
[instagram-feed customavatar="https://my-site.com/avatar.jpg"]
- headercolor - The color of the Instagram feed Header text. Any hex color code - Example:
[instagram-feed headercolor=#333]
- 'Load More' Button Options
- showbutton - Whether to show the 'Load More' button. 'true' or 'false' - Example:
[instagram-feed showbutton='false']
- buttoncolor - The background color of the button. Any hex color code - Example:
[instagram-feed buttoncolor=#000]
- buttontextcolor - The text color of the button. Any hex color code - Example:
[instagram-feed buttontextcolor=#fff]
- buttontext - The text used for the button - Example:
[instagram-feed buttontext="Load More Photos"]
- 'Follow on Instagram' Button Options
- showfollow - Whether to show the 'Follow on Instagram' button. 'true' or 'false' - Example:
[instagram-feed showfollow=true]
- followcolor - The background color of the 'Follow on Instagram' button. Any hex color code - Example:
[instagram-feed followcolor=#ff0000]
- followtextcolor - The text color of the 'Follow on Instagram' button. Any hex color code - Example:
[instagram-feed followtextcolor=#fff]
- followtext - The text used for the 'Follow on Instagram' button - Example:
[instagram-feed followtext="Follow me"]
For more shortcode options, check out the Pro version.
= Setting up the Free Instagram Feed WordPress Plugin =
1) Once you've installed the Instagram Feed plugin click on the Instagram Feed item in your WordPress menu
2) Click on the large blue Instagram button to log into your Instagram account and connect your Instagram account. If you're having trouble retrieving your Instagram information from Instagram then try using the Instagram button on this page instead.
You can also display photos from other Instagram accounts by connecting additional Instagram accounts and adding the user name in the shortcode.
3) Navigate to the Instagram Feed customize page to customize your Instagram feed.
4) Once you've customized your Instagram feed, click on the Display Your Feed tab to grab the [instagram-feed] shortcode.
5) Copy the Instagram Feed shortcode and paste it into any page, post or widget where you want the Instagram feed to appear.
6) You can paste the Instagram Feed shortcode directly into your page editor.
7) You can use the default WordPress 'Text' widget to display your Instagram Feed in a sidebar or other widget area.
== Frequently Asked Questions ==
= Can I display multiple Instagram feeds on my site or on the same page? =
Yep. You can display multiple Instagram feeds by using our built-in shortcode options, for example: [instagram-feed user="smashballoon" cols=3]
. Be sure to connect the related Instagram account on the "Configure" tab.
= Can I display photos from more than one Instagram account in one single feed? =
Yep. You can add multiple user names from the connected accounts on the plugin's Settings page, or directly in the shortcode, separated by commas, like so: [instagram-feed user="smashballoon, instagramfeed"]
.
= Does the plugin work with Instagram oEmbeds? =
In version 2.5, support was added to allow the plugin to power your Instagram oEmbeds as official support for these is no longer available in WordPress core. Just connect your account on the oEmbeds settings page inside the plugin and we'll do the rest. No developer app or account required.
= How do I find my Instagram Access Token and Instagram User ID =
We've made it super easy. Simply click on the big blue button on the Instagram Feed Settings page and log into your Instagram account. The plugin will then ask if you'd like to connect the account and start using it in a feed.
= My Instagram feed isn't displaying. Why not!? =
There are a few common reasons for this:
- Your Access Token may not be valid. Try clicking on the blue Instagram login button on the plugin's Settings page again and copy and paste the Instagram token it gives you into the plugin's Access Token field.
- The plugin's JavaScript file isn't being included in your page. This is most likely because your WordPress theme is missing the WordPress wp_footer function which is required for plugins to be able to add their JavaScript files to your page. You can fix this by opening your theme's footer.php file and adding the following directly before the closing