1 (edited by nakome )

Topic: Disqus comments

Disqus comments

"you need an  disqus id"

Preview

Php

<?php Disqus::Comments('your id'); ?>

Shortcode.

{disqus id="your id"}

Download


Bonus track:
GR reader.

<?php Disqus::Google('http:// your web'); ?>
..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

2

Re: Disqus comments

Thank you.
great plugin

3

Re: Disqus comments

its seems to be not working under new version 3.0.2

4

Re: Disqus comments

For sure cause it have not been updared since 2.3.0 big_smile ill take a look later

(с) Roman Art
So far So good wink

RomanArt's Website

5

Re: Disqus comments

Download here smile Star would be great!
https://github.com/Raiper34/Disqus-comm … tra-plugin

6

Re: Disqus comments

I tried this plugins and did not work after editing.


Easier wink way for green user is the example:

http://www.mightyhaggis.com/blog/disqus … g#comments


1. Universal Code from Disqus.


2. Edit Templates / blog post.
</div>
          <?php echo Snippet::get("disqus-comments"); ?>
</div>
<?php Chunk::get('footer'); ?>


3. New Snippets.
Create disqus-comments with own correction.