Topic: Disqus comments
Disqus comments
"you need an disqus id"
Preview
Php
<?php Disqus::Comments('your id'); ?>
Shortcode.
{disqus id="your id"}
Bonus track:
GR reader.
<?php Disqus::Google('http:// your web'); ?>
You are not logged in. Please login or register.
"you need an disqus id"
Preview
Php
<?php Disqus::Comments('your id'); ?>
Shortcode.
{disqus id="your id"}
Bonus track:
GR reader.
<?php Disqus::Google('http:// your web'); ?>
For sure cause it have not been updared since 2.3.0 ill take a look later
Download here Star would be great!
https://github.com/Raiper34/Disqus-comm … tra-plugin
I tried this plugins and did not work after editing.
Easier 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.