<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Pedro Fracassi</title>
    <description>The latest articles on DEV Community by Pedro Fracassi (@pedrofracassi).</description>
    <link>https://dev.to/pedrofracassi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F258615%2F01cd911f-b7db-49e4-883c-b164f9f22589.png</url>
      <title>DEV Community: Pedro Fracassi</title>
      <link>https://dev.to/pedrofracassi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pedrofracassi"/>
    <language>en</language>
    <item>
      <title>How to get more people to join your Discord community by adding an invite widget to your README</title>
      <dc:creator>Pedro Fracassi</dc:creator>
      <pubDate>Fri, 10 Jul 2020 15:01:54 +0000</pubDate>
      <link>https://dev.to/pedrofracassi/how-to-get-more-people-to-join-your-discord-community-by-adding-an-invite-widget-to-your-readme-9ne</link>
      <guid>https://dev.to/pedrofracassi/how-to-get-more-people-to-join-your-discord-community-by-adding-an-invite-widget-to-your-readme-9ne</guid>
      <description>&lt;p&gt;Inspired by shields.io, we've created a service that generates SVG images that mimic Discord's invite widgets, shown on the app when you send an invite link to a chat. Adding these to your README is an easy way to get more people interested in joining your community!&lt;/p&gt;

&lt;p&gt;These look really cool on your repository README, or even in GitHub's new &lt;a href="https://dev.to/ypedroo/have-you-seen-github-s-cool-new-feature-an7"&gt;profile READMEs&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mumeZyD8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/dg9r30xbcg543k8xwkgj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mumeZyD8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/dg9r30xbcg543k8xwkgj.png" alt="Invidget in a GitHub repository"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ir7Ox_7y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o9wddb65iid6zh6bzehu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ir7Ox_7y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/o9wddb65iid6zh6bzehu.png" alt="Invidget in a GitHub profile"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's super simple. Just add your invite code to the end of the URL, throw it into your browser...&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://invidget.switchblade.xyz/2FB8wDG
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;...and you'll get a nice SVG widget!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--KFfne48f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/iptvjwgyvrmw7bwtf6ar.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--KFfne48f--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/iptvjwgyvrmw7bwtf6ar.png" alt="Invidget Widget Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It even supports discord's - awfully ugly - light theme, by adding the &lt;code&gt;theme&lt;/code&gt; query parameter to the URL:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://invidget.switchblade.xyz/2FB8wDG?theme=light
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--6G7f3LuT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/yirmz99zlxwc3qc8llbt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--6G7f3LuT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/yirmz99zlxwc3qc8llbt.png" alt="Light Invidget Widget Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;...and you can set it to render in your language!&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;https://invidget.switchblade.xyz/2FB8wDG?language=pt
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3xhg4uNo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m76qnuw175p2b28m43i7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3xhg4uNo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/m76qnuw175p2b28m43i7.png" alt="Portuguese Invidget Widget Example"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After selecting your language and fighting with your collaborators over light or dark theme, you can then add it to your README, linking to your Discord community, like so:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[![Join our Discord server!](https://invidget.switchblade.xyz/2FB8wDG)](http://discord.gg/2FB8wDG)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;blockquote&gt;
&lt;p&gt;Again, remember to replace the invite above code with one that takes people to your server.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;p&gt;&lt;em&gt;Invidget&lt;/em&gt; is &lt;a href="https://github.com/SwitchbladeBot/invidget"&gt;open source&lt;/a&gt;, and we still have a bunch of features planned, so feel free to open a PR or two!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>github</category>
    </item>
  </channel>
</rss>
