1.1.1 • Published 7 years ago

ng2-awesome-disqus v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
7 years ago

npm Build Status npm

Add disqus to your app instantly | live demo

Installation

Install it with npm

npm install ng2-awesome-disqus --save

Basic usage:

Add DisqusModule in your root module

import {DisqusModule} from "ng2-awesome-disqus";
@NgModule({
  imports: [
    DisqusModule
  ]
})

Add disqus component

<disqus [shortname]="shortname" [identifier]="pageId" ></disqus>

Advanced usage:

See Disqus official documentation (JavaScript configuration variables) before using these inputs.

<disqus [shortname]="shortname" [identifier]="pageId" 
    [url]="customUrl" [categoryId]="catId" [lang]="'en'"
      
    (comment)="onComment($event)"
  ></disqus>

Use the output (comment) to get the responses for the new comments posted by users.

Issues

If you identify any errors in this component, or have an idea for an improvement, please open an issue. I am excited to see what the community thinks of this project, and I would love your input!

Author

Murhaf Sousli

License

license

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago