Changeset 1164529
- Timestamp:
- 05/20/2015 10:21:56 PM (11 years ago)
- Location:
- nerd-social-share-buttons/trunk
- Files:
-
- 2 edited
-
nerd-social-plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nerd-social-share-buttons/trunk/nerd-social-plugin.php
r1164430 r1164529 48 48 // Adding Submenu to settings 49 49 function nd_social_share_plugin() { 50 add_options_page( ' Don Caprio\'s Social Share Plugin', 'Don Caprio\'s Social Share',50 add_options_page( 'Nerd\'s Social Share Plugin', 'Nerd\'s Social Share', 51 51 'manage_options', 'nerd-social-plugin-nd', 'nerd_social_plugin_nd' ); 52 52 } -
nerd-social-share-buttons/trunk/readme.txt
r1164435 r1164529 23 23 Please note: That The Plugin do not show stats or share counter. The essence of the whole thing is to keep it very simplified. 24 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://shoutershub. ng/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://shoutershub.com 26 26 27 27 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.