How to embed a video in WordPress blog

I am just starting you an internal blog site for various parts of the organisation to allow them to disseminate information to the masses, one of the requirements was to embed video into the blog.

 

This is done via a plugin, which I would presume there are many, the one that I have found and works brilliantly is from here

The instructions are really easy.

Tip the plugins folder is usually found /var/www/html/XXXX/wp-content/plugins

Where XXXX is the name of the folder that you created to hold the WordPress install (in a single site usually WordPress)

 

Just remember that after you have you loaded the folder, ssh onto the server and navigate to the plugins folder and then

chown -R apache:apache embedded-video-with-link/

 

Follow the rest of the instructions and you will have a new plugin Icon when composing your posts


How to change wordpress upload limit from 2MB

The WordPress upload limit when hosting your own site is set to 2MB, this is also probably the case if you have a hosted site as well, I am sure you guys will let me know.

This I have found out (much searching) is down to the php.ini config.

There are many posts out there that try to give you instructions on what to do, but they always missed something, I came accross this post from bh_wp_fan that put me on the right path.

 

vi /etc/php.ini

 

Find the linesĀ upload_max_filesize, and post_max_size

Alter these to what every you want and away you go. There are a few more tips so by the poster so if need any help I would drop on this section.

 

Would have loved to say that I found that out by myself but, bot this time :)

 


Follow

Get every new post delivered to your Inbox.