Constructor
new SubscribeEmail()
Example
<SubscribeEmail
title="Widget title"
description="Description text"
feedburnerId="******"
buttonTitle="Subscribe now" />
Members
(static) Cacheable
Cacheable Google FeedBurner widget JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
Example
<SubscribeEmail.Cacheable
widget={{
description: 'Description text',
feedburner_id: '******'
}}
helper={{ __: function() {...} }} />