Advertisement
Guest User

Untitled

a guest
Apr 28th, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <?php
  2. ob_start();
  3. ?>
  4. <div id="toolbar"><div class="tb">
  5. <a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="mylemonhead">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="tb"><g:plusone size="tall" href="<?php the_permalink(); ?>"></g:plusone></div><div class="tb"><div id="fb-root"></div><fb:like href="<?php echo get_permalink(); ?>" data-layout="box_count" data-width="" data-show_faces="false" data-send="false"></fb:like></div><div class="tb"><a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&description=<?php the_title(); ?>" class="pin-it-button" count-layout="vertical">Pin It</a><script type="text/javascript" src="http://assets.pinterest.com/js/pinit.js"></script>
  6. </div></div>
  7. <?php
  8. $markup = ob_get_contents();
  9. ob_end_clean();
  10. $atts = array( "throbber" => "true", "load_on_sight" => "false");
  11. echo IX_LL_lazyload( $markup, $atts );
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement