'[fb-like]' in the body of a post works fine, but I'd like to put it into my theme. I am editing index.php, where the various post-entry code is.
After '<div class="commentPos"><?php wp_link_pages(); ?><?php comments_popup_link(__('0 Comments'), __('1 Comment'), __('% Comments')); ?> | <?php if(function_exists('wp_email')) { email_link(); } ?> | <?php if( function_exists('ADDTOANY_SHARE_SAVE_KIT') ) { ADDTOANY_SHARE_SAVE_KIT(); } ?></div>'
I added
'<?php sfc_like_button(); ?>'
The Like Button settings on the plugin settings page is Manually add the button to your theme or posts (use the sfc_like_button function in your theme)
On the post page I see - where the like button should be - "Client Server"
Thanks for any help!