SubscribeEmail

view/widget/subscribe_email~ SubscribeEmail

Google FeedBurner widget JSX component.

Constructor

new SubscribeEmail()

Source:
See:
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).

Source:
See:
Example
<SubscribeEmail.Cacheable
    widget={{
        description: 'Description text',
        feedburner_id: '******'
    }}
    helper={{ __: function() {...} }} />