Advertisement
Guest User

jeherve

a guest
Feb 8th, 2010
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. <?if ($mytheme_facebook_enable == "true") { ?>
  2. <!--DO NOTHING-->
  3. <? } else { ?>
  4. <a href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&amp;amp;t=<?php the_title(); ?>" title="Share on Facebook.">
  5. <img src="<?php bloginfo('template_directory'); ?>/images/logo_facebook.png" alt="Share on Facebook" id="sharethis-last" />
  6. </a>
  7. <? } ?>
  8.  
  9. <?if ($mytheme_twitter_enable == "true") { ?>
  10. <!--DO NOTHING-->
  11. <? } else { ?>
  12. <a href="http://twitter.com/home/?status=<?php the_title(); ?> : <?php the_permalink(); ?>" title="Tweet this!">
  13. <img src="<?php bloginfo('template_directory'); ?>/images/logo_twitter.png" alt="Tweet this!" />
  14. </a>
  15. <? } ?>
  16.  
  17. <?if ($mytheme_delicious_enable == "true") { ?>
  18. <!--DO NOTHING-->
  19. <? } else { ?>
  20. <a href="http://del.icio.us/post?url=<?php the_permalink(); ?>&amp;amp;title=<?php the_title(); ?>" title="Bookmark on Delicious.">
  21. <img src="<?php bloginfo('template_directory'); ?>/images/logo_delicious.png" alt="Bookmark on Delicious" />
  22. </a>
  23. <? } ?>
  24.  
  25.  
  26. <?if ($mytheme_stumbleupon_enable == "true") { ?>
  27. <!--DO NOTHING-->
  28. <? } else { ?>
  29. <a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&amp;amp;title=<?php the_title(); ?>" title="StumbleUpon.">
  30. <img src="<?php bloginfo('template_directory'); ?>/images/logo_stumbleupon.png" alt="StumbleUpon" />
  31. </a>
  32. <? } ?>
  33.  
  34. etc... for each social network
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement