htmly icon indicating copy to clipboard operation
htmly copied to clipboard

Custom comment section script

Open sorat0mo opened this issue 4 years ago • 1 comments
trafficstars

Hello, I would like to suggest allowing users pasting their own scripts for comment section. Currently HTMLy supports only Disqus and Facebook which is known to violate privacy to a great extent. It would be best if there was also an option which allows users paste their own code to embed in comment section!

sorat0mo avatar Mar 22 '21 09:03 sorat0mo

Yes at this time we have to edit the theme file (post.html.php), if we want to change it. Create custom config eg. my.comment.script with value <bla></bla> than calling it from the theme <?php echo config('comment.script');?>

danpros avatar Mar 22 '21 10:03 danpros