Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
andertjf
tagDiv Member

Thanks, I managed to fix it.

andertjf
tagDiv Member

I’m trying to add this code to the file instead of the original comment box, but it’s giving an error.

Which line exactly do I have to replace with this code?

<div id=”disqus_thread”></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = ‘<?php echo get_permalink(); ?>’;
this.page.identifier = ‘<?php echo dsq_identifier_for_post($post); ?>’;
};
*/
(function() { // DON’T EDIT BELOW THIS LINE
var d = document, s = d.createElement(‘script’);
s.src = ‘https://vidaecovegan.disqus.com/embed.js&#8217;;
s.setAttribute(‘data-timestamp’, +new Date());
(d.head || d.body).appendChild(s);
})();
</script>

andertjf
tagDiv Member

No matter which line I delete in the source code, the comment box does not disappear. I want to replace it with another code but don’t find where it works.

Viewing 4 posts - 1 through 4 (of 4 total)