Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
koen12344 committed Feb 11, 2024
1 parent 6fdefb6 commit 647f1ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ module.exports = function( grunt ) {
wp_readme_to_markdown: {
your_target: {
files: {
'README.md': 'readme.txt'
'README.md': 'readme.txt',
},
options: {
screenshot_url: 'assets/{screenshot}.png'
}
},

},

makepot: {
Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Preserve your online presence! As Google phases out its Business Websites featur

Don't wait for the clock to run out on your Google Business Website. Install **Site Import for GBP** and step into a world of possibilities with WordPress.

[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/KoenReus.svg?style=social&label=Follow%20%40KoenReus)](https://twitter.com/KoenReus)

## Installation ##

Installing **Site Import for GBP** and importing your Google Business website posts and images is easy!

1. Download the plugin directly or find it in the WordPress plugin repository by searching for "Site Import for Google Business Profile" within Plugins > Add New
1. Download [the latest version](https://github.com/koen12344/site-import-for-gbp/releases/latest) of the plugin directly or find it in the WordPress plugin repository by searching for "Site Import for Google Business Profile" within Plugins > Add New
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to the Site Import for GBP section and click "Connect to Google Business Profile"
1. Connect the Google account that contains the business location that you want to import and proceed through the authentication wizard
Expand All @@ -50,9 +52,15 @@ The plugin is capped at importing your most recent 100 gallery images and 50 pos

## Screenshots ##

1. Connect your Google account
2. Select a location to import from
3. Select what to import
### 1. Connect your Google account ###
![Connect your Google account](assets/screenshot-1.png)

### 2. Select a location to import from ###
![Select a location to import from](assets/screenshot-2.png)

### 3. Select what to import ###
![Select what to import](assets/screenshot-3.png)


## Changelog ##

Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ Preserve your online presence! As Google phases out its Business Websites featur

Don't wait for the clock to run out on your Google Business Website. Install **Site Import for GBP** and step into a world of possibilities with WordPress.

[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/KoenReus.svg?style=social&label=Follow%20%40KoenReus)](https://twitter.com/KoenReus)

== Installation ==

Installing **Site Import for GBP** and importing your Google Business website posts and images is easy!

1. Download the plugin directly or find it in the WordPress plugin repository by searching for "Site Import for Google Business Profile" within Plugins > Add New
1. Download [the latest version](https://github.com/koen12344/site-import-for-gbp/releases/latest) of the plugin directly or find it in the WordPress plugin repository by searching for "Site Import for Google Business Profile" within Plugins > Add New
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to the Site Import for GBP section and click "Connect to Google Business Profile"
1. Connect the Google account that contains the business location that you want to import and proceed through the authentication wizard
Expand Down

0 comments on commit 647f1ac

Please sign in to comment.