Skip to main content

Blank spaces on ziggeo-title tag.

Comments

7 comments

  • Bane

     Hi Esteban,

    The embedding code seems OK so it should work without it combining words into single word.

    Could you tell us what version of the SDK are you using so that we can check it out for you?

    I do also want to mention that it is best to assign values for integers without quotes, so the same would be written as:

    <ziggeo 
    ziggeo-height=240
    ziggeo-width=320
    ziggeo-id="123456"
    ziggeo-key="some_123456"
    ziggeo-title="Phrase with blank spaces"
    ziggeo-perms="allowupload">
    </ziggeo>

    Regards,

    Bane

    0
  • Esteban Primost

    Hi Bane, thanks for the advice about integers.

    I'm using the v1-stable ("ziggeo-js-sdk - v0.0.10 - 2016-04-18" from CDN js).

    But I'm also trying with the v1-r18, and the problem is still there.

    0
  • Bane

    Hi Esteban,

    Thank you for the additional details. I was able to recreate the same as well so I have notified the right people about it.

    It should not happen like that so I will update you here as soon as I have any details about the issue.

    Seems that it is however only happening with v1 embeddings, so if you are interested in using v2 recorder it should work - once we find the bug causing v1 to do this we will rectify it and it will work as well.

     

    This would be the same code switched to v2:

    <ziggeorecorder
    ziggeo-height=240
    ziggeo-width=320
    ziggeo-id="123456"
    ziggeo-key="some_123456"
    ziggeo-title="Phrase with blank spaces">
    </ziggeorecorder>

    Hope this helps :)

     

    Regards,

    Bane

    0
  • Esteban Primost

    Thanks for the answer Bane!. 

    Can you tell me what is de url for the js/css assets of version 2 of ziggeo? I can't find them. Is the v1-r18 ones?

    Thanks in advance,

    Esteban

    0
  • Bane

    Hi Esteban,

    Actually the resources are the same for both v1 and v2. The different versions however have different set of features - where newer ones have features from the older ones and few extra of their own.

    You can see more about them here: Version History Page.

    The best version for v2 would be the latest (r18) since it holds most of the features and fixes for the same.

     

    You can add it to your code with:

    <link rel="stylesheet" href="//assets-cdn.ziggeo.com/v1-latest/ziggeo.css" />
    <script src="//assets-cdn.ziggeo.com/v1-latest/ziggeo.js"></script>

    or

    <link rel="stylesheet" href="//assets-cdn.ziggeo.com/v1-r18/ziggeo.css" />
    <script src="//assets-cdn.ziggeo.com/v1-r18/ziggeo.js"></script>

    * the benefit of the first resources is that the SDK is updated for you - when we release new update your page is using the new update. The con of the same is that you might not want it to switch without doing any tests on your side, in which case the r18 would be better.

    * We however show a notice on the dashboard when new version is released so it is easy to see it and make modifications if needed.

    As mentioned earlier we are looking into the issue with v1, so I will make a post here once that is resolved as well :)

    Regards,

    Bane

    0
  • Esteban Primost

    Hi Bane, thanks for the advices.

    I confirm that with v1-stable (ziggeo-js-sdk - v0.0.18 - 2016-08-25) the problem is still there.

    The value's parameters of the POST request that store my html tags are trimmed.

    Sorry for my English!

    0
  • Bane

    Hi Esteban,

     

    Your English is completely good with us :)

    In regards to the issue, we are working on resolving the same. Since it is happening across different SDK versions it is possible that we will make it work in older versions as well (hot fix), however I will update you here once it is actually updated at which time I will know more.

    Regards,

    Bane

    0

Please sign in to leave a comment.