Help regarding Wordpress Video Plugin

Discussion in 'WordPress' started by infogle, Sep 15, 2021.

  1. #1
    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...
     
    infogle, Sep 15, 2021 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,830
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #2
    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.
     
    sarahk, Sep 15, 2021 IP
  3. infogle

    infogle Prominent Member

    Messages:
    2,732
    Likes Received:
    128
    Best Answers:
    1
    Trophy Points:
    300
    #3
    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
     
    infogle, Sep 16, 2021 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,830
    Likes Received:
    4,541
    Best Answers:
    123
    Trophy Points:
    665
    #4
    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.
     
    sarahk, Sep 16, 2021 IP