italsat
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced iFrame] how embed shortcode in a iframenow work ok , many thanks , very very great plugin.
Forum: Plugins
In reply to: [Advanced iFrame] how embed shortcode in a iframei 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
Forum: Plugins
In reply to: [Advanced iFrame] how embed shortcode in a iframei 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 ?Forum: Plugins
In reply to: [Advanced iFrame] how embed shortcode in a iframethe 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