Posts Tagged ‘viddler’

Live redesigning Viddler’s Developer site

Tuesday, June 3rd, 2008

Watch for falling rocks!  We’re sort of live updating the Viddler’s Developer site.

We’ve got a new template designed by Viddler’s Lead Designer Andrew Smith which will facilitate our needs not only for the Developer site but also for a few other sub-level domains we’ll be launching in the next few weeks.  Andrew provided me with a style guide of sorts and so now I’m put to the task of getting both Wordpress and MediaWiki, the two applications we use to pull off this site, to bend to my will.

Everything should work ok, but will look a little wonky while I’m updating. If you have any concerns, let me know.

The ViddlerPop! bookmarklet - beta 0.2

Thursday, May 29th, 2008

The response from the first version of the bookmarklet has been pretty strong. It has now been updated a little, based on the comments we’ve received, and hopefully you’ll find it even more useful.

Changes in beta 0.2

  • Sharing via Twitter now works, even when logged out of Twitter.com.
  • Window is now resizable.
We still need to fix the Firefox 3 RC1 issue that Evan Sims pointed out, as well as figure out how to make the bookmarklet work on pages where a Viddler video is embedded, and not just on Viddler.com.
Thanks for all of your feedback so far!

To upgrade or install

To update your bookmarklet, just delete the old one, and use this new one: ViddlerPop!

As always, if you have any questions, just ask.

The ViddlerPop! bookmarklet - beta 0.1

Wednesday, May 28th, 2008

I like watching video in Viddler’s player.  All of my favorite podcasts are now using Viddler including WineLibrary TV, DiggNation, Two Guys on Beer, just to name a few.  But sometimes I don’t like keeping a browser tab open to watch these longer videos while I’m doing other things like surfing the Web, writing code, or replying to the endless amounts of email I seem to get.

This is where ViddlerPop!, a new bookmarklet we’re playing with, comes in and saves the day.  Now instead of keeping a browser tab open dedicated to a Viddler video, I can watch this video in its own window.

Here is a quick video demonstration of how this first version works.

Please leave us some feedback to let us know what you think of the bookmarklet, how you’d like it to improve, and if you find any bugs.  Thanks in advance!

Installation

To install ViddlerPop! just drag the ViddlerPop! link to your browser’s bookmarks bar - or, right-click and “Add to bookmarks”. I believe in Firefox it is right-click and “Bookmark this Link”.

Questions?  Fire away!

Where did the lab go?

Friday, May 16th, 2008

In an effort to make developing on Viddler’s platform as easy as possible, we’ve moved the lab from lab.viddler.com to developers.viddler.com.  Everything should be forwarded now and we’ll be now setting up shop here.  The wiki is still available, but we’re going to be adding a whole new interface to our Developers area over the next few weeks.

Please stay tuned!

Getting started with phpViddler Part 2: User authentication and sessions

Sunday, April 20th, 2008

If you haven’t already, please be sure to read part one that Kyle put together, which covers the simple task of initiating the phpViddler class and using it to list videos. Some of the code found herein may not make sense if you haven’t read part one.

I think you’ll find, through these tutorials, that using phpViddler makes it dead simple to use Viddler’s APIs. Please leave feedback if you have any specific areas you’d like us to cover.

Authenticating a user

To authenticate a user you will need both the username and password of the user. For this example, we’ll say the username is my username, cdevroe, and the password will be a fake password of ‘password’.

(more…)

Getting Started With phpViddler Part 1: Listing Videos

Sunday, April 20th, 2008

Over the next couple weeks, Colin and I are going to be guiding you through how to use Viddler’s API with phpViddler, the PHP wrapper for our API functions. We’ll be covering everything from embedding videos to registering new users, so keep checking back!

Today, I’ll be covering how to list videos using the Viddler API and phpViddler using the functions videos_listbyuser, videos_listbytag, and videos_listfeatured.
(more…)

A Viddler mambot for Joomla!

Wednesday, April 16th, 2008

A mambot is “a small, task-oriented function for Joomla! software”.  Viddler Antonio Edward (friend: labanex) has released a Viddler mambot that makes it easy to embed Viddler videos, using both the normal and simple player, on your Joomla! powered Web sites.

As it stands you have to do some digging into the HTML embed code to get the values you need to make this plugin work, but perhaps someone with some Joomla! experience can help Antonio out by using oEmbed to make this process even easier?

It is a great first step for Joomla! users.  Thanks Antonio!

WPViddler: A Viddler Wordpress theme

Tuesday, April 15th, 2008

This is pretty neat. Viddler templamatic has put together a Wordpress theme for Viddlers, on his site where he sells themes, utilizing our Wordpress plugin and ViddlerRSS (a quick and dirty plugin that aggregates any Viddler RSS feed into a Wordpress sidebar).

WPViddler was released via our Forums a few days ago and is already getting some positive feedback.  The theme is free for all registered users to Templamatic.

I’m hoping to see more of this type of development as we’d love to make it quick and easy for bloggers to get started using their Viddler accounts on their sites.

Update April 16, 2008:  There seemed to be a Safari bug in the code for this template.  An update has been issued as well as instructions for updating your theme if you downloaded and installed it already.

Our Wordpress 2.5 plugin, Version 1.1 Beta 2, now ready for testing

Monday, April 14th, 2008

We’d like to begin by thanking everyone for their help with testing, and spreading the word about, the first beta of this plugin.  The amount of feedback we received this weekend, contributions to the code itself, and number of people advocating the testing of our plugin has proven very valuable.   Thank you.

I’m really excited to release Beta 2 of Version 1.1 of the plugin (direct download).  We’ve got some nice additions and improvements to the plugin, as well as some general fixes that I think will make this plugin much more stable.

The bigger changes

Beta 2 has some pretty big changes, most of which were spurred by some feedback we received from Matt Mullenweg.  Thanks to him for providing excellent feedback on the first beta of the plugin.

We’ve changed the short code that the plugin produces for both videos that appear in posts and videos that appear in comments.  Our old short code was viddler_video=key,width,height.  We’ve now changed it around a bit and it shall be displayed as viddler id-key h- w-.  In case you’re wondering, this is the same short code that Wordpress.com uses for embedding Viddler videos.  We figured that aligning the two would increase compatibility with our short code, as well as making the width and height dimensions much easier to understand.

All older short codes will still work including [viddler_video* and [viddler_comment* from version 1.1 beta 1, version 1.0, and all of the version 1.0 betas.  In other words, there is no reason to change your older posts unless you really want to.

Video thumbnails are fixed sizes since we started to see that some Wordpress themes were not controlling, or over controlling, the size of the video thumbnail that appears in a post and/or comment.  As such we began to see huge and/or tiny thumbnails.  Now we’ve added fixed sizes based on the width and height specified in the short code.

Bug fixes

You may view the readme.txt file for a detailed description of the exact bugs that were squashed with this release, but here are some of the more important ones.

Dashboard Wordpress news was displaying really oddly in Beta 1.  We found out that a portion of our admin stylesheet was adversely affecting that of the Wordpress news that displays on your dashboard.  This slipped by our nose’s, sorry.  Thanks to Alex Hillman for reporting the problem, and to Jason Waldrip for helping to figure it out the solution.

The included XML Parser had thrown a few PHP 5 errors.  Thanks to Lee Adkins for contributing some code patches, this has now been fixed in Beta 2.

There are many other improvements with this release, but you’ll have to review the readme for those.  We’re hoping to get a third beta release out by Thursday of this week, so if you have any feedback please leave it in the comments below.  We’d like to limit ourselves to four or five betas before we add this to the Wordpress plugin directory and officially announce it on Viddler’s blog.

Help test our Wordpress 2.5 plugin: Version 1.1 Beta 1

Thursday, April 10th, 2008

Do you have Wordpress 2.5 or above installed on your Web site?  Interested in helping us beta test the latest version of our plugin?  First of all, thank you!

Downloading and installation

You can download the latest beta version, 1.1 beta 1, from the wiki page for this plugin.  For anyone not using Wordpress 2.5 or above, version 1.0 is still there for you to use.

Installing Version 1.1 Beta 1 is simple.  Just unzip the file and upload the entire viddlercomments directory to your /plugins/ folder within Wordpress.  Then, go to your plugins page and click Activate on our plugin.  If you are upgrading please be sure to delete the old directory and upload this new one.

What’s new in 1.1 Beta 1?

Here is a quick list of the changes between version 1.0 and version 1.1 of our Wordpress plugin.  We plan on keeping these features locked until 1.1 is completed, only fixing bugs between now and official release.

  • Dashboard widget You can now watch, and help promote, our daily featured videos right from within the Wordpress administration dashboard.  There is a preference in the options panel to turn this off.
  • Viddler videos in Add Media pop-up One of Wordpress 2.5’s flagship features is the new “Add media” pop-up window when writing posts and pages.  Now, you can add Viddler videos in several ways.
    • Featured videos Like on the dashboard widget, you are now able to embed featured videos quickly.
    • Your videos One quick search for your username, and you can page through every public video you have on Viddler and embed them in your posts.
    • Search! The search features lets you find, and embed, any video on Viddler by searching by tag and/or username.
    • Record Using your webcam, or any camera attached to your computer, you can use Viddler’s recorder to quickly record a brand-new video and embed it in your post, all without leaving your Wordpress admin.
  • Fixed Wordpress 2.5 jQuery conflict Both our plugin and Wordpress use jQuery, the state-of-the-art Javascript framework, and version 1.0 of our plugin causes conflicts with Wordpress 2.5.  Now that is fixed!
  • Several other bugs fixes and enhancements.

Video demonstration!

We wouldn’t be Viddler if we didn’t have a quick video demonstration of this version of our plugin.  Now, remember, this is still in Beta so some things may change between now and the official release.

This video was embedded using our latest beta version, nifty!

Search

Subscribe

Keep up-to-date with announcements and updates to the Viddler platform.

Archives