该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Social Feed Gallery

描述

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.

屏幕截图

  • Instagram widget on the front end
  • Instagram widget in the widgets area
  • Instagram Settings Panel

安装

To install this plugin:

  1. Upload the wp-social-feed-gallery folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it!

Alternatively you can search for the plugin from your WordPress dashboard and install from there.

常见问题

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;
}

评价

此插件暂无评价。

贡献者及开发者

“WP Social Feed Gallery” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“WP Social Feed Gallery”插件已被翻译至1种本地话语言。 感谢所有译者为本插件所做的贡献。

将“WP Social Feed Gallery”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1

  • Initial release