Thanks for the help,
I'm forced to stick with v3.6.3 and v.3.6.4 for now.
In the blog I have v3.6.4 installed in I put my code in the index.php file before <?php include 'bfa://content_inside_loop'; ?> and it adds my button code at the very top of the post, but need it to go after the header, just at the start of the text for the post. Do I need to edit 'bfa://content_inside_loop' to do this? If so, where is it located?
For example:
THIS IS THE POST HEADER
A PICTURE [MY BUTTONS] "This article is about...."
Code:
<?php while (have_posts()) : the_post(); $bfa_ata['postcount']++; ?>
/* WHERE I PUT MY CODE */
<?php include 'bfa://content_inside_loop'; ?>
<?php endwhile; ?>