For ultimate control, you may just want to add the social media links you are interested in directly into the post template.
I can't exactly remember how I did it, but
this post may help.
As an example, this is the code I have in the index.php (Main Index Template) for a page that eventually
looks like this.
Code:
<div class="postmeta">
<div class="postlikeblock">
<p>
<strong>Liked this post?</strong><br />
Subscribe to the <a rel="nofollow" href="http://brownstonepark.com/feed/rss/">RSS feed</a> or our <a href="#" onclick="window.open('http://brownstonepark.com/newsletter_registration/index.htm','mywindow','width=475,height=515,toolbar=no,location=no,directories=no,s tatus=no,menubar=no,scrollbars=yes,resizable=yes')">e-mail newsletter</a>. <br />
You can also share on <strong>Facebook</strong> or <strong>Twitter</strong> right now!
</p>
<ul class="links">
<a rel=?nofollow? href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&t=<?php the_title(); ?>" target="blank"><img src="http://brownstonepark.com/wp-content/themes/revolution_news-21/images/FaceBook_48x48.png" alt="" /></a>
<a rel="nofollow" href="http://twitter.com/home?status=Checking out... <?php the_title(); ?> http://brownstonepark.com/?p=<?php the_ID(); ?>" title="Click to send this page to Twitter!" target="_blank"><img src="http://brownstonepark.com/wp-content/themes/revolution_news-21/images/Twitter_48x48.png" alt="" /></a>
</ul>
</div>
</div>