ngVk

Vk.com angular wrapper. Demo-

Stars
9
Committers
1

ngVk Bower Ngmodules bitHound Overall Score

This is simple vk.com angular wrapper. Compatible with ui.router. Looking forward to your ideas on how to improve this plugin, you can write any question in live chat.🐧

View demo here.

In this version only comments available.

You can install with just cloning this repo or via bower.

bower install ngVk --save

You can generate your App id(vkAppId) here https://vk.com/dev/Comments.

//Add 'ngVk' to your module list of dependencies.
var app = angular.module('yourApp', [
	'ngVk'
]);
//Add vk.com app id
var yourVkAppId = '42';
app.value('vkAppId', yourVkAppId);

    <vk-comments></vk-comments>

Then simply put this to your html. Good luck.

OPTIONS

List of attributes can be used.

  • url (not required) Input identifier for comment-box, by default it's value refers to page url.
Package Rankings
Top 22.11% on Bower.io
Badges
Extracted from project README's
Bower Ngmodules bitHound Overall Score
Related Projects