Blog2Social works fine with standard settings. However, here are some general system requirements that you should check, in case something does not work as expected.
First of all, you should check the performance and speed of your website to make sure your WordPress installation as well as plugins like Blog2Social can work with optimal performance. The page speed of your website is one of the most important factors for your Google ranking as well as for the social media to display your posts and images correctly. There are several options to find out, whether your website loads with appropriate page speed.
You can test your PageSpeed scores with the Google page speed checker by entering the URL of your website. This tool will offer suggestions on how to improve your page speed if your scores are below average.
Another option to test the response of your website is by using Traceroute, Ping, MTR, and PathPing:
https://www.okta.com/de/identity-101/ping-trace/
These are network tools or utilities that test if your website can be reached at all, the response time of your website and if the performance of your website ensures a good user-experience.
Please make sure to check the following system requirements for your blog to make sure to get the best out of your work with Blog2Social:
2) You can check your theme or other plugins for related Heartbeat settings as well. Just search for:
-wp_deregister_script('heartbeat');
-wp_dequeue_script('heartbeat');
-add_filter('heartbeat_settings', '__return_false');
-remove_action('init', 'wp_heartbeat_init');
-remove_action('admin_enqueue_scripts', 'wp_localize_heartbeat_settings');
See also: http://www.wpbeginner.com/plugins/how-to-limit-heartbeat-api-in-wordpress/
3) If you’re still experiencing issues, we recommend verifying that the file "heartbeat.php" is present in your /wp-includes folder.To use the "og:image:width" and "og:image:height" specifications in your Blog2Social open graph tags, please ensure the following:
1) Create an .htaccess file and keep it in root folder (sometimes it may need to place it one step back folder of the root) and paste this code there:
php_value allow_url_fopen On
2) Create a php.ini file (for update server php5.ini) and keep it in root folder (sometimes it may need to place it one step back folder of the root) and paste the following code there:
allow_url_fopen = On
If you use an additional Firewall, please make sure that your settings allow outgoing connections or include an exception or whitelisting for Blog2Social.
If you experience issues with unresponsive buttons in Blog2Social, please take a look at the troubleshooting steps in the following guide:
Why are some buttons in Blog2Social not working properly?
Tags: Blog2Social, Heartbeats, Installation, Memory Limit, MySQL, PHP, System requirements, WP Rocket