Changeset 890017
- Timestamp:
- 04/09/2014 11:06:39 AM (12 years ago)
- File:
-
- 1 edited
-
dc-simple-share-buttons/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dc-simple-share-buttons/trunk/readme.txt
r890014 r890017 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 a template 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 a template tag: 16 16 17 17 <?php dc_social_share_tag(); ?> 18 18 19 19 You can also display using this shortcode: … … 21 21 [dc-social] 22 22 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. 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/\" directory27 2. Activate the plugin through the \"Plugins\" menu in WordPress26 1. Upload "plugin-name.php" to the "/wp-content/plugins/" directory 27 2. Activate the plugin through the "Plugins" menu in WordPress 28 28 29 29 You can also upload directly from your Wordpress dashboard > Plugins > Add New > Upload.
Note: See TracChangeset
for help on using the changeset viewer.