Kaltura - creating together  Community Edition Server

KalturaCE Home » Integrate » WordPress Integration Manual

Kaltura provides the "All in One Video Pack" plugin for WordPress (download at http://wordpress.org/extend/plugins/all-in-one-video-pack/).

Using the WordPress plugin you can start experiencing some basic capabilities of KalturaCE without the need to implement or develop anything.

To work with WordPress follow these steps:

  • Install WordPress from wordpress.org -

    In case KalturaCE was installed on a computer which is not publicly available, install WordPress on the same computer as KalturaCE or on any computer which can access the KalturaCE installation (i.e on the same LAN)
    In case KalturaCE was installed on a computer which is publicly available you can install WordPress wherever you want.

  • Download the Kaltura "All in One Video Pack" plugin for WordPress from http://wordpress.org/extend/plugins/all-in-one-video-pack
  • Install the plugin using the instructions provided with the plugin.
  • Open the plugin settings file from
    /wp-content/plugins/all-in-one-video-pack/settings.php
    Find the line: define("KALTURA_SERVER_URL", "http://www.kaltura.com");

    Replace the URL (http://www.kaltura.com) with the full URL of your KalturaCE installation.
    For example, if you installed KalturaCE to:

    http://localhost/kalturaCE
    The line would be: define("KALTURA_SERVER_URL", "http://localhost/kalturaCE");

  • Do the same for the line: define("KALTURA_CDN_URL", "http://cdn.kaltura.com");That will make it look like this (according to the example above):define("KALTURA_CDN_URL", "http://localhost/kalturaCE");

Note that if you install KalturaCE on a localhost (and that is the SERVER URL you provide during installation), only applications that run on the same server will behave as expected.