View Single Post
Old 01-11-2014, 08:51 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,381
Quote:
Originally Posted by fris View Post
What happens if I want to use your player with a custom field?
You can use a direct plugin API call. E.g.:

Code:
<?php KVSFlvInsert(get_post_meta($post->ID, "video_url_custom_field", true) . ' ' . get_post_meta($post->ID, "video_poster_custom_field", true)); ?>
I.e. just insert this code into your single.php and it will do the trick. Don't see any problem with that.
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote