Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <div class="shares">
  2. <!-- Facebook -->
  3. <a href="https://www.facebook.com/sharer/sharer.php?u=<?php echo the_permalink(); ?>" title="<?php the_title(); ?>" target="_blank" class="btn btn-facebook"><i class="fa fa-facebook"></i><span>Share on Facebook</span></a>
  4. <!-- Twitter -->
  5. <a href="http://twitter.com/intent/tweet/?text=<?php the_title(); ?>&url=<?php echo the_permalink(); ?>&via=<?php echo @VinesOfficial ?>" target="_blank" type="button" class="btn btn-twitter"><i class="fa fa-twitter"></i><span>Share on Twitter</span></a>
  6. <!-- Google+ -->
  7. <a href="https://plus.google.com/share?url=<?php echo the_permalink(); ?>" title="Share on Google+" target="_blank" class="btn btn-googleplus"><i class="fa fa-google-plus"></i></a>
  8. <!-- StumbleUpon -->
  9. <a href="http://www.stumbleupon.com/submit?url=<?php echo the_permalink(); ?>" title="Share on StumbleUpon" target="_blank" data-placement="top" class="btn btn-stumbleupon"><i class="fa fa-stumbleupon"></i></a>
  10. <div class="post-page-navi">
  11. <?php wp_link_pages('before= &after= &next_or_number=next&previouspagelink=<span class="prev prev-margin">← Previous</span>&nextpagelink= <span class="next">Next →</span>'); ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement