ByDN Instagram
Minimal Instagram Wordpress Plugin for Developers
by Daniel Navarro · github.com/danidnm/bydn-minimal-instagram-wordpress-plugin-for-developers · website
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/danidnm/bydn-minimal-instagram-wordpress-plugin-for-developers/archive/refs/heads/master.zipDescription
ByDN Instagram is a WordPress plugin aimed at developers that allows basic integration of Instagram posts into a website, serving as a foundation to adapt it to the needs of each project.
The configuration only requires your Instagram ID and access token.
A cron task will retrieve Instagram posts (caption and URL) to the WordPress database, and using a provided shortcode, images filtered by #hashtag can be inserted into the desired pages or posts.
The provided layout is basic and is expected to be adapted by the developer to the project.
Features
- Simple Configuration: A configuration page in the admin panel to add your Instagram account and token.
- Automatic Synchronization: A scheduled task that synchronizes posts automatically every hour.
- Customizable Shortcode: A shortcode
[instagram_posts]that can be used to display filtered posts. - Modular Design: The code is divided into modules for easy extension and customization.
Requirements
- WordPress 5.0+
- PHP 5.7+
Installation
Manual
- Download the plugin
.zipfile. - Extract the content and upload the
bydn-instagramfolder to thewp-content/plugins/directory. - Activate the plugin from the WordPress admin panel.
Usage
Configuration
- Go to "ByDN Instagram" in the admin menu.
- Enter your Instagram Account and Instagram Token.
- Click on "Save Changes".
Shortcode
-
Show All Posts:
[instagram_posts] -
Show posts with the hashtag #summer:
[instagram_posts caption="summer"]