Changeset 890072
- Timestamp:
- 04/09/2014 01:28:11 PM (12 years ago)
- File:
-
- 1 edited
-
dc-simple-share-buttons/tags/1.0/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dc-simple-share-buttons/tags/1.0/readme.txt
r890067 r890072 11 11 12 12 == Description == 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.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 15 There's an option to show the buttons on posts and pages. You can also put the buttons anywhere in your template using a template tag: 16 16 17 <?php dc_social_share_tag(); ?> 17 '<?php dc_social_share_tag(); ?>' 18 18 19 19 You can also display using this shortcode in single posts and pages: 20 20 21 [dc-social] 21 '[dc-social]' 22 22 23 23 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 24 25 25 == Installation == 26 1. Upload "plugin-name.php" to the "/wp-content/plugins/"directory26 1. Upload 'plugin-name.php' to the '/wp-content/plugins/' directory 27 27 2. Activate the plugin through the "Plugins" menu in WordPress 28 28
Note: See TracChangeset
for help on using the changeset viewer.