Changeset 1183039
- Timestamp:
- 06/18/2015 01:56:21 AM (11 years ago)
- Location:
- nerd-social-share-buttons/trunk
- Files:
-
- 4 edited
-
nd-social-share.css (modified) (1 diff)
-
nerd-social-plugin.php (modified) (7 diffs)
-
readme.txt (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nerd-social-share-buttons/trunk/nd-social-share.css
r1164430 r1183039 45 45 body { background:#e0e0e0; color:#454545; } 46 46 47 #menu-holder{width: 600px;48 margin: 100px auto;}47 #menu-holder{width:100%; 48 margin: 60px fixed;} 49 49 50 50 .set-1 ul li{display:inline-block;margin-left:20px;margin-top:20px;} -
nerd-social-share-buttons/trunk/nerd-social-plugin.php
r1164529 r1183039 3 3 Plugin Name: Nerd Social Share Buttons 4 4 Plugin URI: http://shoutershub.com 5 Description: A set of very simple social sharing buttons - featuring important social media in your network5 Description: A set of very simple light load social sharing buttons - featuring important social media in your network 6 6 Author: Neon Emmanuel 7 7 Version: 1.0 … … 30 30 $plugin_code = '<div id="menu-holder"> 31 31 32 <div class="set- 2">32 <div class="set-1"> 33 33 <ul> 34 34 <li><a href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow" class="twitter-big">Twitter</a></li> … … 48 48 // Adding Submenu to settings 49 49 function nd_social_share_plugin() { 50 add_options_page( ' Nerd\'s Social Share Plugin', 'Nerd\'s Social Share',50 add_options_page( 'Don Caprio\'s Social Share Plugin', 'Don Caprio\'s Social Share', 51 51 'manage_options', 'nerd-social-plugin-nd', 'nerd_social_plugin_nd' ); 52 52 } … … 166 166 <div class="social"><div class="thetext">'. $label . '<div id="menu-holder"> 167 167 168 <div class="set- 2">168 <div class="set-1"> 169 169 <ul> 170 170 <li><a href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow" class="twitter-big">Twitter</a></li> … … 187 187 <div id="menu-holder"> 188 188 189 <div class="set- 2">189 <div class="set-1"> 190 190 <ul> 191 191 <li><a href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow" class="twitter-big">Twitter</a></li> … … 221 221 <div id="menu-holder"> 222 222 223 <div class="set- 2">223 <div class="set-1"> 224 224 <ul> 225 225 <li><a href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow" class="twitter-big">Twitter</a></li> … … 247 247 <div id="menu-holder"> 248 248 249 <div class="set- 2">249 <div class="set-1"> 250 250 <ul> 251 251 <li><a href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow" class="twitter-big">Twitter</a></li> -
nerd-social-share-buttons/trunk/readme.txt
r1164529 r1183039 21 21 `[nd-social]` 22 22 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.23 Please note that these buttons do not show share counts. 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.com25 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/ 26 26 27 27 == Installation == -
nerd-social-share-buttons/trunk/uninstall.php
r1164430 r1183039 4 4 exit (); 5 5 // Delete option from options table 6 delete_option( ' doncaprio_social_plugin' );6 delete_option( 'nerd_social_plugin' ); 7 7 //remove any additional options and custom tables
Note: See TracChangeset
for help on using the changeset viewer.