View Single Post
Old 03-16-2013, 11:16 AM  
Manfap
Confirmed User
 
Manfap's Avatar
 
Industry Role:
Join Date: Jan 2013
Posts: 2,624
wow that was quick.. thx for the replies.
Quote:
Originally Posted by Naughty View Post
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 View Post
Its quotes - but not those ones - Maybe I can do it in the morning...
thx.

Last edited by Manfap; 03-16-2013 at 11:21 AM..
Manfap is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote