Have your own website and then redirect the pages to the links
<META[COLOR=#000000][FONT=Consolas] [/FONT][/COLOR]http-equiv="refresh"[COLOR=#000000][FONT=Consolas] [/FONT][/COLOR]content="5;URL=adflylink">[code]
Http-equiv is stating it will refresh the page and load a second link.
Content is stating how long this will take. 5 means 5 seconds. This can be changed to suit your needs. A value of 0 will redirect as soon as possible.
Url Argument is an obvious statement.
[quote="willyt2000, post: 7591582"]Or you could use goo.gl or another link shortener[/QUOTE]
Because you may or may not have access to a site or it's content. You other option is the post a link that is allowed.
Google contains a great amount of sites dedicated to shortening urls.
Own a website, then in the website, host a HTML page that uses Meta Refresh. Meta Refresh code will redirect the user after a given amount of time.
Http-equiv is stating it will refresh the page and load a second link.Code:<META http-equiv="refresh"content="5;URL=adflylink">
Content is stating how long this will take. 5 means 5 seconds. This can be changed to suit your needs. A value of 0 will redirect as soon as possible.
Url Argument is an obvious statement.