Skip to content

Getting Started

Flow edited this page Jun 3, 2015 · 1 revision

Firstly, you have to set your settings in the DisqusSettings.swift file. They are all needed for a good functioning.

Then, you just have to use the shared manager:

let disqusManager = DisqusManager.sharedManager()

But you can also instantiate your own class:

let disqusManager = DisqusManager()

Then, you can use all the functions available.

Clone this wiki locally