How To Add Dissenter Comments To A WordPress Site

In the dashboard Theme Editor, chose the content-footer.php file.

Insert the following code between the footer tags, beneath any existing code:

<div style=”display: block !important; width: 100% !important; height: 80px !important; padding: 20px 0px !important; overflow: hidden !important; box-sizing: border-box !important;”>
<a style=”display: block !important; width: 100% !important; height: 42px !important; background-color: rgb(33, 207, 123) !important; border-radius: 4px !important; text-align: center !important; margin: 0px auto !important; box-sizing: border-box !important; cursor: pointer !important;” onclick=”openDissenter()”>
<div style=”color: rgb(255, 255, 255) !important; line-height: 40px !important; font-size: 14px !important;”>View Comments on Dissenter</div>
</a>
</div>

<script>
function openDissenter() {
window.open(“https://dissenter.com/discussion/begin-extension?url=<?php echo get_permalink();?>”, “_blank”, “toolbar=no,scrollbars=yes,resizable=yes,top=0,left=500,width=450,height=800”);
}
</script>

Your welcome.

Include @BorkusA on a Dissenter comment to notify me of your post.
View Comments on Dissenter