Forum Replies Created

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

    (@italsat)

    now work ok , many thanks , very very great plugin.

    Thread Starter italsat

    (@italsat)

    i have insert the string thst you write but not work , take a look if is good where i have insert the string :
    <?php echo do_shortcode($videoembed); ?>

    there is the code of the part back in single.php :

    <?php get_header(); ?>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id=”thevideo”>
    <div id=”thevideoinside”>
    <div id=”videoembed”>
    <?php $key=”videoembed”; echo stripslashes(get_post_meta($post->ID, $key, true)); ?>
    <?php echo do_shortcode($videoembed); ?>
    </div>
    </div>
    </div>

    await your comment,thanks paul

    Thread Starter italsat

    (@italsat)

    i need to make a lot of posts with many streaming channels , who i can insert do_shortcode() in single.php when every post have a different shortcode?
    yes the custom fields not accept the shortcode , have you idea how do it ?

    Thread Starter italsat

    (@italsat)

    the shortcode work ok down at the page , up at the page where is color black , work only iframe code and embed code or object code.
    Can i use your plugin in others code ( no shortcode ) ?

    up page is a Custom Fields called “videoembed” , i can insert a youtube iframe and work ok but if i insert your shortcode not work.
    Your shortcode work ok in the post at the down , you can view the live streaming of Cielo TV make by your shortcode.

    I need to have the streaming now on down of the page, at the up of the page where black colour.

    Await your comment , thanks paul

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