-
Notifications
You must be signed in to change notification settings - Fork 9
/
part-social.php
29 lines (27 loc) · 1.39 KB
/
part-social.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<small>
<a href="javascript:var socialw = window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo get_post_permalink(); ?>', 'socialw', 'width=570, height=350, location=no');"
class="nounderline">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
</a>
</small>
<small>
<a href="javascript:var socialw = window.open('https://twitter.com/share?hashtags=pensandoodireito&text=<?php echo the_title(); ?>&url=<?php echo get_post_permalink(); ?>', 'socialw', 'width=570, height=350, location=no');"
class="nounderline">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span>
</a>
</small>
<small>
<a href="javascript:var socialw = window.open('https://www.linkedin.com/shareArticle?mini=true&title=<?php echo urlencode( get_the_title() ); ?>&url=<?php echo urlencode( get_post_permalink() ); ?>&summary=<?php echo urlencode( get_the_excerpt() ); ?>&source=http://pensando.mj.gov.br', 'socialw', 'width=670, height=450, location=no');"
class="nounderline">
<span class="fa-stack fa-lg">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x"></i>
</span>
</a>
</small>