Help With Redirection Template
- Status: Closed
- Prize: $15
- Entries Received: 4
- Winner: lucas829
Contest Brief
I would like to identify the code to place into the HTML theme of a Tumblr web site to force redirection to a new URL. The code below partially works. The problems are:
1) The Meta tag line doesn't create any 15 second pause.
2) The text line that contains the link to allow manual redirection is being converted by Tumblr into some very weird URL that does not work.
3) I want to make the text and formatting of that text line more attractive, to make it readable during the delay.
4) If possible, I would like the manual link to include the location path, so that the full URL is forwarded manually.
I would say the person who solves this problem needs to have accounts on Tumblr, and it needs to be tested. Don't just guess at solutions please.
<html>
<head>
<meta http-equiv=”refresh” content=”15” ;url=”http://newblogname.tumblr.com”>
</head>
<body>
Redirecting to <a href=”http://newblogname.tumblr.com”>newblogname</a>
<script>
location.replace(‘http://newblogname.tumblr.com’ + location.pathname);
</script>
</body></html>
Recommended Skills
Public Clarification Board
How to get started with contests
-
Post Your Contest Quick and easy
-
Get Tons of Entries From around the world
-
Award the best entry Download the files - Easy!