Backlink exchange with website PR3 or more. send me an email to marius.duse@ordis.ro

Archive for the ‘ Book - Wordpress ’ Category

Today we’ve switched on WordPress.tv, your visual resource for all things WordPress.

WordPress.tv helps you get blogging fast and hassle-free with tutorials for both WordPress.com and WordPress.org.

It’s also the place to find all that cool WordCamp footage previously floating around the web without a home. Check out presentations from WordCamps around the world and get a peek at behind-the-scenes action. We call it WordCampTV.

You’ll also find slideshows of presentations made by Automattic employees and other WordPress gurus, as well as interviews I’ve done with the media and fellow bloggers.

We hope you’ll consider WordPress.tv not just a support resource, but a place to hang out and keep up with all the geeky goodness going on in the WordPress community. Tune in regularly for fresh content and updates to the WordPress.tv blog. Lots more is on the way.

As is the case with all of our endeavors, community comes first. You have a say in shaping the future of WordPress.tv. Just drop us a line to let us know what you’d like to see added next.

Share/Save/Bookmark

Youtuber has moved to WordPress.org. The information on this page is no longer maintained. Please see http://wordpress.org/extend/plugins/youtuber/ for the latest version of the plugin and documentation.

By default, embedded YouTube videos are 425 pixels wide, which is wider than the content column on Choking on Popcorn. To be able to easily resize and add cool videos to that site I copy-pasted together a very basic plugin for WordPress. It allows you to simply use something like “["youtube ]xxxxxxxxx”["/youtube"]” to embed the video. The ‘xxxxxxxxx’ bit needs to be replaced with the actual video’s ID of course. I know there are tons of plugins that do similar things and are vastly superior, but this one suits my needs perfectly.

The output is valid XHTML, and you can adjust the display size by editing the plugin a bit. The entire thing is only a few lines so you’ll have no trouble finding the dimensions in the code. Simply use the options panel under Options -> Youtuber.

Feel free to download it and play around with it a bit. If you make improvements or can think of a cooler name for the plugin, please let me know.

Download the Youtuber plugin at http://wordpress.org/extend/plugins/youtuber/

Installation

  • Download the zip file and unpack the file inside.
  • Upload this file to the wp-content/plugins folder on your server.
  • Activate it on WordPress’s ‘plugins’ tab.

To embed a video using the plugin, follow these steps:

  • Find the video on YouTube.
  • Extract the ID fromthe video page url. These look something like: http://youtube.com/watch?v=Krhl2o_uwdc. The bit I put in bold type is the ID.
  • Type “["youtube "]“Krhl2o_uwdc”["/youtube"]“ anywhere in your post. Leave out the space in the first tag.
  • Save and publish the post.

To change the display resolution for the videos:

  • Go to Options -> Youtuber and type in the values that work for your blog.

Share/Save/Bookmark

wordpress migrate

I had to migrate my Wordpress blog to another host recently and was trying to find a way to do it. I found a few pages on this topic but some of it requires shell access. Others seemed to be using words from Planet Zurich or too simplified I did not know what to do. This guide is actually my documented work while migrating my own blog.

Share/Save/Bookmark