FollowIt

view/widget/followit~ FollowIt

follow.it widget JSX component.

Constructor

new FollowIt()

Source:
See:
Example
<FollowIt
    title="Widget title"
    description="Description text"
    buttonTitle="Subscribe now"
    actionUrl="https://api.follow.it/subscription-form/******" />

Members

(static) Cacheable

Cacheable follow.it widget JSX component.

This class is supposed to be used in combination with the locals hexo filter (module:hexo/filter/locals).

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