As of April 2026, Ruven Themes: Sharing Links is a WordPress share plugin with 20 active installations and a 4.5/5 rating from 2 reviews. It has been downloaded 1.9K+ times in total. Requires WordPress 3.5.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 11 years ago — may have compatibility concerns. Top alternative: AddToAny Share Buttons.
This plugin provides a function to output links to share a post to Facebook, Twitter, and Google+.
Selected themes by Ruven will display the links automatically when the plugin is activated.
In other themes you will have to edit the templates in your theme in order to output the links.
Here an example of outputting the links in as list:
<?php
if(function_exists('ruven_sharing_links')) {
echo '<ul class="sharing-list">';
$sharing_links = ruven_sharing_links();
foreach($sharing_links as $sharing_link) {
echo "<li>$sharing_link</li>";
}
echo '</ul>';
}
?>
$sharing_links = ruven_sharing_links( $get_array, $include, $open_in_new_tab, $class );
$get_array
(bool) (optional) If you want the return value to be an associativ…
| WordPress | 3.5.0+ requiredTested up to 4.0.38 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.