<div class="post-meta">
<ul>
<?php the_tags( __('<li>Tags: ', 'undedicated'), ', ', '</li>'); ?>
<li><?php _e('Posted in ', 'undedicated'); ?><?php the_category(', ');?> | <?php comments_popup_link( __('Leave your comment', 'undedicated'), __( '1 comment', 'undedicated'), __('% comments', 'undedicated')); ?></li>
<li class="share"><?php _e('Share on ', 'undedicated'); ?></li>
<li class="button twitter"><a href="http://twitter.com/home?status=Currently reading: <?php the_title_attribute(); ?> <?php the_permalink(); ?>"><?php _e('Twitter','undedicated'); ?></a></li>
<li class="button facebook"><a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title_attribute(); ?>"><?php _e('Facebook', 'undedicated'); ?></a></li>
<li class="button delicious"><a href="http://del.icio.us/post?v=4;url=<?php the_permalink(); ?>"><?php _e('Delicious', 'undedicated'); ?></a></li>
<li class="button digg"><a href="http://digg.com/submit?url=<?php the_permalink(); ?>"><?php _e('Digg', 'undedicated'); ?></a></li>
<li class="button reddit"><a href="http://www.reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title_attribute(); ?>"><?php _e('Reddit', 'undedicated'); ?></a></li>
<?php edit_post_link(__('Edit this post','undedicated'), '<li>', '</li>'); ?>
</ul>
</div>