>
Download This Plugin | |
Download Elegant Themes | |
Name | Social Media Feather - lightweight social media sharing and follow buttons |
Version | 1.7.5 |
Author | Synved |
Rating | 90 |
Last updated | 2015-03-01 12:34:00 |
Downloads |
602955
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Social Media Feather - lightweight social media sharing and follow buttons plugin added 648 bytes of resources to the Home page and 645 bytes of resources to the sample Post page.
Social Media Feather - lightweight social media sharing and follow buttons plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Social Media Feather - lightweight social media sharing and follow buttons plugin ads no tables to your Wordpress blog database.WordPress Social Media Feather is a super lightweight free social media WordPress plugin that allows you to quickly and painlessly add social sharing and following features to all your posts, pages and custom post types.
The plugin supports adding of social buttons for sharing or following (that is, social buttons that link to your social network profiles pages). The social media buttons can be easily and automatically be added to all your posts, pages or any other custom post types.
Check out this introductory tutorial on how to install and get started with Social Media for WordPress by a helpful user of Social Media Feather!
Now the only social sharing and bookmarking plugin with full support for the Retina and high resolution displays as used in iPad 5 and other devices!
The primary goal behind the plugin is to provide very lightweight WordPress social sharing and following that doesn’t add any unnecessary burden to your site and especially on your users.
What sets WordPress Social Media Feather aside from the plethora of other social sharing and following WordPress plugins is its focus on simplicity, performance and unobtrusive impact.
In order to achieve this the plugin makes no use of JavaScript and as a consequence it’s really fast while still providing all the social media functionality you might need.
By keeping load times at a minimum, you ensure that all the social sharing aspects of your site don’t interfere with those visitors who just want to access the content but are not interested in sharing on social media platforms.
On the other hand, given the widespread focus on WordPress social media integration, your site will still provide social bookmarks to improve visibility of your posts and content and improve your overall global reach.
The WordPress social media sharing offered by the plugin includes all major social sharing providers like Facebook, Twitter, Google+, reddit, Pinterest, tumblr, Linkedin and even e-mail.
It will show social buttons that your users can click to share to facebook or tweet your posts and pages on your site or submit it to reddit and google plus and all other social sharing networks.
The WordPress social media following offered by the plugin includes all major social network providers and tools like Facebook, Twitter, Google+, Pinterest, Linkedin, YouTube, tumblr, instagram, flickr, foursquare, vimeo or RSS.
Our social media plugin also offers widgets for sharing and following buttons that you can place in any widgetized area in your site and the widgets also expose some settings and parameters to tweak the appearance of the social buttons. The plugin also provides shortcodes that can be used for the same purpose, creating both share and follow buttons and allowing selection of visibility of different social media networks or reordering how the various social networks appear (see example shortcodes at the bottom).
You can disable automatic rendering of social icons for specific posts by using Custom Fields. Simply set a custom field of synved_social_exclude_share
to "yes" (without quotes) to disable rendering of sharing buttons on the post/page or synved_social_exclude_follow
to "yes" (without quotes) to remove following buttons from the post or alternatively synved_social_exclude
to disable both. The Custom Fields editor needs to be enabled on your post/page edit screen by clicking at the top right where it says "Screen Options".
This shortcode will create a list of social sharing buttons to share content on your site:
[feather_share]
This shortcode will create a list of social media sharing buttons to share content on your site, only showing Google+, Twitter and Facebook, in that specific order:
[feather_share show="google_plus, twitter, facebook" hide="reddit, pinterest, linkedin, tumblr, mail"]
You can change the order of displayed buttons by changing the order of keywords:
[feather_share show="twitter, google_plus, facebook" hide="reddit, pinterest, linkedin, tumblr, mail"]
This shortcode will create a list of social sharing buttons to share content on your site using the "Wheel" icons skin:
[feather_share skin="wheel"]
This shortcode will create a list of social media sharing buttons to share content on your site using the default icon skin with a size of 64 pixels:
[feather_share size="64"]
You can combine all the parameters above to customize the look, for instance using the "Wheel" icon skin at a size of 64 pixels and only showing Google+, Twitter and Facebook, in that specific order:
[feather_share skin="wheel" size="64" show="google_plus, twitter, facebook" hide="reddit, pinterest, linkedin, tumblr, mail"]
The next shortcode will create a list of social following buttons that allow visitors to follow you:
[feather_follow]
The next shortcode will create a list of social following buttons that allow visitors to follow you, using the "Balloon" icons skin:
[feather_follow skin="balloon"]
The next shortcode will create a list of social media following buttons that allow visitors to follow you, using the "Balloon" icons skin with a size of 64 pixels:
[feather_follow skin="balloon" size="64"]
If you don't want to use shortcodes but instead prefer to use PHP directly, there are 2 PHP functions/template tags you can use.
For sharing buttons you can use:
if (function_exists('synved_social_share_markup')) echo synved_social_share_markup();
For following buttons you can use:
if (function_exists('synved_social_follow_markup')) echo synved_social_follow_markup();