• Resolved sezernw

    (@sezernw)


    I can create youtube tab and show videos using shortcode but I can show same videos on every user’s page. I want to show different videos on each user’s page. How can I do that. Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sezernw

    (@sezernw)

    When creating a new profile tab, I use the same shortcode ([yt_playlist mainid=”9qO0Qpq2n3M” vdid=”9qO0Qpq2n3M,a4T9kJBnYRo,tdSExcZx6mc,R0BjVys_zPs”]) for everyone, so everyone sees the same videos. If I can use different shortcode in everyone’s tab I can solve the problem.

    Plugin Support alexrollin

    (@alexrollin)

    Hello,

    You need to handle it in the shortcode or create own shortcode and use it in the profile tab. If you want to get the current user ID of profile you are visiting then you can use our function uwp_get_displayed_user() which will give you WP_User object and then you can use it in your shortcode.

    Thread Starter sezernw

    (@sezernw)

    Thanks for the information. I tried a different method today. I created a field from the test name and was able to create a user-specific profile tab using this field with the short code [uwp_user_meta key=”test”], but fields do not support shortcode. How can I add a shortcut to the fields?

    Plugin Support alexrollin

    (@alexrollin)

    That shortcode is for displaying the user meta data and will not output any shortcode. The only solution that I am aware of is the one I described in my previous reply.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Personalized Youtube profile tab’ is closed to new replies.