I want to design a website in wordpress about recipes and want to showcase videos in it and want people to actually get register and then see the complete video but when user is unregistered they will be able to see a part of the video or for some seconds. which plugin is best in such case? do let me know??? Looking forward for the feedback's...
Are you producing the videos? It would be easy to link to Video A for a user who isn't logged in and Video B if they are logged in.
how to do that... so there will be 2-videos? right one for the preview and second for the user who has logged in? let me know which plugin you are pointing
I'm not referring to a plugin, that would be dead simple to write. Have a short code [myvid=123], add this to your theme's functions.php add_shortcode('myvid', 'add_vid_to_post'); Code (markup): then write add_vid_to_post to do the heavy lifting.