The plugin is now getting a stable release and I think it is time for us to actually add it to the website for user's to easily find it.
JetBrains has support for two different iframes which might be useful in docs

<iframe frameborder="none" width="230px" height="110px" src="https://plugins.jetbrains.com/embeddable/card/14636"></iframe>

```
ofc. we don't have to use them 馃憤
I feel like it would be nice to create our own component that fits with the rest of the site. But either of those embeds would probably be fine, although that's loading another thing from a remote endpoint. :shrug:
Maybe just something like this which is basically just from Tailwind UI: https://tailwind.run/VE8bmN
Probably with the logo to the left side as well. :+1:
@owenvoke Yeah, I think our own component would prob. be better 馃憤 Just wanted to show the option if somebody found them a better fit.
cc @AlexMartinFR
I might be able to make a component later today.
Now that we have an official PHPStorm plugin, can we assume all issues listed here are solved?
If so, we could turn the pending PHPStorm guide into a broader IDE integration guide:
About the embeddable plugin card:
We can design something better, sure, but I like that they show the number of downloads!
@AlexMartinFR We can also use shield.io for the downloads part, they support intellij plugins
I think we can assume all issues listed there are resolved, and if not they should be opened as issues on that repo
Can we extract only the downloads number from the JetBrains website?
If so, we could have a custom design like so, for each plugin:
(I would write a text introduction on top of the page, before throwing the cards).

I've reused a "dome badge" CSS class I'm using on my projects to make different logos fit better together.
Also, the card is inspired by some TailwindUI components, and the "download" SVG icon is from Heroicons 馃憤
@AlexMartinFR, that looks great! You could probably use their API and just extract the relevant XML attribute?
https://plugins.jetbrains.com/plugins/list?pluginId=14636
It's under the following XML XPath selector:
/plugin-repository/category/idea-plugin[1]/@downloads
@owenvoke that is also how shields.io does it (with the xml) 馃憤
Shootout to @octoper who is working in the dark to bring this to life! 馃憤
This is gonna be included in the new Pest Website
@octoper looking sooo forward to that 馃憤
@olivernybroe I think that you can close that issue because the page has been added to the new website!
Most helpful comment
Can we extract only the downloads number from the JetBrains website?
If so, we could have a custom design like so, for each plugin:
(I would write a text introduction on top of the page, before throwing the cards).
I've reused a "dome badge" CSS class I'm using on my projects to make different logos fit better together.
Also, the card is inspired by some TailwindUI components, and the "download" SVG icon is from Heroicons 馃憤