Archive for February, 2011

Problems With PHP4

Friday, February 11th, 2011

Our ListPipe Content Generator plugin is only compatible with PHP5 and above. This is due to an issue regarding a change in PHP5 to support a command called 'try' that we use in order to create the handshake between your ListPipe account and your external WordPress blog.

If you have experienced a site-wide error when activating our plugin, notably a "syntax error, unexpected { on line 28", then you are likely running PHP4.

Don't worry; we have a solution...

For those of you who may be having trouble, we have created a special PHP4 plugin that bypasses the 'try' command so that you can connect to ListPipe from a PHP4 server.

Download the ListPipe PHP4 Plugin

We do recommend that you upgrade your server to PHP5 instead, but we realize this may not always be practical.

PS: Our ListPipe Content Generator plugin version 2.5 is fully compatible with WordPress version 3.0.5 (we just haven't updated the reference yet).

Adding Video To Your ListPipe Blog

Tuesday, February 1st, 2011

Adding video to your blog is a great way to deliver a message and adds to the entertainment value of your site. The result can be more interest and longer stays.

We encourage you to add video from YouTube.com for several reasons, not the least of which are that you can take advantage of their outstanding video features, ease of use, and access to a global community of You-Tubers who can engage with your videos from computers, phones and tablets.

There are several ways to add a video to your blog. Here is a quick overview of the easier ones:

Quicktags

The easiest way to add video to your blog is via a plugin that we include called Viper's Video Quicktags.

When you log into your blog and create a new post, you will notice a small icon in the editing toolbar for 'YouTube'. Simply place your cursor in your text where you want it to insert, and click the YouTube button.

You will be asked to enter the URL for the video. Click 'OK' and you're finished!

Embed

YouTube provides a handy embed code at the bottom of each of their videos. This embed code is customizable, and allows you to easily embed a video onto your blog.

Just visit your favorite video on YouTube and click the 'Embed' button located under the video. A box will open below the button that includes options for customizing your video including colors, sizes, and the ability to include related videos.

When you are finished selecting your custom options, simply copy the embed code from the box and paste it into the HTML editing window in your blog.

WAIT! You're not finished yet; before you change to the Visual window to continue editing, or save, add paragraph tags to the embed code. This will make the embed code compatible with your WordPress blog and save you the trouble of learning the hard way that WordPress doesn't take kindly to some types of code (for your safety).

Adding paragraph tags is simple; just add one of these to the front of the embed code: '<p>', and one of these to the end of the embed code: '</p>' (do not include the single quotes; those are mine).

Adding these tags is a known workaround to an issue regarding an editor that is included within WordPress called TinyMCE. To learn more about this workaround, visit this WordPress ticket regarding the workaround.

Good luck!