Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6055255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:14:41+00:00 2026-05-23T08:14:41+00:00

Disqus automatically places defined captions upon request. For example: Add new Comment I’ve tried

  • 0

Disqus automatically places defined captions upon request. For example: Add new Comment

I’ve tried to change its value with jquery on ready():

$('#dsq-new-post h3').text('Paticipa con tu cuenta favorita');

No success 🙁 … how can i know when disqus script is finished parsing the data so i can change the caption value of h3?

BTW, this is Disqus’ call:

(function(){
var dsq = document.createElement('script');
dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://xxxxxxxx.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:14:42+00:00Added an answer on May 23, 2026 at 8:14 am

    Here is the answer andufo. It works:

    $(document).ready(function() {
      window.disqus_no_style = true;
    
      $.getScript('http://sitename.disqus.com/embed.js', function() {
        var loader = setInterval(function() {
          if($('#disqus_thread').html().length) {
            clearInterval(loader);
            disqusReady();
          }
        }, 1000);
      });
    
      function disqusReady() {
        //whatever you can imagine
      }
    });
    

    You can comment out the $.getscript line and ending }); as well as the window.disqus_no_style = true; line.

    I had a similar problem and posted this question. Mohamed attempted to answer me and his answer did not work but he’d posted a link to his code at github and I found the right answer there.

    Chrome Extension iframe dom reference disqus

    https://gist.github.com/471999

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I noticed that some websites (for example: apple.com or disqus.com) don't send AJAX request
in this variable: $this->item->text I have this string: <!-- JoomlaWorks Disqus Comment System for
This probably won't make sense without an example. I'm using python-disqus in my Django
Disqus wants me to add an attribute called data-disqus-identifier to my links, but for
i have a site using disqus comment system. I'm using their generic js code
I have RSS reader, and it's using disqus.com to comment stories, but I can't
I'm using Disqus external comment system with Wordpress (as a WP plugin) and I'm
I simply want to change the color of the textarea in disqus where one
In Wordpress, the Disqus plugin allows you to choose to subscribe to a post
I need to execute specific JavaScript instructions AFTER an external JavaScript finishes its own

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.