Plugin Directory

Changeset 1535977


Ignore:
Timestamp:
11/17/2016 11:45:18 PM (9 years ago)
Author:
360crest
Message:

to become sure

Location:
nerd-social-share-buttons/trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • nerd-social-share-buttons/trunk/readme.txt

    r1183054 r1535977  
    1 === nerd Social Share Buttons ===
    2 Contributors: Neon Emmanuel
    3 Tags: facebook, twitter, google+, social, share, share buttons, social share, sharing , social media, social share buttons,simple share buttons
     1=== nerd Simple Share Buttons ===
     2Contributors: 360crest
     3Tags: facebook, twitter, google+, social, share, share button
    44Requires at least: 3.0.1
    5 Tested up to: 4.2.2
     5Tested up to: 3.8.2
    66Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 A set of very simple light wieght social sharing buttons- important in your social media network.
     10Simple Soicla Share buttons, no Javascript, no image css, fonts by Fo-awesome (no images).
    1111
    1212== Description ==
    13 A Set of Very Simple neat and auto resposive Social share buttons with no social stat counter - display just a few neatly arranged social share buttons your blog/website really needs, and neglecting few uncommon social media .
     13Nerd social share button is a set of very simple and light weight social buttons, it doesnt use javascript not images, all it uses is font, and just has no load weight to your website/blog like other share buttons does.
    1414
    15 `<?php nd_social_share_tag(); ?>`
     15There's an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using this template tag:
     16
     17`<?php nerd_social_share_tag(); ?>`
    1618
    1719You can also display using this shortcode in single posts and pages:
    1820
    19 `[nd-social]`
     21`[nerd-social]`
    2022
    21 Please note that these buttons do not show share counts.
    22 see Demo at : http://shoutershub.com/
     23Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified.
     24
     25The only button that requires a little snippet of JS to work is the Pinterest button but this does not slow down your site in anyway. A demo of the plugin can be seen here: http://geek.ng/
    2326
    2427== Installation ==
     
    3235= How do I show share counts? =
    3336
    34 This plugin isn't meant to do that.
     37This plugin isn't meant to do that. The essence of the whole thing is to keep it simplified?
    3538
    3639= How do I show the buttons in certain areas of my websites not available through the plugin settings... for example, above posts? =
     
    3841You can use the template tag below:
    3942
    40 `<?php nd_social_share_tag(); ?>`
     43`<?php nerd_social_share_tag(); ?>`
    4144
    4245You can also use this shortcode:
    4346
    44 `[nd-social]`
     47`[nerd-social]`
    4548
    4649= Can I change the "Like this article?" text? =
     
    4851Yes, you can use any custom text. You can set that through the settings page. If you're also using the template tag, you can simply write it this way:
    4952
    50 `<?php nd_social_share_tag('Custom Text Here'); ?>`
     53`<?php nerd_social_share_tag('Custom Text Here'); ?>`
    5154
    5255== Screenshots ==
     
    54572. Plugin backend settings
    5558
     59
     60version
    5661== Changelog ==
    57 Version 2.0.1
     62Version 2.0.1.2
     63
     64change text to font awesome
     65
     66Version 2.0
     67
     68add more social buttons
     69
     70Version 1.0
    5871
    5972Initial release.
Note: See TracChangeset for help on using the changeset viewer.