Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pappaslim

    (@pappaslim)

    PS – the text:
    ” The Diet Coke and Mentos Explosion 2 ‘, ‘ Camera Angle 2: With Sound

    I wanted to see if the coke-fountain thing really works, so I persuaded a couple of friends to film me while … all ? I give it a go. We went to CVS Pharmacy yesterday (25 March 2006) and bought:

    – One 2-litre bottle of Diet Coke – One tub of Mentos mints

    and today we went to the park and woo, it worked! Didn\’t go quite as high as I was hoping, but we all agreed it was a success. The only thing that would make this video better is a pair of big boobs. ? ‘, ‘SOLid
    35 sec'” is being pulled from the Google Video Description so that bit is working. If I follow the instructions on the plugin website which tells you to do a “Click Save And Continue Editing” just to make sure the post will work its at the point I get the error., but WP saves it as a draft.

    I go back into the draft and there is now an extra peice on the page which gives this info:
    “Video Blogger Plugin
    VB Refresh: Refresh cached video data?
    VB Video Src: gv
    VB Video Id: 6121565609939107542
    VB Thumbnail Idx: 3
    VB Title: Video not found or Integration error occurred
    VB Descr: Video not found or Integration error occurred.”.

    So it seems to be getting some way to it but not posting it.

    Thanks
    Pappaslim

    Thread Starter pappaslim

    (@pappaslim)

    OK. Thanks for that. I think I will just go down the route of hosting it myself. Know any good code that will fit into any theme and to what I want. Nothing fancy. Dont need it to have comments or anything like that.

    Thread Starter pappaslim

    (@pappaslim)

    Thats worked! Thanks!!

    Thread Starter pappaslim

    (@pappaslim)

    Ok. Pointing me in the right direction. Where in that file do I put it. Here is the full code:
    <?php get_header(); ?>

    <div id=”content” class=”narrowcolumn”>

    <?php if (have_posts()) : ?>

    <?php while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
    <small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>

    <div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?>
    </div>

    <p class=”postmetadata”>Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?>
    </div>

    <?php endwhile; ?>

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
    </div>

    <?php else : ?>

    <h2 class=”center”>Not Found</h2>
    <p class=”center”>Sorry, but you are looking for something that isn’t here.
    <?php include (TEMPLATEPATH . “/searchform.php”); ?>

    <?php endif; ?>

    </div>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    Thanks
    Pappaslim

Viewing 4 replies - 1 through 4 (of 4 total)