Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
Please wait for the full documentation.
To put the button below the editor is easy as use data-fit-editor="0" data-sibling="0" data-sibling-pos="after" so it doesn't use the vendor button and that's all.
<script async id="chevereto-pup-src" src="//www.MYSITE.net/sdk/pup.js" data-url="https://www.MYSITE.net/upload" data-auto-insert="bbcode-embed" data-palette="green" data-sibling="data-fit-editor="0" data-sibling="0"; data-sibling-pos="after"></script>
<script async id="chevereto-pup-src" src="//www.mysite.net/sdk/pup.js" data-url="https://www.mysite.net/upload" data-auto-insert="bbcode-embed" data-palette="green" data-fit-editor="0" data-sibling="0" data-sibling-pos="after"></script>
You have a typo error. That's why it doesn't work.I used this code but still are not work and does not showing any Button.
Code:<script async id="chevereto-pup-src" src="//www.MYSITE.net/sdk/pup.js" data-url="https://www.MYSITE.net/upload" data-auto-insert="bbcode-embed" data-palette="green" data-sibling="data-fit-editor="0" data-sibling="0"; data-sibling-pos="after"></script>
https://chevereto.com/docs/pup#customizationAll plugin customizations are handled via data attributes that you may add to PUP base code. For example, to use the red color palette, you must alter the PUP insertion code to look like this:
HTML:<script async id="chevereto-pup-src" src="//demo.chevereto.com/sdk/pup.js" data-url="https://demo.chevereto.com/upload" data-palette="red"></script>
This example applies to all PUP options. The format is data-key where key is the target option key.