WP Manifestindependent plugin directory
manifest / content / embed-redirects

Embed Redirects

A WordPress plugin to enable links in embeds to third party sites via a redirect.

by Peter Wilson · github.com/peterwilsoncc/embed-redirects

0stars
349composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/peterwilsoncc/embed-redirects/archive/refs/heads/main.zip

Also on Packagist as peterwilsoncc/embed-redirects:

composer require peterwilsoncc/embed-redirects

From the readme

Embed Redirects A WordPress plugin to enable links in embeds to third party sites via a redirect. By default, WordPress prevents embedded content from containing links to sites other than the source of the redirect. While this is fine for the standard WordPress embeds. For sites that customize the embed template to display the full content of the post it will prevent links to third party sites working when the post is embedded on another site. This allows the use of links to third party sites in the content by creating a redirect endpoint in WordPress for redirecting to other sites. To avoid an open redirect, it validates the URL to ensure the redirect is permitted by the site doing the redirect. This plugin needs to run on the site with the modified embed template. For sites using the embed the plugin does not have any effect. There isn't one, the plugin doesn't have any options to configure so works upon activation. The plugin attempts to flush the WordPress rewrite rules during activation. If this failed for some reason then visit the WordPress Dashboard Settings Permalinks page and see if that helps. Initial release.

Read the full README on GitHub →

Releases

TagPublished
1.1.0 Aug 23, 2026
1.0.0 May 26, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.