Feed Integrator for Loops

Popis

With this plugin you can add your Loops video feed into your WordPress website.

The plugin reads a public Loops Atom Feed and renders the videos (or thumbnails) directly on your site. No third-party iframe, no tracking — just your own video files.

Features

  • Two shortcodes: [loops-feed] (videos) and [loops-images] (image grid)
  • Configurable number of videos (limit attribute and global setting)
  • Configurable grid columns per breakpoint (Desktop / Tablet / Mobile)
  • Built-in cache to reduce requests to the Loops feed
  • Settings page with Atom Feed test and cache clear button

Snímky obrazovky

Instalace

  1. Unzip the compressed file.
  2. Upload feed-integrator-for-loops to the /wp-content/plugins/ directory.
  3. Activate the plugin through the ‚Plugins‘ menu in WordPress.
  4. Go to Loops Integrator in the admin menu.
  5. Paste your Loops Atom Feed URL and save.
  6. Place [loops-feed] or [loops-images] in any page or post.

Nejčastější dotazy

Where do I get the Atom Feed URL?

Open Loops, go to your profile / developer settings. The Atom Feed URL looks like:
https://loops.video/feeds/.atom

What is the difference between the two shortcodes?

  • [loops-feed] — renders the videos themselves (HTML5 <video>).
  • [loops-images] — renders a grid of thumbnails; each thumbnail links to the original Loops post.

Can I limit the number of videos?

Yes. Global setting under Loops Integrator Anzahl Videos, or per shortcode via limit:
[loops-feed limit=“6″]

The feed shows nothing — what now?

  1. Open the settings page and click Atom Feed testen. The result will tell you whether the URL is reachable and contains entries.
  2. If the test passes but the page is still empty, click Cache leeren once.

In which languages is the plugin available?

English and German (text domain feed-integrator-for-loops).

You found a bug?

Go to this Page and Report it https://wordpress.org/support/plugin/feed-integrator-for-loops/ — thank you.

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Feed Integrator for Loops je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Plugin „Feed Integrator for Loops“ byl přeložen do 2 jazyků. Děkujeme všem překladatelům za jejich pomoc.

Přeložte “Feed Integrator for Loops” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.0

  • Add to WordPress Repo

0.2

  • Initial public release