How the frack is this dude doing this?

theaxe12

Registered Member
Joined
Apr 18, 2010
Messages
56
Reaction score
28
This dude = anup1965. Check out this thread:

blackhatworld.com/blackhat-seo/blogging/1609-how-use-blogger-redirect.html

Like srsly wtf. :confused:

The closest I'm getting to that (read: way WAY off) is to slip some two-bit iframing right
under the "#navbar { display: none; }" section, like this:
Code:
<style type="text/css">
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
</style>
<html>

    <head>

        <title><$BlogPageTitle$></title>
        <iframe style="border: 0px none ; overflow: auto; width: 100%; height: 100%" src="AFFLINK WOULD GO HERE"> </iframe>
</body>
</html>
Help, please. I'm getting owned by coding.
 
Why dont you just do a javascript redirect?
 
Yeah, just use a javascript redirect.

Code:
<script type="text/javascript">
<!--
window.location = "http://www.yourfinalurl.com/";
//-->
</script>
 
Know what? I don't know squat about javascript.

That's the problem.

Time to read up on JS until my eyes fall out.
 
Yeah, just use a javascript redirect.

Code:
<script type="text/javascript">
<!--
window.location = "http://www.yourfinalurl.com/";
//-->
</script>
Just place your url you want your visitors to be directed to in this snippet.
Easy peasy.

Know what? I don't know squat about javascript.

That's the problem.

Time to read up on JS until my eyes fall out.
 
I had no clue where to put the script...

...Until I reverted to "Classic Template". Now everything works just fine. :D

The regular HTML template Blogger has is like Greek to me. lol

Thanks, guys!
 
Back
Top