Floating social - WordPress-Phoenix/whitelabel-framework GitHub Wiki
Floating Social
The floating social bar provides and easy way for visitors to share content from your website across various social media networks.
Usage
Auto Embedding
To automatically include the floating social bar on ever page go to the Social Media tab of the Theme Options page, click "Enable Floating Social Bar" and "Auto-Embed Floating Social Bar". Auto embedding can be disabled on a page by page basis by selecting "Disable on this page" in the Floating Social Options Panel of the page editor.
Selective Embedding
To selectively include the floating social bar on your pages go to the Social Media tab of the Theme Options page and click "Enable Floating Social Bar". You can now add the floating social bar on a page by page basis by selecting "Enable on this page" in the Floating Social Options Panel of the page editor.
Including inline in page content
[floating_social position="inline"]
Including in a sidebar
Simply drag the WLFW Floating Social widget to the desired sidebar
Including in a page template
add_floating_social(array('position' => 'the_content'));
** Must be called before get_header()