4.9 KiB
Please make sure to follow the guidelines from Plugin Overview page for an optimal presentation of your plugin on JetBrains Marketplace.
This webinar also discusses 5 tips for optimizing JetBrains Marketplace plugin page:
{type="tip"}
Embeddable Widgets
JetBrains Marketplace provides embeddable widgets that you can place on your website with a simple code snippet:
- Embeddable Plugin Card - renders an information card with the plugin name, icon, description, last update, and downloads counter,
- Embeddable Install Plugin Button - provides a button that allows installing your plugin right in the user's IDE, if it is currently open.
For more details, please follow the Embeddable Content section in the JetBrains Marketplace documentation.
Readme Badges
Adding badges to the README files in open-source projects is common for providing additional information for users.
Below are listed a few related to the IntelliJ SDK and plugins development provided by shields.io and espend.de:
The following code snippets contain
:pluginId
and:packageName
placeholders.
:pluginId
can be obtained from your plugin page URL, like:https://plugins.jetbrains.com/plugin/6954-kotlin
- in this case, it's6954
.
:pluginId
for shields.io also accepts a string ID that can be found in Versions tab, likehttps://plugins.jetbrains.com/plugin/6954-kotlin/versions
.
:packageName
for ReSharper accepts only string ID.
{type="note"}
Downloads
IntelliJ Plugins



ReSharper Plugins

Rating
IntelliJ Plugin Numeric Rating

IntelliJ Plugin Stars Rating
{interpolate-variables="false"}

Version
IntelliJ Plugins


ReSharper Plugins

ReSharper Plugins (incl. pre-releases)

Other Badges
GitHub Actions Workflow

JetBrains IntelliJ Platform SDK Docs
[](https://plugins.jetbrains.com/docs/intellij)
JetBrains Platform Slack
[](https://plugins.jetbrains.com/slack)
@JBPlatform Twitter
[](https://twitter.com/JBPlatform)