Giter VIP home page Giter VIP logo

rtsocial's Introduction

alt text

rtSocial

This plugin uses non-blocking JavaScript to display social media sharing counters on posts/pages

Description

Normally social sharing codes provided by facebook, twitter, etc renders iframes at run-time. These iframes increases page-size and slow-down your website (on client-side).

The power of this plugin lies in non-blocking JavaScript. Normally social sharing links use iframes to output their content viz. icon images, share counts etc. The load time of these iframes block the page load, and hence slow down the site. The slowest is on pages with multiple instances of sharing links (e. g. blog indexes). rtSocial uses non blocking JavaScript to get all the data in one shot, and injects them in the mark-up. And it uses a single sprite with all the images required, hence eliminating the need to load the images from the service provider's CDN. Comes with minimal settings, options to display the links automatically above and below the content, choose FB button styles and layouts. A simple function call lets you to display the links anywhere in your theme!

With just 1 image (CSS-sprite), 1 JavaScript and 1 CSS file loaded from WordPress-running server; counts are fetched using AJAX request for sites like facebook/twitter after page loading finishes.

Supported Social Channels

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest

Useful Links

Installation

Install rtSocial plugin from the 'Plugins' section in your dashboard (Plugins > Add New > Search for rtSocial).

Alternatively you can download latest version of rtSocial plugin from the repository. Unzip it and upload it to the plugins folder of your WordPress installation (wp-content/plugins/ directory of your WordPress installation).

Activate it through the 'Plugins' section.

Adjust the plugin settings from the settings section (Settings > rtSocial Options).

Screenshots

Please visit rtSocial Plugin's Homepage

Frequently Asked Questions

Can I use the plugin anywhere in the theme?

Yes you can. Use the function call <?php if ( function_exists( 'rtsocial' ) ) { echo rtsocial(); } ?>

Can I modify the images/icons used?

No. Right now you cannot.

Changelog

2.1.10

  • Fixed facebook share button.

2.1.9

  • Fixed bug where 0's turned up in RSS entries

2.1.8

  • Removed page summary from Linked in share. It was too undependable and unpredictable.

2.1.7

  • Reverted excerpt function. Fixed non-display of rtsocial.

2.1.6

  • Fixed inadvertent typo.

2.1.5

  • Fixed bug with post excerpts on archive pages. Thanks to iseroma for reporting this.

2.1.4

  • Fixed bug with facebook counts on IE. Thanks to ward00 for reporting this.

2.1.3

  • Fixed bug on archive pages

2.1.2

  • Fixed LinkedIn share button
  • Updated facebook button because the earlier graph url won't give counts anymore

2.1.1

  • Improved title output

2.1

  • Added rel nofollow to all buttons.
  • Fixed bug where unnecessary slashes were added to _blank. Thanks to Vinity for pointing this out
  • Added titles to all buttons

2.0.2

  • Added fallback image for Pinterest
  • Added functionality to over-ride options (Manual Mode)
  • Fixed ID conflicts
  • Changed default text for Pinterest to post title

2.0.1

  • Fixed few issues reported by users

2.0

  • Added support for Google Plus, LinkedIn and Pinterest
  • Custom URL Encode function
  • Fixed few issues reported by users
  • Enhanced Options Page

1.0.2

  • URL Encode Improved

1.0.1

  • Fixed minor CSS issue

1.0

  • Initial Release

2.1.10

Fixed Facebook Share.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.