위젯 타입은 type='FollowByEmail' 이며 위젯의 이름은 '이메일로 팔로어 되기' 입니다. 이메일을 남긴 방문자에게 새로운 글이 게시되면 이메일로 받아볼 수 있도록 하는 위젯입니다.

태 그 설 명
title 위젯의 제목
feedPath Feedburner 피드의 고유한 URL
Ex.) http://feeds.feedburner.com/blogspot/WOXCj

피드 버너의 URL은 블로그나 소유주마다 고유한 URL 주소가 할당됩니다. 따라서 중복되는 URL이 생성될 수 없으며 블로그 소유자가 변경되면 피드 버너 값도 같이 변경됩니다. 이메일 구독에 필요한 태그는 아래 예제를 참고합니다.

<form action='https://feedburner.google.com/fb/a/mailverify'
  expr:onsubmit='&quot;window.open(\&quot;https://feedburner.google.com/fb/a/mailverify?uri=&quot; + data:feedPath + &quot;\&quot;, \&quot;popupwindow\&quot;, \&quot;scrollbars=yes,width=550,height=520\&quot;); return true&quot;' method='post' target='popupwindow'>
  <input class='follow-by-email-address' name='email' 
    placeholder='Email address...' type='text'/><br/>
  <input class='follow-by-email-submit' type='submit' value='전송'/>
  <!-- 피드버너 URL -->
  <input expr:value='data:feedPath' name='uri' type='hidden'/>
  <input name='loc' type='hidden' value='en_US'/>
</form>

0 댓글