반응형

 

http://shinb.tistory.com/374

 

개인 도메인으로 접속하면 티스토리 로그인이 안 된다?

 

 

 

 

방법1)

<script type="text/javascript">
var cmtwrt_href = (document.location.href); //현재 주소 추출
var result = cmtwrt_href.replace('http://uple.net', 'http://uple.tistory.com'); // 주소 치환
document.write('<a name="cmtwrt" href="' + result + '#cmtwrt' + '">티스토리 사용자 로그인</a>'); // 새로운 주소로 링크
</script>

 

방법2)

<a href="http://uple.tistory.com/login?requestURI=http://uple.net/[샵샵__article_rep_id_샵샵]">티스토리 사용자 로그인</a>

 

반응형
Posted by 공간사랑
,