Front page › Forums › CodeCanyon products › WordPress YouTube video post plugin › How to show view count, upload date, duration on the main page? › Reply To: How to show view count, upload date, duration on the main page?
November 17, 2014 at 10:43 PM
#393
All video data is stored in custom field __cbc_video_data. You could get it from there by using get_post_meta() – http://codex.wordpress.org/Function_Reference/get_post_meta
The stats are stored in returned array under key stats ( subkeys are rating, rating_count, comments, comments_feed, views, likes, dislikes ).