-

·
Post your products and services to Google My Business
Update February 2023: Check out our new plugin: Product Sync for GBP. Sync your WooCommerce products to your Google Business Profile in one click! Note: The article below is outdated. “Real” product creation is now available for all Premium users of the Post to Google My Business plugin. The Post to Google My Business plugin…
-

·
How To Post to Multiple Google My Business Locations (at once)
Google My Business only allows you to create posts on a per-location basis. Tricky, if you manage multiple business locations and want to share the same message over multiple locations. You can do it manually, but that’s quite a chore. Here’s how you can post to multiple google my business locations at once. Your Google…
-
·
Filter: mbp_autopost_post_args
The mbp_autopost_post_args filter allows you to alter the post arguments sent to Google My Business when the plugin creates an automatic post. It has 2 parameters, $args containing the post data and $location containing the GMB location ID. function do_something_with_the_post_args($args, $location){ //Alter the post arguments return $args; } add_filter(‘mbp_autopost_post_args’, ‘do_something_with_the_post_args’, 10, 2); Out of the…
-

·
Using the auto-post feature
You can use the auto-post feature to automatically publish your latest WordPress posts to Google My Business. To use it, simply tick the Auto-post to GMB checkbox before publishing your WordPress post. As a result the plugin will automatically create a new post on Google My Business when you hit Publish. Since Google My Business…
-

·
How to schedule Google My Business posts
Google doesn’t offer a way to schedule Google My Business posts by default, but wouldn’t it be nice to be able to queue them? You can easily schedule Google My Business posts and have them automatically published at a predefined time using the Post to Google My Business WordPress plugin. Install and configure the Post…