wow that was quick.. thx for the replies.
Quote:
Originally Posted by Naughty
Did you actually echo the function??
|
The flowplayer is pulled as
Code:
<?php flowplayer('[flowplayer src=videos/example.flv]'); ?>
which is how they tell you to on their site
foliovision. com/seo-tools/wordpress/plugins/fv-wordpress-flowplayer
and works, itīs when I start messing with the content, switching it to pulling from a custom field it all goes pear-shaped and that is getting pulled on an echo.
Code:
<?php flowplayer('[flowplayer src=<?php echo get_post_meta($post->ID, '_wpb_video', true); ?>]'); ?>
or did you mean something else?
I tried
Code:
]<?php flowplayer('[flowplayer src=<?php echo get_post_meta($post->ID, \'_wpb_video\', true); ?>]'); ?>
the player parses now but pulls the vid url as sitename.com/<?php
Quote:
Originally Posted by EddyTheDog
Its quotes - but not those ones - Maybe I can do it in the morning...
|
thx.