Beschreibung
WP Social Feed Gallery is a simple WordPress plugin that allow you to display your Instagram feed pictures in your website. It does not require you to provide your login details or sign in via oAuth.
The widget is built with the following philosophy:
- Use of sensible and simple HTML5 markup
- Provide username and hashtag – it is up to you to show the widget to your theme and taste
- Cache possible – Default Cache time is 2 hours for rapid load
- Change number of columns, colors and borders.
- Follow using the Instagram button.
- Easy Setup flow to configure and go live in minutes.
A plugin by WDDPortfolio and Muhammad Furqan Abid.
Screenshots
Installation
To install this plugin:
- Upload the
wp-social-feed-gallery
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- That’s it!
Alternatively you can search for the plugin from your WordPress dashboard and install from there.
FAQ
- Hooks & Filters
-
The plugin has shipped with cache time controll filter. You can adjust the cache time for retrieving the images from Instagram:
add_filter('wpsfg_cache_time', 'wpsfg_my_cache_time'); function wpsfg_my_cache_time() { return HOUR_IN_SECONDS * 2; }
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende & Entwickler
„WP Social Feed Gallery“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„WP Social Feed Gallery“ wurde in 1 Sprache übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „WP Social Feed Gallery“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
0.1
- Initial release