Mobile app version of vmapp.org
Login or Join
Miguel251

: How to show only disqus thread-votes and nothing else I want to show just the thread vote portion of the whole Disqus commenting system. How would I go about doing it? Here is an example

@Miguel251

Posted in: #Css #Iframe #Javascript

I want to show just the thread vote portion of the whole Disqus commenting system. How would I go about doing it? Here is an example of what I am asking for:



Could I possibly iframed the rating element and display it only?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Miguel251

2 Comments

Sorted by latest first Latest Oldest Best

 

@Ravi8258870

I just checked out a website with Disqus and I think I got it right. Try this:
#conversation ,#post-count,#discovery,#profile,#dashboard,#community,#main-nav {
display: none!important;
}

10% popularity Vote Up Vote Down


 

@Lengel546

Can you identify HTML elements using some developer tools?

If so, the simplest solution is to add display: none; CSS style to every element in the Disqus iframe except on the div containing thread votes.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme