Subscribe & Connect
Add to ListUse your website as a hub for connecting with your audience. Build a following on your social media profiles, by displaying links to each under your blog posts, pages and other content.
The Subscribe & Connect plugin makes it easy for your visitors to find you on your various social media profiles, as well as increasing your newsletter sign-up rate, by displaying your newsletter sign-up form below your post and page content.
Looking for a helping hand? View plugin documentation.
Usage
To easily integrate Subscribe & Connect within your website, visit the “Settings > Subscribe & Connect > Display” section and select how you wish the plugin to integrate with your website.
To add support for displaying Subscribe & Connect on a custom post type, add the following when generating your post type:
<?php add_post_type_support( 'your_post_type', 'subscribe-and-connect' ); ?>