Advertisement
Guest User

Html/Php

a guest
Aug 16th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <div id="social-media">
  2. <?php
  3. /* Widgetized sidebar, if you have the plugin installed. */
  4. if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
  5. <?php endif; ?>
  6. <?php
  7. /* Widgetized sidebar, if you have the plugin installed. */
  8. if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
  9. <?php endif; ?>
  10. <div id="fb-tw">
  11. <div id="twi-box"><span class='st_twitter_hcount' st_title='<?php the_title(); ?>' st_url='<?php the_permalink(); ?>' displayText='twitter'></span></div>
  12. <div class="fb-like" data-href="http://www.facebook.com/sleephug" data-width="450" data-layout="button_count" data-show-faces="false" data-send="false"></div>
  13. </div>
  14. </div>
  15. <div class="clear"></div>
  16. </div></header><!-- .header-section -->
  17. <div class="clear"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement