Created
June 5, 2013 12:52
-
-
Save javierarques/5713635 to your computer and use it in GitHub Desktop.
Share on Wordpress
Compartir en Wordpress
Compartir sin los javascript de Facebook ni Twitter en una ventana emergente
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="share-buttons"> | |
<li>¿Te ha gustado? Compártelo!</li> | |
<li><a href="javascript: return false;" onclick="window.open('http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php echo urlencode(get_the_title()) ?>','window','width=550,height=400')" class="btn btn-small"><i class="facebook"></i> Facebook</a></li> | |
<li><a href="javascript: return false;" onclick="window.open('https://twitter.com/share?url=<?php the_permalink();?>&text=<?php echo get_the_title() ?>&via=cuidadoinfantil','window','width=550,height=400')" class="btn btn-small"><i class="twitter"></i> Twitter</a></li> | |
<li><a href="javascript: return false;" onclick="window.open('https://plus.google.com/share?url=<?php the_permalink();?>','window','width=450,height=430')" class="btn btn-small"><i class="google"></i> Google+</a></li> | |
<? /* <li><a href="javascript: return false;" onclick="window.open('https://www.linkedin.com/cws/share?url=<?php the_permalink();?>&title=<?php echo urlencode(get_the_title())?>&original_referer=<?php the_permalink();?>&token=&isFramed=false&lang=es_ES&_ts=<?php echo time()?>','window','width=550,height=400')" class="btn btn-small"><i class="linkedin"></i> Linkedin</a></li> */ ?> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment