Changeset 1535977
- Timestamp:
- 11/17/2016 11:45:18 PM (9 years ago)
- Location:
- nerd-social-share-buttons/trunk
- Files:
-
- 4 added
- 1 edited
-
css (added)
-
css/font-awesome.min.css (added)
-
nerd-share.php (added)
-
nerd-social-share.css (added)
-
readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nerd-social-share-buttons/trunk/readme.txt
r1183054 r1535977 1 === nerd S ocialShare Buttons ===2 Contributors: Neon Emmanuel3 Tags: facebook, twitter, google+, social, share, share button s, social share, sharing , social media, social share buttons,simple share buttons1 === nerd Simple Share Buttons === 2 Contributors: 360crest 3 Tags: facebook, twitter, google+, social, share, share button 4 4 Requires at least: 3.0.1 5 Tested up to: 4.2.25 Tested up to: 3.8.2 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 A set of very simple light wieght social sharing buttons- important in your social media network.10 Simple Soicla Share buttons, no Javascript, no image css, fonts by Fo-awesome (no images). 11 11 12 12 == 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.13 Nerd 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. 14 14 15 `<?php nd_social_share_tag(); ?>` 15 There'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(); ?>` 16 18 17 19 You can also display using this shortcode in single posts and pages: 18 20 19 `[n d-social]`21 `[nerd-social]` 20 22 21 Please note that these buttons do not show share counts. 22 see Demo at : http://shoutershub.com/ 23 Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified. 24 25 The 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/ 23 26 24 27 == Installation == … … 32 35 = How do I show share counts? = 33 36 34 This plugin isn't meant to do that. 37 This plugin isn't meant to do that. The essence of the whole thing is to keep it simplified? 35 38 36 39 = How do I show the buttons in certain areas of my websites not available through the plugin settings... for example, above posts? = … … 38 41 You can use the template tag below: 39 42 40 `<?php n d_social_share_tag(); ?>`43 `<?php nerd_social_share_tag(); ?>` 41 44 42 45 You can also use this shortcode: 43 46 44 `[n d-social]`47 `[nerd-social]` 45 48 46 49 = Can I change the "Like this article?" text? = … … 48 51 Yes, 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: 49 52 50 `<?php n d_social_share_tag('Custom Text Here'); ?>`53 `<?php nerd_social_share_tag('Custom Text Here'); ?>` 51 54 52 55 == Screenshots == … … 54 57 2. Plugin backend settings 55 58 59 60 version 56 61 == Changelog == 57 Version 2.0.1 62 Version 2.0.1.2 63 64 change text to font awesome 65 66 Version 2.0 67 68 add more social buttons 69 70 Version 1.0 58 71 59 72 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.