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

Closed
mobiproxman Posts 3 Registration date Friday 8 February 2019 Status Member Last seen 3 February 2020 - 3 Feb 2020 à 01:16
somtochukwu Posts 5 Registration date Friday 25 December 2020 Status Member Last seen 2 January 2021 - 28 Dec 2020 à 07:16
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
3 Feb 2020 à 07:57
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>
mobiproxman Posts 3 Registration date Friday 8 February 2019 Status Member Last seen 3 February 2020
3 Feb 2020 à 08:27
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
Facebookcoder
3 Feb 2020 à 08:29
No there is no way if you cannot write the html code.
somtochukwu Posts 5 Registration date Friday 25 December 2020 Status Member Last seen 2 January 2021
28 Dec 2020 à 07:16
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