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〉的開發相關工作。

參與者

變更記錄

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