WordPress Updated To 2.6.2 And Plug-In Changes

WordPress 2.6.2 is out and I’ve updated the site. I also updated plug-ins, and in the process I decided to drop Viper’s Video Quicktags. It added a lot of page volume with the included files and I found it didn’t cover some of the sites I was linking video from. Plus, being JavaScript driven, it meant the RSS feed didn’t get the embedded videos, just a link. Since I’m a long time web geek I decided to just create my own template files for the sites I link video from. I’ve gone back and edited past posts where I’d used the plug-in so the videos should still work with it removed.

As always, let me know if you spot a problem.

Example templates:

YouTube:
<div class=”video”>
<object data=”VIDEO-URL” width=”425″ height=”344″ type=”application/x-shockwave-flash”>
<param name=”movie” value=”VIDEO-URL” />
<param name=”allowfullscreen” value=”true” />
<param name=”wmode” value=”transparent” />
<param name=”quality” value=”high” />
</object>
</div>

BlipTV:
<div class=”video”>
<object data=”VIDEO-URL” width=”320″ height=”270″ type=”application/x-shockwave-flash”>
<param name=”movie” value=”VIDEO-URL” />
<param name=”allowscriptaccess” value=”always” />
<param name=”allowfullscreen” value=”true” />
<param name=”wmode” value=”transparent” />
<param name=”quality” value=”high” />
</object>
</div>

Brightcove:
<div class=”video”>
<object data=”http://services.brightcove.com/services/viewer/federated_f8/452319854″ width=”486″ height=”412″ type=”application/x-shockwave-flash”>
<param name=”movie” value=”http://services.brightcove.com/services/viewer/federated_f8/452319854″ />
<param name=”FlashVars” value=”videoId=VIDEO-ID&playerId=452319854&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false” />
<param name=”base” value=”http://admin.brightcove.com” />
<param name=”seamlesstabbing” value=”false” />
<param name=”allowFullScreen” value=”true” />
<param name=”swLiveConnect” value=”true” />
<param name=”wmode” value=”transparent” />
<param name=”quality” value=”high” />
</object>
</div>

About MegaZone

MegaZone is the Editor of Gizmo Lovers and the chief contributor. He's been online since 1989 and active in several generations of 'social media' - mailing lists, USENet groups, web forums, and since 2003, blogging.    MegaZone has a presence on several social platforms: Google+ / Facebook / Twitter / LinkedIn / LiveJournal / Web.    You can also follow Gizmo Lovers on other sites: Blog / Google+ / Facebook / Twitter.
This entry was posted in Site Updates, Web and tagged , , . Bookmark the permalink.
  • http://www.zatznotfunny.com Dave Zatz

    Dumping Video QuickTags is on my list too. A few months ago I got rid of most of my posts using it, but I still have a few. The newer TinyMCE is so much better with random code that it’s less needed these days. My host still has mySQL probs with my site – not sure if it’s me or them, but it’s occasionally slow loading or non-loading even though I’m on their higher tier package now. Still haven’t pulled the trigger on the caching plugin yet though – I worry how Google will handle it.