✦ New: WordPress Plugin available

Instagram Feed for
any website & wordpress.

Embed any Instagram account with three lines of PHP. No Instagram API token, no cookie hassle — it just works.

Start for free View plans
// 1. Download & include widget
require 'quqii-widget.php';

// 2. Load profile
$profile = quqii_fetch('natgeo', 'YOUR_TOKEN');

// 3. Render
quqii_render($profile);

Everything included. Nothing to configure.

We handle all the technical overhead — you embed a feed and you're done.

Lightning fast caching

Profiles are cached and served locally — no Instagram request on your visitors' page loads.

🔄

Automatic updates

The interval adapts to the account's posting frequency. Daily posters update more often than monthly ones.

🎬

Images & Videos

All post types supported — photos and videos in native Instagram 4:5 format, locally converted to WebP.

🎨

Fully customisable

The included widget is a starting point. All CSS classes are documented and can be overridden.

🔒

No Instagram login

No official Instagram API access required. No app review, no token expiry, no risk of being blocked.

📦

WordPress Plugin

For WordPress sites there is a ready-made plugin — embed your feed in minutes, no code needed.

Live in 3 steps.

From sign-up to a working feed in less than 5 minutes.

Create an account

Sign up with your email address. No password needed — we send you a magic link.

Download the widget

Download the single PHP file from your dashboard and place it in your project.

Embed your feed

Three lines of code — done. The feed appears on your page, cached and lightning fast.

Transparent. No fine print.

Start for free and upgrade when you need more.

Free
€ 0 / month
Try it out — no expiry date.
  • 12 posts per feed
  • 15 refreshes/month
  • 1,000 API calls/month
  • PHP Widget
  • Automatic caching
  • WordPress Plugin
Start for free
Pro
€ 15 / month
For small agencies managing many accounts.
  • 36 posts per feed
  • 1,000 refreshes/month
  • 10,000 API calls/month
  • PHP Widget
  • Automatic caching
  • WordPress Plugin
Start Pro
Agency
€ 49 / month
For large agencies with many accounts.
  • 36 posts per feed
  • 10,000 refreshes/month
  • 100,000 API calls/month
  • PHP Widget
  • Automatic caching
  • WordPress Plugin
Start Agency
🔌 WordPress Plugin

WordPress?
No problem.

Our plugin integrates seamlessly with the WordPress block editor. Feed settings directly in the admin panel, no code required.

  • Gutenberg Block + Shortcode
  • Settings in WP Admin
  • Automatic widget updates
  • Compatible with all themes
Download plugin
// In WordPress: Shortcode
[instagram user="natgeo"]

// Or as PHP in your template:
<?php echo do_shortcode(
  '[instagram user="natgeo"]'
); ?>