Contents

XML Databases Publishing on Facebook

Publishing on WordPress

Publishing on WordPress WordPress

WordPress is the most popular blogging system on the Web, with more than 60 million websites. This tutorial demonstrates how to add your HTML animation to a WordPress website.


WordPress.com

WordPress.com is a fully hosted and fixed system. Unfortunately, it is currently not possible to add HTML animation to any website hosted on WordPress.com.


WordPress.org


WordPress.org requires you to arrange your own host. This means you have more control of the website and you can customize it using plugins. HTML animation can be added to a WordPress.org website using the iframe plugin.

First, upload your HTML animation, and any media, to your WordPress.org website. You may need to use FTP to do this, as HTML files can be blocked when uploading in the dashboard.

Next, install the iframe plugin. In the website dashboard, choose plugins, search for iframe and install the first result [iframe]. This plugin is used to embed content.


WordPress.org/plugins/iframe/

WordPress.org WordPressiframe

Once the iframe plugin is installed, shortcode can be used to add HTML animation to a page.


[iframe src="http://www.MyWordPressSite.com/embed/MyAnimation.html" width="100%" height="300"]

WordPress.org WordPressPage

Some of the other attributes than could be added to the iframe.


allowtransparency • Allow a transparent background.

[iframe allowtransparency="true"]

id • Add an id to the iframe.

[iframe id="MyId"]

class • Set the class of the iframe for styling.

[iframe class="MyClass"]

style • Set the style of the iframe.

[iframe style="float:left;"]

XML Databases Publishing on Facebook