Skip to main content
Common questions and answers about Jupiter Plugin, including how to request features, add referral fees, fix integrated mode layout issues, and follow best practices for responsive design, user experience, and security.
  • For feature requests, please open an issue on the GitHub repository and tag us on Discord.
  • For support, please join the Discord server and get help in the developer channels.
  • Ensure you establish a fixed height for the swap form container under containerStyles
{
   displayMode: "integrated",
   integratedTargetId: "jupiter-plugin",
   containerStyles: {
      height: "500px",
   },
}

Best Practices for Customization

  • Use percentage-based widths for container styles
  • Test on different screen sizes
  • Consider mobile-first design
  • Position widgets in easily accessible locations
  • Consider fixed token pairs for specific use cases
  • Implement proper error handling and prompts
  • Use environment variables for sensitive data
  • Implement proper error boundaries
  • Validate user inputs