Advertisement
all2aller

Share Icon Wordpress URL

Jun 27th, 2014
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.15 KB | None | 0 0
  1.                         <div class="social-wine">
  2.  
  3.                            <a class="icon-facebook" href="http://www.facebook.com/sharer/sharer.php?s=100&p[url]=<?php the_permalink(); ?>&p[images][0]=<?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'bottiglie', true); echo $thumb_url[0]; ?>&p[title]=<?php the_title();?>&p[summary]=<?php echo get_post_meta( $post->ID, 'marenco_frase_emozionale', true); ?>" onclick="window.open(this.href, 'mywin',
  4. 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"></a>
  5.  
  6.                            <a class="icon-twitter" href="http://twitter.com/home?status=<?php echo get_post_meta( $post->ID, 'marenco_frase_emozionale', true); ?> <?php the_permalink(); ?>" onclick="window.open(this.href, 'mywin',
  7. 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"></a>
  8.  
  9.                            <a class="icon-gplus" href="https://plus.google.com/share?url=<?php the_permalink();?>" onclick="window.open(this.href, 'mywin',
  10. 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"></a>
  11.  
  12.                         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement