Add VK mention

This commit is contained in:
Nikita Karamov 2020-03-26 22:03:16 +01:00
parent 89ff44a063
commit 75d29cfa88
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,7 @@ classes match the names of social networks:
<a class="pinterest"></a>
<a class="telegram"></a>
<a class="twitter"></a>
<a class="vkontakte"></a>
<a class="whatsapp"></a>
</div>
```
@ -69,7 +70,7 @@ on the whole container or on the specific buttons:
Apart from the URL and title, some networks support extra parameters:
- add `data-media` to a Pinterest button to customize the pinned picture
- add `data-media` to a Pinterest or VK button to customize the pinned picture
- add `data-text` to a WhatsApp or Telegram button to add custom message text
- add `data-via` to a Twitter button to mention a user

View File

@ -67,6 +67,7 @@
<a class="pinterest"></a>
<a class="telegram"></a>
<a class="twitter"></a>
<a class="vkontakte"></a>
<a class="whatsapp"></a>
</div>
@ -132,6 +133,7 @@
&lt;a class="pinterest"&gt;&lt;/a&gt;
&lt;a class="telegram"&gt;&lt;/a&gt;
&lt;a class="twitter"&gt;&lt;/a&gt;
&lt;a class="vkontakte"&gt;&lt;/a&gt;
&lt;a class="whatsapp"&gt;&lt;/a&gt;
&lt;/div&gt;</code></pre>
<div class="shareon">
@ -140,6 +142,7 @@
<a class="pinterest"></a>
<a class="telegram"></a>
<a class="twitter"></a>
<a class="vkontakte"></a>
<a class="whatsapp"></a>
</div>