austinginder / remote-page-inject

Remote Page Inject is a WordPress plugin that fetches raw html response from remote URL and injects into current page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Page Inject

Fetches raw html from remote URL and injects into current page.

This plugin was created with intentions of pulling in landing pages created with ClickFunnels into WordPress pages. By combining Remote Page Inject's shortcode with Elementor Canvas and WP Landing Kit, a single WordPress installation can house many unique landing pages, each with a custom domain, with content managed within ClickFunnels.

Shortcode Usage

On any page or post add a shortcode like this:

[remote_page_inject url="https://account.clickfunnels.com/example-page"]

Each day WordPress will reach out to the remote site and cache the HTML response. The <body> of the HTML response will be injected where the shortcode is placed. The <head> of the HTML response will be injected via WordPress' wp_head hook.

About

Remote Page Inject is a WordPress plugin that fetches raw html response from remote URL and injects into current page


Languages

Language:PHP 100.0%