3D Pix

This plugin adds the shortcode [3dpix] which embeds a 3D image from Phereo.com into your post. It also adds a 3D Pix icon to the tinymce editor to insert that shortcode and set options. See the Settings page for the shortcode syntax.

Author:Tony Asch (profile at wordpress.org)
WordPress version required:2.6
WordPress version tested:3.0.5
Plugin version:1.0.1
Added to WordPress repository:24-10-2010
Last updated:08-02-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:40
Rated by:1
Plugin URI:http://nductiv.com/plugins
Total downloads:2 400
Active installs:10+
plugin download
Click to start download

This plugin adds the shortcode [3dpix] which embeds a 3D image from Phereo.com into your post.

3D Pix shortcode syntax:

    [3dpix id="4d37dbde378501ef25a80300" width="600" height="400" mode="anaglyph"]

    Where the parameters are:

        id - the Phereo.com image number...you can find this in the Phereo.com URL or Embed Code (Required)
            A Phereo embed: <iframe  src="http://phereo.com/e/embed/4d37dbde378501ef25a80300/anaglyph/500.300/important" 
                    width="500" height="300" frameborder="1" vspace="0" hspace="0" 
                    marginwidth="0" marginheight="0" scrolling="no" noresize>
                    <p>See stereo 3D on <a href="http://phereo.com">Phereo</a>.</p></iframe> 
            In this case the id is 160

            Or an Phereo.com URL: http://phereo.com/Nductiv/image/4d37dbde378501ef25a80300/
            In this case the id is 4d37dbde378501ef25a80300

        width - width in pixels of the embedded 3D picture (Optional)

        height - height in pixels of the embedded 3D picture (Optional)

        mode - 3D display mode: anaglyph, parallel, crossed, vinterlaced, hinterlaced, chinterlaced, animated, or nvidia (Optional)

Defaults for the optional parameters can be set on the plugin settings page.
If the optional parameters are not specificed in the post/page shortcode,
the defaults set on this page will be used.

3D Pix also adds a 3D Pix icon to the tinymce editor which can be used to insert the shortcode and set options.