Please post your Comments or FAQ here!

or visit the plugin page here

The latest comments will appear on top. Impolite comments or spam will be not be published!

If you need modifications to the plugin, kindly ask for a quotation by sending us your requirements. However, you can suggest for further improvements or additional features. We will consider inclusion of your suggestion for the next update.

Thank you.

19 Responses to “Vimeo Sidebar Widget Comments & FAQ”

  1. Barney says:

    How can I make this widget align left, right or center. At the moment its aligned right on my sidebar and it looks awkward. I would like to align it left or center. Please help.

    Here’s the site: http://www.rtjconsultants.com/wordpress

    Thanks

    • Denzel says:

      Hi Barney,

      It aligns right in your case, because your site style sheet says so.
      Have you noticed that on your left column, everything starts after the bullet of your widget title?
      There is no way to allow your widget content to start before the title bullet, unless you change the codes in your stylesheet.

      Regards,

      Denzel

  2. kops says:

    hi,

    If I want a couple of lines of text to show underneath the video, how would I do this? I’ve tried adding them at various points in the php file with no luck.

    cheers:)

    K

    • Denzel says:

      Hi,

      Please use the Video Sidebar Widgets, instead of Vimeo sidebar widgets. It has a video caption option.

      Regards,

      Denzel

  3. Jonny says:

    Hey Denzel,

    Firstly thanks for developing the plugin.

    I need to link the title of the widget to a URL – It’s not possible to add html into the widget title field and I can’t figure out in the vimeo-sidebar-widget.php where to hard-code it in – could you help?

    thanks :)

    J

    • Denzel says:

      Hi Jonny,

      You cannot put in HTML code into any of the options fields because of a strip_tags php function.
      This function strips all HTML tags, so as to prevent user from pasting malicious scripts into it.

      if you want to put html links in widget title, search for codes that resemble the following;

      $instance['title'] = strip_tags( $instance['title'] );

      and change them to;

      $instance['title'] = $instance['title'];

      That will allow the html links to appear.
      Lastly, you can always hire me for this modification, if you are not able to do it yourself.

      Regards,

      Denzel

      • Jonny says:

        Hey Denzel – thanks for the quick response.

        It works in that i can now enter html tags – the only problem is that in the sidebar, the html code is not rendered – it displays as: <a href="#" rel="nofollow">Multimedia</a>, rather than the link itself.

        Also when i hit ‘save’ in the widget options, it saves as: <a href= even though it displays the full doe on the page.

        Any ideas?

        thanks,

        J

        • Jonny says:

          oops – the linked word ‘multimedia’ should be the full a=href code

          • Denzel says:

            Hi Jonny,

            I think WordPress by default changes all html tags to character entities for all Widget Titles. You can read about character entities here. Same theory, to prevent flash or javascripts that are malicious to run on the blog.

            Anyway use the video sidebar widgets emailed to you. It is a modified copy. You can put HTML links in the video caption.

            Regards,

            Denzel

  4. Cal says:

    Hi,
    does it work in wp 2.8?

    • Denzel says:

      Hi,

      Yes, it works in WordPress 2.8. Except the preview option in the Widgets Admin does not work.

      Regards,

      Denzel

  5. Looks like a good program denzel..

    How do I make it a custom video with me in it describing my blog?

    Thanks

  6. baron says:

    hi. Thanks for plugin

    perfect.

    Regards

  7. denzel says:

    Hi, baron

    Thank you very much for trying out my plugin!

    Regards,

    Denzel

  8. denzel says:

    Hi,

    This widget is to display any vimeo video in your blog sidebar.
    To display a video about you describing your blog, you need to sign up a free account with vimeo at vimeo.com
    Take a video of yourself describing your blog. Use a program such as Ulead Video Studio SE11 to edit your video. You can crop, insert titles, add music, add voice over, etc.. using Ulead Video Studio.
    Compress your custom video into mp4 (please refer to vimeo for other acceptable compressions) and upload to your vimeo account. (click on upload link in vimeo account and walk through options)
    Wait for vimeo to convert your uploaded video to flash video. Click on video link and vimeo will display your uploaded video in your account.
    Take note of the url of your video, it should be something like http://www.vimeo.com/3158253
    Login into your blog, select appearance, select Widgets, add vimeo widget, drag to the desire position, click edit.
    Copy only the number and paste it in the Video ID of Vimeo Widget and key in the width and height of video (not wider than your sidebar width) select all other options.
    Make sure no options left unselected or blank.
    Lastly, click done and click save changes on the current widgets column.
    Visit your site to see the embed video in your sidebar.
    Re do all options if the size is not correct. I used width 200 and height 150 for my sidebar video.
    Thats all!

    Thank you for your interest in my widget plugin, Hope the above long winded explanations are of use to you.

    Regards,

    Denzel :)

  9. Denzel,

    Thank you for the long explanation it’s appreciated I’m going to try it.. Do I need access to my ftp files to use this or can it all be done from my admin account with wordpress?

    I’m new to all this so please bare with me on my silly questions.

    Thanks

  10. denzel says:

    Hi,

    You are most welcome to ask me questions. I will try to explain the installation process to you. It is as follows;

    You can install from your blog admin panel. Just click on Add New under Plugins. Key in Vimeo Sidebar Widget into the search input and click search. A List of related plugins will appear. Click on the install at the right hand corner. A overlay dialog box will appear. Click on the Install Now button at top right hand corner. Wait for a while. A message saying Installing Plugin: Vimeo Sidebar Widget will appear. Click on the activate plugin at the bottom left and the plugin will be successfully installed and activated.

    Hope the above instructions are of help to you,

    Thank you,

    Regards,

    Denzel

  11. Hi Denzel,

    It did not work

    Downloading plugin package from http://downloads.wordpress.org/plugin/vimeo-sidebar-widget.zip

    Unpacking the plugin package

    Fatal error: Cannot redeclare class pclzip in /homepages/38/d98864961/htdocs/ak/nbapicks/wp-admin/includes/class-pclzip.php on line 171

    Im using 1 and 1 for hosting.. Should that matter?

  12. denzel says:

    Hi,

    Since your hosting is able to host your wordpress blog. The hosting is not a problem. if i am not wrong, you downloaded from http://wordpress.org/extend/plugins/vimeo-sidebar-widget/. If you download the plugin from wordpress.org, do not unzip it. Save it in your computer.

    Log into your blog admin dashboard. go to add plugins-> add new, click browse and a window will appear. Select the zip file from your computer and click open and click install. Follow through any other instructions. You will be able to install.

    Regards,

    Denzel

Leave a Reply