2017 © Pedro Peláez
 

library disqus

Disqus demo

image

carlosocarvalho/disqus

Disqus demo

  • Thursday, July 16, 2015
  • by carlosocarvalho
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Codeigniter Disqus

Disqus Library, (*1)

Codacy Badge, (*2)

Create config for disqus, (*3)

<?php
#Create file in config/disqus.php and add 
$config['disqus']=array('disqus_name'=>'yourname');

Create Helper Function, (*4)

<?php 
#Create file in helpers/disqus_helper.php and add 
use carlosocarvalho\Disqus\Disqus;
function disqus(){
            if( ! is_callable('Disqus','render') ) return '';
            return Disqus::render();
        }

Use in View, (*5)

<div>{disqus()}</div>

The Versions

16/07 2015

dev-master

9999999-dev

Disqus demo

  Sources   Download

MIT

by Carlos Carvalho

16/07 2015

1.0.0

1.0.0.0

Disqus demo

  Sources   Download

MIT

by Carlos Carvalho