Guest User

Untitled

a guest
Jun 25th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .....
  2. .....
  3.  
  4. <li>
  5. <a href="http://www.facebook.com/sharer.php?p[url]=<?php echo $page_url_to_share; ?>" target="_blank">
  6. <i class="fa fa-facebook" aria-hidden="true"></i>
  7. </a>
  8. </li>
  9. <li>
  10. <a href="http://twitter.com/share?url=<?php echo $page_url_to_share; ?>" target="_blank">
  11. <i class="fa fa-twitter" aria-hidden="true"></i>
  12. </a>
  13. </li>
  14.  
  15. .....
  16. .....
Add Comment
Please, Sign In to add comment