How do I create a redirect page for all external links in WordPress?

Closed
mobiproxman Posts 3 Registration date Friday February 8, 2019 Status Member Last seen February 3, 2020 - Updated on Feb 3, 2020 at 01:17 AM
somtochukwu Posts 5 Registration date Friday December 25, 2020 Status Member Last seen January 2, 2021 - Dec 28, 2020 at 07:16 AM
Hello guys, I have been seeing websites where each time you click on a download link, for example, it will take you a download page. And on this page, you will have to wait for say 10 seconds before the download button appears. That is if my website is https://example.com and I have a post pointing to https://example.com/some-post with a link pointing to an external source https://external.com/file1. How can I make this link and all other external links point to a single page in my site https://example.com/out with a wait counter?

Thanks in advance.

Related:

3 responses

Facebookcoder
Feb 3, 2020 at 07:57 AM
Well, you point the href destination in the html to your destination, that is how. Do you know how to hand build a link? <a href="vlah.html" target=_new>go to vlah</a>
0
mobiproxman Posts 3 Registration date Friday February 8, 2019 Status Member Last seen February 3, 2020
Feb 3, 2020 at 08:27 AM
Thanks for your reply, But what I want to know is a way to point all external links to a single page with a wait counter
0
Facebookcoder
Feb 3, 2020 at 08:29 AM
No there is no way if you cannot write the html code.
0
somtochukwu Posts 5 Registration date Friday December 25, 2020 Status Member Last seen January 2, 2021
Dec 28, 2020 at 07:16 AM
WordPress is the best CMS for content management! Anyone can do it simply. You may do a search via youtube.

Page Links To plugin
# Go to Plugins -> Add New.
# Search for “Page Links To” plugin.
# Install and activate it.
# Create new post/page or edit an existing one.
# Scroll down to Page Links To tab.
# Choose “A Custom URL” radio button.
# Enter any URL you want.
# Choose if you want to open the link in a new tab.

Tanks
0