블로그의 RSS를 구글 피드버너로 수동으로 설정하기
- Blog
- 2009. 2. 5.
블로그의 RSS의 치환자는 "https://comzil.tistory.com/rss" 이것입니다. 본문의 RSS 경로에서 구글의 피드버너의 경로로 변경해주시면 됩니다.
메타블로그에서는.. 기본적으로 블로그 주소를 입력하면...
스킨 제일 상단의 "https://comzil.tistory.com/rss" 이 정보를 긁어갑니다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="alternate" type="application/rss+xml" title="컴질스토리" href="https://comzil.tistory.com/rss" />
<link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
<link rel="shortcut icon" href="https://story.comzil.com/favicon.ico" />
<title>컴질스토리 :: 블로그의 RSS를 구글 피드버너로 수동으로 설정하기</title>
</head>
<body>
<s_t3>
텍스트큐브나, 티스트로의 스킨의 상단에서... https://comzil.tistory.com/rss 이 부분을 자신의 피드버너로 수동으로 입력해주시면 됩니다.
즉, https://comzil.tistory.com/rss -> http://feeds2.feedburner.com/아이디
이런식으로 변경해주시면 됩니다.