Subscription – Widget & Popup
Facebook
Twitter
Whatsapp
Google Plus
LinkedIn
Stumble Upon
Pinterest
Reddit
Buffer
Pocket
Flipboard
$(document).ready( function() {
$(‘#opensub’).click(function() {
var delay = $(‘.newspopup’).attr(‘data-delay’);
$(‘.blackout’).delay(delay).show(0);
$(‘.newspopup’).delay(delay).show(0);
});
});
Subscription is integrated very nicely in this theme, you can checkout subscription widget in sidebar & popup will appear when you will scroll down page. To check popup box click here.
Leave a Reply