Web Delivery: Plugin
CDF files can be embedded as objects within web pages or displayed as full-screen documents within a 32-bit browser, for viewing with the Wolfram CDF Player plugin. Embedding CDF objects can be as simple as pasting a snippet of code provided when saving the file or manually entering an <embed>-tagged object in your HTML.
The example above can be expressed as simply as with the following single line of HTML code, indicating file name and image size:
<embed src="VoronoiDiagram.cdf" width="588" height="380">
The same method works for blogs, but we also offer a WordPress Plugin for easy access to the same JavaScript referenced by the Wolfram Language embedding code and as used throughout this site, which guarantees cross-platform compatibility and directs viewers to the CDF Player when needed. Watch this video about embedding CDFs to see how it works. Visit the Resources section to learn more »


