WordPress object for comments frame [closed]

So long as you’re in the loop, you can just use the standard template tags:

<script type="text/javascript" charset="utf­8">
    initFrame({
        app_id: "",
        object_id: <?php the_ID() ?>,
        object_title: "<?php the_title_attribute() ?>",
        object_content: '<?php echo wp_trim_words( strip_shortcodes( striptags( get_the_content() ) ), 45 ) ?>',
        object_url: "<?php the_permalink() ?>",
        arguments_container: "comment-naqeshny",
        width: 610
    });
</script>