Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями 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