solved Trouble displaying total YouTube views/streams generated by a profile.

alt=
duke
@musamensa
7 years ago
253 posts
i am using the code below to display total video views generated by a profile but i am getting a zero count, i have tried the samething with the jrAudio module and it works just fine.


{jrCore_get_count module="jrYouTube" name="youtube_stream_count" profile_id=$_profile_id}
updated by @musamensa: 12/28/17 01:36:45PM
michael
@michael
7 years ago
7,717 posts
You dont need the _count in the name.
{jrCore_get_count module="jrYouTube" name="youtube_stream" profile_id=$_profile_id} 

I think the audio module once got that wrong so probably has these keys 'audio_stream_count_count' which would explain why its working in the audio module.
alt=
duke
@musamensa
7 years ago
253 posts
thanks worked like a charm.

Tags