Title: Interactive Organizational Chart
Author: mukundansiv
Published: <strong>2025 年 8 月 25 日</strong>
Last modified: 2025 年 8 月 25 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/interactive-organizational-chart.svg)

# Interactive Organizational Chart

 作者：[mukundansiv](https://profiles.wordpress.org/mukundansiv/)

[下载](https://downloads.wordpress.org/plugin/interactive-organizational-chart.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/interactive-organizational-chart/#description)
 * [评价](https://cn.wordpress.org/plugins/interactive-organizational-chart/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/interactive-organizational-chart/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/interactive-organizational-chart/#developers)

 [支持](https://wordpress.org/support/plugin/interactive-organizational-chart/)

## 描述

The Interactive Organizational Chart plugin allows WordPress administrators and 
editors to upload and manage organizational data through CSV files, while providing
a beautiful interactive interface for users to view company hierarchies.

**Key Features:**

 * **Admin and editor uploads** – WordPress administrators and editors can upload
   data
 * **CSV file support** – Upload organizational data via CSV files (export from 
   Excel)
 * **Multiple companies** – Support for multiple company org charts
 * **Interactive viewing** – Click nodes to see detailed employee information
 * **Search functionality** – Search by name or role
 * **Responsive design** – Works on all devices
 * **LinkedIn integration** – Direct links to employee profiles
 * **Database storage** – All data stored securely in WordPress database

**Perfect for:**
 * Company websites * Employee directories * Organizational structure
visualization * Client presentations * Internal company tools

**CSV File Format Required:**
 * ID (unique identifier) * Manager ID (for hierarchy,
leave empty for CEO) * Name (employee name) * Role (job title) * Tenure (optional)*
About (optional) * LinkedIn (optional) * Headshot (optional image URL)

**How to prepare your data:**
 1. Create your organizational data in Excel 2. Export
as CSV: File  Save As  CSV (Comma delimited) (*.csv) 3. Upload the CSV file to the
plugin

**Display Options:**
 * Shortcode: `[inteorch]` * PHP: `<?php echo do_shortcode('[
inteorch]'); ?>` * Widget: Available in WordPress widget areas

### License

This plugin is licensed under the GPL v2 or later.

This program is free software; you can redistribute it and/or modify
 it under the
terms of the GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
 but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
 along with this
program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
Floor, Boston, MA 02110-1301 USA

## 安装

 1. Upload the plugin folder to `/wp-content/plugins/interactive-organizational-chart/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to ‘Org Charts’ in the admin menu to upload company data
 4. Add the shortcode `[inteorch]` to any page or post

## 常见问题

### What CSV format do I need?

Your CSV file must have these columns:
 * ID (required) – Unique identifier for 
each person * Manager ID (required) – ID of the person’s manager (leave empty for
CEO) * Name (required) – Person’s full name * Role (required) – Job title/position*
Tenure (optional) – Time in the company * About (optional) – Brief description *
LinkedIn (optional) – LinkedIn profile URL * Headshot (optional) – Image URL for
profile picture

**How to create a CSV file:**
 1. Create your data in Excel or Google Sheets 2. 
Export as CSV: File  Save As  CSV (Comma delimited) (*.csv) 3. Upload the CSV file
to the plugin

### Can anyone upload data?

No, only WordPress administrators and editors can upload data. Regular users can
only view the organizational charts.

### How do I display the org chart?

Use the shortcode `[inteorch]` on any page or post. You can also use PHP code: `
<?php echo do_shortcode('[inteorch]'); ?>`

### Is the data stored permanently?

Yes, all data is stored in the WordPress database and persists between sessions.

### Can I have multiple companies?

Yes, you can upload data for multiple companies and users can switch between them
using the dropdown.

### Is it mobile-friendly?

Yes, the org chart is fully responsive and works on all devices including mobile
phones and tablets.

### Does this plugin track users?

No, this plugin does not track users or collect any personal data. All data processing
happens locally on your WordPress server. The plugin does not communicate with external
services or collect analytics data.

### What data does the plugin store?

The plugin only stores organizational chart data (employee names, roles, etc.) that
you upload through the admin interface. This data is stored in your WordPress database
and is not shared with any external services.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Interactive Organizational Chart」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ mukundansiv ](https://profiles.wordpress.org/mukundansiv/)

[帮助将「Interactive Organizational Chart」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/interactive-organizational-chart)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/interactive-organizational-chart/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/interactive-organizational-chart/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/interactive-organizational-chart/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/interactive-organizational-chart/)。

## 更新日志

#### 1.0.0

 * Initial release
 * Excel file upload functionality
 * Interactive org chart display
 * Admin and editor data management
 * Multiple company support
 * Search and filtering
 * Responsive design
 * LinkedIn integration

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**10 月前**
 *  活跃安装数量 **20+**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/interactive-organizational-chart/)
 * 标签
 * [employee directory](https://cn.wordpress.org/plugins/tags/employee-directory/)
   [hierarchy](https://cn.wordpress.org/plugins/tags/hierarchy/)[org chart](https://cn.wordpress.org/plugins/tags/org-chart/)
   [organizational chart](https://cn.wordpress.org/plugins/tags/organizational-chart/)
 *  [高级视图](https://cn.wordpress.org/plugins/interactive-organizational-chart/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/interactive-organizational-chart/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/interactive-organizational-chart/reviews/)

## 贡献者

 *   [ mukundansiv ](https://profiles.wordpress.org/mukundansiv/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/interactive-organizational-chart/)