AdminCP > Styles & Templates > Style Manager > Select the style, then in the drop-down select "Edit Templates"
Now look for the Facebook Templates "Family" and double-click to expand
Now find the template
facebook_publishcheckbox and double-click to edit
Now find:
Code:
<input type="checkbox" <vb:if condition="$checked">checked="checked" </vb:if>tabindex="1" id="fb_dopublish" value="1" name="fb_dopublish" />
Replace with:
Code:
<input type="checkbox" checked="checked" tabindex="1" id="fb_dopublish" value="1" name="fb_dopublish" />
Badda-Bing