Plugin Directory

Changeset 1535994


Ignore:
Timestamp:
11/18/2016 12:33:24 AM (9 years ago)
Author:
360crest
Message:

little update on nerd-share.php

File:
1 edited

Legend:

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

    r1535978 r1535994  
    33Plugin Name: nerd Simple Share Buttons
    44Plugin URI: http://shoutershub.com
    5 Description: Simple Social Share buttons, no Javascript, no image, just css and fonts
     5Description:Simple Social Share buttons, no Javascript, no image, just css and fonts.
    66Author: Neon Emmanuel
    77Version: 2.0.1.2
     
    172172    $content.= '<div class="myclass" align="center">
    173173    <div class="social"><div class="thetext">'. $label . '</div>
    174         <!--Facebook-->
    175         <a style="color: #fff;" class="facebook" href="http://www.facebook.com/sharer.php?u='. get_permalink() .'&amp;t='. the_title('', '', FALSE) .'" rel="nofollow" title="Share this post on Facebook!" onclick="window.open(this.href); return false;">Facebook</a>       
    176        
    177         <!--Google Plus-->
    178         <a style="color: #fff;" class="google-plus" target="_blank" href="https://plus.google.com/share?url='. get_permalink() .'" rel="nofollow">Google+</a>
    179        
    180         <!--Twitter-->
    181         <a style="color: #fff;" class="twitter" href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow">Twitter</a> 
    182                
    183         <!--Reddit-->
    184         <a style="color: #fff;" class="reddit" target="_blank" href="http://reddit.com/submit?url='. get_permalink() .'&amp;title='. the_title('', '', FALSE) .'" rel="nofollow">Reddit</a>
    185        
    186         <!--LinkedIn-->
    187         <a style="color: #fff;" class="linkedin" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url='. get_permalink() .'" rel="nofollow">LinkedIn</a>
    188 
    189         <!--Pinterst-->' .
    190         "<a class=\"pinterest\" href=\"javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appennerdhild(e)%7D)());\">Pinterest</a>
    191 </div>
     174       
     175       <!--Facebook-->
     176        <a style="color: #fff;" class="facebook" href="http://www.facebook.com/sharer.php?u='. get_permalink() .'&amp;t='. the_title('', '', FALSE) .'" rel="nofollow" title="Share this post on Facebook!" onclick="window.open(this.href); return false;"><i class="fa fa-facebook" aria-hidden="true"></i>
     177 </a>       
     178       
     179        <!--Google Plus-->
     180        <a style="color: #fff;" class="google-plus" target="_blank" href="https://plus.google.com/share?url='. get_permalink() .'" rel="nofollow"><i class="fa fa-google-plus" aria-hidden="true"></i>
     181</a>
     182       
     183        <!--Twitter-->
     184        <a style="color: #fff;" class="twitter" href="http://twitter.com/home?status='. the_title('', '', FALSE) .': '. get_permalink() .'" title="Share this post on Twitter!" target="_blank" rel="nofollow"><i class="fa fa-twitter" aria-hidden="true"></i>
     185</a>   
     186               
     187        <!--Reddit-->
     188        <a style="color: #fff;" class="reddit" target="_blank" href="http://reddit.com/submit?url='. get_permalink() .'&amp;title='. the_title('', '', FALSE) .'" rel="nofollow"><i class="fa fa-reddit" aria-hidden="true"></i>
     189</a>
     190       
     191        <!--LinkedIn-->
     192        <a style="color: #fff;" class="linkedin" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url='. get_permalink() .'" rel="nofollow"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
     193
     194        <!--Pinterst-->' .
     195        "<a class=\"pinterest\" href=\"javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appennerdhild(e)%7D)());\">Pinterest</a>
     196
     197        </div>
    192198</div>";
    193199    }   
Note: See TracChangeset for help on using the changeset viewer.