Posts

Showing posts with the label Disqus

How To Add Together Multiple Disqus Threads On Same Page Using Codeigniter ?

Recently, I came some a occupation amongst the Disqus comment organisation piece I needed multiple disqus comment threads on 1 page. I convey solved my occupation using next method. You tin laissez passer on the sack add together multiple or several disqus threads on same page using footling trick. You tin laissez passer on the sack read nearly reset method inward Using Disqus on AJAX sites Let's start amongst the command laid for loading the Disqus module inward a shape of a "show comments" link below each private postal service that would betoken to some business office exterior too transcend away all the necessary attributes for loading Disqus for the kickoff fourth dimension or resetting it amongst novel parameters if it was already loaded. We take away disqus_identifier that tells Disqus how to uniquely position the electrical current page too disqus_url that tells Disqus the place of the page for permalinking purposes. <div class="wrapper-1...

How To Cover Or Take Disqus Footer?

Image
I wanted to take away the footer of Disqus commenting organization plugin. Disqus plant fine, simply the footer is piffling iterating. It turns out to live on slow to cover or take away the Disqus footer from webpage. Just add together next slice of mode inwards your CSS file together with Disqus footer won't live on visible. Just add together next slice of mode inwards your CSS file together with Disqus footer won't live on visible. #disqus_thread{ position: relative; } #disqus_thread:after{ content: ""; display: block; height: 55px; width: 100%; position: absolute; bottom: 0px; background:white; } Ref: http://stackoverflow.com/a/22217487 Sumber http://developer-paradize.blogspot.com