/home/ramtczxy/acedisposables.com/wp-content/plugins/nextend-facebook-connect/providers/vk/vk.php
<?php

class NextendSocialProviderVK extends NextendSocialProviderDummy {

    protected $color = '#45668e';

    public function __construct() {
        $this->id     = 'vk';
        $this->docUrl = 'https://social-login.nextendweb.com/documentation/providers/vkontakte/';
        $this->label  = 'VKontakte';
        $this->path   = dirname(__FILE__);
    }
}

NextendSocialLogin::addProvider(new NextendSocialProviderVK());