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:
How do I create a redirect page for all external links in WordPress?
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>
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.