Hi all. I'm new comer here and i have no idea to find the way how to create youtube like content locker. Is possible to lock / hide content for visitor until they liked video on youtube ? I'm very basic using javascript and i don't know how to start coding.
I would to thanks to all who answering my questions.
Then it's a matter of using the YouTube API to grab the logged in user's latest activity feed, and see if you can dig around in there and find if the user has liked/rated your video: https://developers.google.com/youtub...Activity_feeds
I don't know how far back in time the activity feeds go. You'll have to play around with the API and see if ti will do what you need it to do.