Plugin info

Total downloads: 1,772
Active installs: 20
Total reviews: 2
Average rating: 4.5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/5/2014 (4134 days ago)
Added to WordPress: 5/21/2014 (11 years old)
Minimum WordPress version: 3.5.0
Tested up to WordPress version: 4.0.38
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4134 days ago • 2 reviews

22/100

Is Ruven Themes: Sharing Links abandoned?

Possibly abandoned (last update 4134 days ago).

Compatibility

Requires WordPress: 3.5.0
Tested up to: 4.0.38
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Sharedaddy
Rating 4.0/5 (1 reviews)Active installs 200
Social Linkz – Lightweight and fast social media sharing plugin
Rating 3.5/5 (2 reviews)Active installs 100
FetenWeb image_src Metatag
Rating 0.0/5 (0 reviews)Active installs 20
Metro Share Social Fonts
Rating 0.0/5 (0 reviews)Active installs 10
Masdetalles Share
Rating 0.0/5 (0 reviews)Active installs 0
Social Share Icons & Social Share Buttons
Rating 4.9/5 (1,911 reviews)Active installs 10,000

Description

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:

';
    $sharing_links = ruven_sharing_links();
    foreach($sharing_links as $sharing_link) {
      echo "
  • $sharing_link
  • "; } echo ''; } ?>

    Usage

    $sharing_links = ruven_sharing_links( $get_array, $include, $open_in_new_tab, $class );
    

    Parameters

    $get_array
    (bool) (optional) If you want the return value to be an associative array (title, URL) or an array of HTML links. By getting an associative array, you are able to customize the output more.

    Default: false

    $include
    (array) (optional) If you don’t want all platforms (Facebook, Twitter, and Google+) included, you can specify here which you want specifically to be returned. E.g. array('Twitter', 'Facebook') would only return Twitter and Facebook links.

    Default: array()

    $open_in_new_tab
    (bool) (optional) If you want the sharing dialog to be opened in a new tab/window or not.

    Default: true

    $class
    (array) (optional) Classes you want to add to the links. E.g. array('sharing-button', 'big-button')

    Default: array()

    Return Value

    If the value of $get_array is false (default), the function returns an array of HTML links.

    If the value of $get_array is true, the function returns an associative array of the title (e.g. “Twitter”) and the URL to share the post.

    Installation

    This plugin can be installed directly from your site.

    1. Log in and navigate to Plugins → Add New.
    2. Type “Ruven Themes: Sharing Links” into the Search input and click the “Search Plugins” button.
    3. Locate the Ruven Themes: Sharing Links in the list of search results and click “Install Now”.
    4. Click the “Activate Plugin” link at the bottom of the install screen.

    It can also be installed manually.

    1. Download the “Ruven Themes: Sharing Links” plugin from WordPress.org.
    2. Unzip the package and move it into your plugins directory.
    3. Log into WordPress and navigate to the “Plugins” screen.
    4. Locate “Ruven Themes: Sharing Links” in the list and click the “Activate” link.

    Frequently Asked Questions

    No FAQ available

    Review feed

    No reviews available

    Screenshots

    No screenshots available

    Changelog

    v1.1

    • Minor code improvements.

    v1.0

    • Initial Release.