function evolve_sharethis()
{
    ?>
    <div class="share-this">
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('Share on Twitter', 'evolve');
    ?>
" target="_blank" href="http://twitter.com/intent/tweet?status=<?php 
    the_title();
    ?>
+&raquo;+<?php 
    echo esc_url(evolve_tinyurl(get_permalink()));
    ?>
"><i class="t4p-icon-social-twitter"></i></a>
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('Share on Facebook', 'evolve');
    ?>
" target="_blank" href="http://www.facebook.com/sharer/sharer.php?u=<?php 
    the_permalink();
    ?>
&amp;t=<?php 
    the_title();
    ?>
"><i class="t4p-icon-social-facebook"></i></a>
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('Share on Google Plus', 'evolve');
    ?>
" target="_blank" href="https://plus.google.com/share?url=<?php 
    the_permalink();
    ?>
"><i class="t4p-icon-social-google-plus"></i></a>
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('Share on Pinterest', 'evolve');
    ?>
" target="_blank" href="http://pinterest.com/pin/create/button/?url=<?php 
    the_permalink();
    ?>
"><i class="t4p-icon-social-pinterest"></i></a>
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('Share by Email', 'evolve');
    ?>
" target="_blank" href="http://www.addtoany.com/email?linkurl=<?php 
    the_permalink();
    ?>
&linkname=<?php 
    the_title();
    ?>
"><i class="t4p-icon-social-envelope-o"></i></a>
        <a rel="nofollow" class="tipsytext" title="<?php 
    _e('More options', 'evolve');
    ?>
" target="_blank" href="http://www.addtoany.com/share_save#url=<?php 
    the_permalink();
    ?>
&linkname=<?php 
    the_title();
    ?>
"><i class="t4p-icon-redo"></i></a>
    </div>
    <?php 
}
Example #2
0
function evolve_sharethis()
{
    ?>
    <div class="share-this">
          <strong><?php 
    _e('SHARE THIS', 'evolve');
    ?>
</strong>
          <a rel="nofollow" target="_blank" class="share-twitter" href="http://twitter.com/intent/tweet?status=<?php 
    the_title();
    ?>
+&raquo;+<?php 
    echo evolve_tinyurl(get_permalink());
    ?>
">Twitter</a>
          <a rel="nofollow" target="_blank" class="share-facebook" href="http://www.facebook.com/sharer/sharer.php?u=<?php 
    the_permalink();
    ?>
&amp;t=<?php 
    the_title();
    ?>
">Facebook</a>
          <a rel="nofollow" target="_blank" class="share-delicious" href="http://del.icio.us/post?url=<?php 
    the_permalink();
    ?>
&amp;title=<?php 
    the_title();
    ?>
">Delicious</a>
          <a rel="nofollow" target="_blank" class="share-stumble" href="http://www.stumbleupon.com/submit?url=<?php 
    the_permalink();
    ?>
&amp;title=<?php 
    the_title();
    ?>
">StumbleUpon</a>
          <a rel="nofollow" target="_blank" class="share-email" href="http://www.addtoany.com/email?linkurl=<?php 
    the_permalink();
    ?>
&linkname=<?php 
    the_title();
    ?>
"><?php 
    _e('E-mail', 'evolve');
    ?>
</a>
          <a rel="nofollow" class="tipsytext" style="position:relative;top:3px;left:8px;" title="<?php 
    _e('More options', 'evolve');
    ?>
" target="_blank" href="http://www.addtoany.com/share_save#url=<?php 
    the_permalink();
    ?>
&linkname=<?php 
    the_title();
    ?>
"><img src="<?php 
    echo get_template_directory_uri();
    ?>
/library/media/images/share-more.png" /></a>
          </div>
<?php 
}