• Resolved jdy98p

    (@jdy98p)


    I have a shortcode with the video-profile set, but when I look at my Ziggeo dashboard the correct video-profile hasn’t been applied.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author BaneD

    (@baned)

    Hi there,

    I apologize for the wait.

    Can you please post the shortcode for your video recorder here to check how it looks and what might be happening?

    Thread Starter jdy98p

    (@jdy98p)

    Sure. Here’s the shortcode I built in the template builder (I only use the upload function):

    [ziggeouploader video-profile=’hd_profile’ allowscreen=’false’ width=’100%’ height=’auto’ popup=’false’ faceoutline=’false’ timelimit=’0′ custom-covershots=’true’]

    (Ends up custom-covershots isn’t acting the way I expected either)

    Plugin Author BaneD

    (@baned)

    Great, thank you. Looking at it I see why it was not passed over.

    Any time you are using key instead of token, you have to prefix it in code with underscore.

    Key is basically a value that you choose, while token is system generated unique string. We use this for media (video, audio, images) as well as for profiles. So if your video profile is named: “hd_profile” in dashboard, you would use it in your shortcode or within the player or recorder as “_hd_profile”.

    Please try this:
    [ziggeouploader video-profile='_hd_profile' width='100%' faceoutline='false' custom-covershots='true']

    * I have removed some parameters where default values are same as what you set in shortcode, it is fine to add them back if you wanted.

    I would like to point out that the apostrophe marks that you used above are not apostrophes rather a nicer way of showing the same. They are known to cause issues (not specific to our plugin). It is possible that they were turned that way after posting here, just thought to point out.

    Do try it and let us know how it goes, and then we can help you with custom covershots as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video-profile not working?’ is closed to new replies.