quqii – Social Media Feed Grid

Description

quqii Social Media Feed Grid displays Instagram profile feeds on your WordPress website. It connects to the feed.quqii.net API which retrieves, caches and serves publicly available Instagram data at lightning speed. No direct Instagram API access required.

Features

  • Gutenberg block with inspector controls
  • Shortcode for classic editor and page builders
  • Automatic caching (5 minutes locally, server-side based on posting frequency)
  • Images and videos in 4:5 format
  • Follower count display, likes overlay
  • Fully customisable via CSS classes

Shortcode Reference

Full feed:
[quqii-feed instagram=”username”]

Profile header only:
[quqii-feed instagram=”username” display=”profile”]

Image/video grid only:
[quqii-feed instagram=”username” display=”grid”]

Follower count inline:
[quqii-feed instagram=”username” display=”followers”]

With custom column count and CSS class:
[quqii-feed instagram=”username” columns=”4″ class=”my-style”]

Requirements

An API token is required. Free account at feed.quqii.net.

External Services

This plugin connects to the feed.quqii.net API to retrieve Instagram profile data.

  • Service: feed.quqii.net
  • Purpose: Fetching, caching and serving publicly available Instagram profile data (profile info, post images, videos).
  • Data sent: Your API token and the Instagram username(s) you configure.
  • When: On every page load that uses the [quqii-feed] shortcode or block (with a 5-minute local cache).
  • Privacy Policy: https://feed.quqii.net/privacy.php
  • Terms of Service: https://feed.quqii.net/terms.php

By using this plugin, you agree to the Terms of Service. An account and API token at feed.quqii.net is required.

Blocks

This plugin provides 1 block.

  • quqii Feed

Installation

  1. Install the plugin ZIP in the WordPress admin under Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. Go to quqii Feed in the WordPress admin menu, enter your API token and verify it.
  4. Add the shortcode or block to any page.

FAQ

Where do I find my API token?

In the dashboard at feed.quqii.net/dashboard.php.

How often is the data updated?

The interval is based on the posting frequency of the account (automatic mode) or can be set manually in the quqii Feed dashboard.

Does the plugin work with page builders?

Yes. The shortcode [quqii-feed instagram="username"] works in Elementor, Divi, WPBakery and all other page builders that support shortcodes.

Can I customise the styling?

Yes. All CSS classes start with quqii-feed- and can be overridden in your theme stylesheet. Use the class attribute in the shortcode to add additional classes.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“quqii – Social Media Feed Grid” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release