This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Embed charts graphs tables and forms with Vixo

Description

Insert spreadsheets into WordPress

You can now easily insert accounts and basic spreadsheets directly into your WordPress site – when the user changes them they automatically update without need to be republished in any way.

Charts and graphs in WordPress

Simply drop graphs and charts into your WordPress blog. When the underlying data is edited the graph or chart automatically updates.

Creating and inserting tables in WordPress

Tabular data is very common. You can now easily create and insert tables of data which the end user can sort or filter on your site.

Embeddable forms for WordPress

The Vixo spreadsheet lets you create simple forms that store information in an online spreadsheet and email you when someone submits data – making your life easier.

Calculators and quotation engines for WordPress

Specialist quotation engines and calculators are a cinch with Vixo – they can be built easily in a spreadsheet and then published into your blog.

Using The Shortcode

Because everything in Vixo has a URL, The shortcode is very simple and has only two forms:

[vixo url="http://example.com/some/page"]

[vixo url="http://example.com/some/page", width="198px" height="100px"]

If it can the Vixo plugin will work out the size of the thing to be embedded automatically and resize to fit.

For a small number of cases (principally inserting tables) Vixo needs to be told how wide and high you want the embedded object to be. In this case use the long form and specify the width and height in pixels as per the example.

Developers

The plugin is hosted on Github.

Feel free to post any problems on the issues log

This readme was converted from WordPress markdown to GitHub markdown on http://wordpress-markdown-to-github-markdown.com/

Tools

Used this web service to synch the GitHub README.md with the WordPress readme.txt

Installation

  1. Upload vixo-plugin-1.5.zip to the /wp-content/plugins/ directory
  2. Unzip it
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Use the shortcode [vixo url="http://example.com/some/page/"]

Vixo is a next generation spreadsheet – designed to be used on the internet – everything, graphs, forms, pages of figures, tables of data, has its own URL which you can pop into the Vixo shortcode. You can build sophisticated calculation and quotation engines and embed them as well.

FAQ

Do I need to sign up with Vixo for a spreadsheet?

Yes

Is the Vixo spreadsheet free?

There is a free account for up to 500 cells – higher usage requires a paid account.

Can I try Vixo without signup for an account?

Yes, install the plugin and then use some of the example URL’s in our tutorials, for instance this one

Can I use this plugin with Google spreadsheets? or Excel?

No

Where can I find out about the Vixo Spreadsheet?

The documentation is very comprehensive.

How does Vixo compare to spreadsheets I already know?

It is designed to be fairly compatible with Excel, Libre Office and Google Spreadsheets – there are over 150 Excel-compatible functions.

A detailed comparison can be found here

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Embed charts graphs tables and forms with Vixo” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.5

Fixes in documentation and plugin embedding.

1.4

Two major bug fixes:
* use of unsafe jQuery expressions in previous version means that sites using native WordPress jQuery would fail to load spreadsheet elements
* failure to load native WordPress jQuery means themes that don’t use jQuery would fail to load spreadsheet elements

1.3

Had 3 lines after ‘?>’ leading to a ‘The plugin generated 3 characters of unexected output during activation’ error.

1.2

Turned off debugging by default

1.0

Initial release.