-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepisode-share.php
executable file
·23 lines (18 loc) · 1.35 KB
/
episode-share.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="share">
<h3>Share</h3>
<div>
<!-- g+ tw fb -->
<iframe src="//www.facebook.com/plugins/like.php?href=<?php echo get_permalink(); ?>&send=false&layout=box_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=90" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:62px; display:inline;" allowTransparency="true"></iframe>
<!-- Place this tag where you want the +1 button to render -->
<div style="display:inline; padding: 0 5px 0 5px;"><g:plusone size="tall" href="<?php echo get_permalink(); ?>"></g:plusone></div>
<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'http://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/tweet_button.html#via=thenexustv&url=<?php echo get_permalink(); ?>&counturl=<?php echo get_permalink(); ?>&text=The-Nexus.tv: <?php the_title(); ?>&count=vertical" width="55" height="62" style="display:inline;"></iframe>
</div>
</div>