Marketing
JetBrains Marketplace provides embeddable widgets that you can place on your website using a simple code snippet:
Embeddable Plugin Card - renders an information card with the plugin name, icon, description, last update, and download 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 badges related to the IntelliJ SDK and plugins development provided by shields.io:
Downloads
IntelliJ Plugins
![Downloads](https://img.shields.io/jetbrains/plugin/d/:pluginId)
ReSharper Plugins
![Downloads](https://img.shields.io/resharper/dt/:packageName)
Rating
IntelliJ Plugin Numeric Rating
![Rating](https://img.shields.io/jetbrains/plugin/r/rating/:pluginId)
IntelliJ Plugin Stars Rating
![Rating](https://img.shields.io/jetbrains/plugin/r/stars/:pluginId)
Version
IntelliJ Plugins
![Version](https://img.shields.io/jetbrains/plugin/v/:pluginId)
ReSharper Plugins
![Version](https://img.shields.io/resharper/v/:packageName)
ReSharper Plugins (incl. pre-releases)
![Version](https://img.shields.io/resharper/v/:packageName?include_prereleases)
Other Badges
GitHub Actions Workflow
![Build](https://github.com/<OWNER>/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE>/badge.svg)
JetBrains IntelliJ Platform SDK Docs
[![JetBrains IntelliJ Platform SDK Docs](https://jb.gg/badges/docs.svg)](https://plugins.jetbrains.com/docs/intellij)
JetBrains Platform Slack
[![Slack](https://img.shields.io/badge/Slack-#intellij--platform-blue?style=flat-square&logo=Slack)](https://plugins.jetbrains.com/slack)
@JBPlatform on X (formerly Twitter)
[![X Follow](https://img.shields.io/badge/follow-@JBPlatform-1DA1F2?logo=x)](https://x.com/JBPlatform)
Last modified: 13 May 2024