Saturday, November 14, 2009

How to redirect a Livejournal blog to a different blog?

I've been trying to use override HTML in the custom options of Livejournal because I don't use Livejournal, but I post comments in various communities. So instead, I want people to be redirected to my actual blog thats not a livejournal blog, when they click my username. This is the code i use under the S1 layout in the custom options portion:





GLOBAL_HEAD=%26gt;


{


%26lt;meta HTTP-EQUIV="REFRESH" content="0; url=http://mywebsite.com" %26gt;


}


%26lt;=GLOBAL_HEAD





but it won't work. Can anyone tell me what I can do to make it redirect to my own blog site?





Thanks~

How to redirect a Livejournal blog to a different blog?
try making it in javascript


%26lt;script type="text/javascript"%26gt;


%26lt;!--


window.location = "http://www.somesite.com/"


//--%26gt;


%26lt;/script%26gt;


if lifejournal alows javascript in comments


No comments:

Post a Comment