Plugin Directory

Changeset 1183039


Ignore:
Timestamp:
06/18/2015 01:56:21 AM (11 years ago)
Author:
360crest
Message:

latest version

Location:
nerd-social-share-buttons/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • nerd-social-share-buttons/trunk/nd-social-share.css

    r1164430 r1183039  
    4545body { background:#e0e0e0; color:#454545; }
    4646
    47 #menu-holder{width:600px;
    48  margin: 100px auto;}
     47#menu-holder{width:100%;
     48 margin: 60px fixed;}
    4949 
    5050.set-1 ul li{display:inline-block;margin-left:20px;margin-top:20px;}
  • nerd-social-share-buttons/trunk/nerd-social-plugin.php

    r1164529 r1183039  
    33Plugin Name: Nerd Social Share Buttons
    44Plugin URI: http://shoutershub.com
    5 Description: A set of very simple social sharing buttons - featuring important social media in your network
     5Description: A set of very simple light load social sharing buttons - featuring important social media in your network
    66Author: Neon Emmanuel
    77Version: 1.0
     
    3030$plugin_code = '<div id="menu-holder">
    3131
    32 <div class="set-2">
     32<div class="set-1">
    3333<ul>
    3434<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>
     
    4848// Adding Submenu to settings
    4949function 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',
    5151'manage_options', 'nerd-social-plugin-nd', 'nerd_social_plugin_nd' );
    5252}
     
    166166    <div class="social"><div class="thetext">'. $label . '<div id="menu-holder">
    167167
    168 <div class="set-2">
     168<div class="set-1">
    169169<ul>
    170170<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>
     
    187187       <div id="menu-holder">
    188188
    189 <div class="set-2">
     189<div class="set-1">
    190190<ul>
    191191<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>
     
    221221 <div id="menu-holder">
    222222
    223 <div class="set-2">
     223<div class="set-1">
    224224<ul>
    225225<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>
     
    247247      <div id="menu-holder">
    248248
    249 <div class="set-2">
     249<div class="set-1">
    250250<ul>
    251251<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  
    2121`[nd-social]`
    2222
    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.
     23Please note that these buttons do not show share counts. The essence of the whole thing is to keep it very simplified.
    2424
    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
     25The 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/
    2626
    2727== Installation ==
  • nerd-social-share-buttons/trunk/uninstall.php

    r1164430 r1183039  
    44exit ();
    55// Delete option from options table
    6 delete_option( 'doncaprio_social_plugin' );
     6delete_option( 'nerd_social_plugin' );
    77//remove any additional options and custom tables
Note: See TracChangeset for help on using the changeset viewer.