Instagram Settings
Sync Instagram feed
by SW Dev Team · github.com/wearesideways/sw-classic-ig-plugin
★ 0stars
4.6kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wearesideways/sw-classic-ig-plugin/archive/refs/heads/master.zipAlso on Packagist as sidewaysnyc/sw-classic-ig:
composer require sidewaysnyc/sw-classic-igFrom the readme
SW Classic Instagram Plugin
Custom Wordpress plugin to import Instagram posts to WP posts (This is a replacement for the dsgnwrks-instagram-importer plugin).
Configuration Vars
You must define following keys to be able to connect with the FB Graph API:
define('SWIGFBAPPID', 'XXXX');
define('SWIGFBAPPSECRET', 'XXXXX');
Plugin Settings
You can set different settings by project, you must define them on your local-config.php (or wp-config.php) file:
- Post Type Name: define('SWIGPOSTTYPE', 'instagram')
- Default Post Status: define('SWIGPOSTSTATUS', 'publish')
- On/Off to remove hashtags from title (dsgnwrks remove from posttitle, postcontent, postexcerpt): define('SWIGREMOVEHASHTAGS', false)
Features
- Plugin settings page to login and sync feed.
- Login with FB Business Accounts (must have an Instagram Page Linked)
- Can login multiple accounts and each account can have many pages/igpages linked to it.
- Import the last 20 Instagram posts as WP Posts.
- It has validations to prevent duplicated entries compared with the current records on the database.
- The import is manually.
- Custom settings depending on the project
- Set custom posts type name
- Set de
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v3.0.2 | May 2, 2022 |
| 3.0.1 | Mar 9, 2022 |
| 3.0.0 | Mar 9, 2022 |
| 2.0.1 | Apr 21, 2021 |
| 2.0.0 | Apr 21, 2021 |
| 1.2.0 | Jan 15, 2021 |
| 1.1.0 | Oct 20, 2020 |
| 1.0.0 | Aug 17, 2020 |
| v0.9.0 | Jan 29, 2020 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.