Once you have configured WSI you simple place the invitations widget with the following options:
- Shortcode: Place the shortcode on any page you want
[wsi-widget title=”Invite some friends!”] or choose some providers only [wsi-widget providers=”google,facebook,mail”] - Content Locker shortcode: Wrap the content to hide like
[wsi-locker title=”Share to unlock”]Awesome hidden content[/wsi-locker] - Sidebar Wiget: Go to Appearance -> Widgets and drop the WordPress Social Invitations in the desired sidebar.
- PHP code: Place it on any part of your template with :
echo Wsi_Public::widget(‘Invite Some friends!’);