­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ === Basic Facebook === Contributors: codesupplyco Donate link: https://codesupply.co/donate/ Tags: facebook, bootstrap Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Register Locations == function custom_register_locations( $locations = array() ) { $locations['YOUR_CUSTOM_LOCATION_SLUG'] = array( 'name' => 'YOUR_CUSTOM_LOCATION_NAME', 'action' => 'ACTION_NAME', 'priority' => 10, // Optional: Priority for hook action. Default: 10. ); return $locations; } add_filter( 'bfb_comments_location', 'custom_register_locations' ); == Other Filters == * bfb_enqueue_styles bool Include front-end styles. Default: true. == Functions == * bfb_load_sdk(); The function allows you to load SDK Facebook