forked from rtCamp/rtsocial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
135 lines (93 loc) · 4.61 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
=== rtSocial ===
Contributors: rtcamp, rahul286, rutwick, saurabhshukla, HarishChaudhari, faishal, 5um17, JoshuaAbenazer
Tags: rtcamp, social, sharing, share, social links, twitter, facebook, pin it, pinterest, linkedin, linked in, linked in share, google plus, google plus share, gplus share, g+ button, g+ share, plus one button, social share, social sharing
Requires at least: 3.0
Tested up to: 3.5
Stable tag: 2.1.13
License: GPLv2 or later (of-course)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate Link: http://rtcamp.com/donate/
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 =
* [rtSocial Plugin's Homepage](http://rtcamp.com/rtsocial/)
* [Free Support Forum](http://rtcamp.com/support/forum/rtsocial/)
== Installation ==
Install rtSocial plugin from the 'Plugins' section in your dashboard (Plugins > Add New > Search for rtSocial).
Alternatively you can [download latest version](http://downloads.wordpress.org/plugin/rtsocial.2.0.1.zip) 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](http://rtcamp.com/rtsocial/)
== 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.13 =
* Fixed bug when no buttons are active.
= 2.1.12 =
* Fixed Tweet button and changed protocol to https.
= 2.1.11 =
* Fixed Tweet button. URLs were missing in the tweet.
= 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](http://profiles.wordpress.org/iseroma/) for reporting this.
= 2.1.4 =
* Fixed bug with facebook counts on IE. Thanks to [ward00](http://profiles.wordpress.org/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](http://rtcamp.com/support/topic/minor-html-code-flaw-suggestions/) 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
== Upgrade Notice ==
= 2.1.13 =
Fixed bug when no buttons are active.