Remote Page Inject
by Austin Ginder · github.com/dedicatedcloud/remote-page-inject · website
★ 0stars
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/dedicatedcloud/remote-page-inject/archive/refs/heads/main.zipReadme
Remote Page Inject
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.