Changeset 890116
- Timestamp:
- 04/09/2014 02:12:01 PM (12 years ago)
- Location:
- dc-simple-share-buttons/tags/1.0
- Files:
-
- 2 edited
-
doncaprio-social-plugin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dc-simple-share-buttons/tags/1.0/doncaprio-social-plugin.php
r889987 r890116 3 3 Plugin Name: DC Simple Share Buttons 4 4 Plugin URI: http://geek.ng 5 Description: A set of very simple social sharing buttons that load pretty fast (no javascript, no images).5 Description: A set of very simple social sharing buttons that loads pretty fast (no javascript, no images). 6 6 Author: Don Caprio 7 7 Version: 1.0 -
dc-simple-share-buttons/tags/1.0/readme.txt
r890090 r890116 13 13 As the name implies, this social sharing plugin is simple and loads pretty fast. The buttons do not rely on external resources to load, it's written in PHP, HTML and CSS. 14 14 15 There's an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using atemplate 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 16 17 17 `<?php dc_social_share_tag(); ?>` … … 21 21 `[dc-social]` 22 22 23 Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified. 24 23 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 on http://geek.ng/ 24 26 … … 27 29 2. Activate the plugin through the "Plugins" menu in WordPress 28 30 29 You can also upload directly from your Wordpress dashboard > Plugins > Add New > Upload. 31 You can also upload directly from Wordpress dashboard > Plugins > Add New > Upload. Activate the plugin and you're good to go. 32 33 == Frequently Asked Questions == 34 35 = How do I show share counts? = 36 37 This plugin isn't meant to do that. The essence of the whole thing is to keep it simplified? 38 39 = How do I show the buttons in certain areas of my websites not available through the plugin settings... for example, above posts? = 40 41 You can use the template tag below: 42 43 `<?php dc_social_share_tag(); ?>` 44 45 You can also use this shortcode: 46 47 `[dc-social]` 48 49 = Can I change the "Like this article?" text? = 50 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: 52 53 <?php dc_social_share_tag('Custom Text Here'); ?> 30 54 31 55 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.