After
building a corporate website using WordPressit's common to include contact information and a company map on the site. This article shares two methods for inserting a Baidu Map into a website.
Method One: Baidu Map Generator
1. Open the Baidu Map Generator webpage.
Map Address2. Fill in the necessary information on the left, locate the position you want to display on the map, and click the 'Get Code' button.

3. Copy the obtained map code and save it as an HTML file, for example, baidumap.html

4. Upload the baidumap.html file to your website's root directory or another folder. 5. Where the webpage needs to call the Baidu Map, insert the following code to reference it.
<iframe src="baidumap.html" width="600" height="600" frameborder="0" scrolling="no"></iframe>
Method 2: Generate using the plugin API
The display effect is as follows:

1. Install the WordPress Baidu Map plugin
Join Group to DownloadGroup 774633089 shared files > WordPress Plugins > CJ11.baidumap.zip 2. In the
Baidu Map Open Platformcreate an application, as shown below:

3. Modify the built-in AK information in the plugin to the one you applied for.

4. When publishing a post, click the map button to insert the map, as follows:

When inserting a Baidu Map, you also need to fill in latitude and longitude coordinates, which you can
get from here. Alright, the above are two methods for inserting Baidu Map location information into a website. If you still have questions, feel free to join the group for discussion.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.