{"id":17805,"date":"2025-01-30T20:48:05","date_gmt":"2025-01-30T17:48:05","guid":{"rendered":"https:\/\/bizix.com.tr\/?page_id=17805"},"modified":"2025-01-30T23:17:07","modified_gmt":"2025-01-30T20:17:07","slug":"ai-tool","status":"publish","type":"page","link":"https:\/\/bizix.com.tr\/en\/ai-tool\/","title":{"rendered":"AI Tool"},"content":{"rendered":"\n<style>\n    .container { max-width: 600px; margin: auto; padding: 20px; }\n    .input-group { margin-bottom: 20px; }\n    .result-item { padding: 10px; margin: 5px 0; background: #f5f5f5; }\n    .copy-button { float: right; }\n    .hidden { display: none; }\n<\/style>\n\n<div class=\"container\">\n    <div class=\"input-group\">\n        <input type=\"text\" id=\"inputInput\" placeholder=\"Enter a topic\">\n        <button id=\"generateButton\">Generate Titles<\/button>\n    <\/div>\n    <div id=\"loadingImage\" class=\"hidden\">\n        <img decoding=\"async\" src=\"https:\/\/bizix.com.tr\/wp-content\/uploads\/2025\/01\/loading.gif\" alt=\"Loading...\">\n    <\/div>\n    <div id=\"results\"><\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    $('#generateButton').click(function() {\n        const input = $('#inputInput').val();\n        if (!input) {\n            alert('Please enter a topic');\n            return;\n        }\n\n        $('#loadingImage').removeClass('hidden');\n        $('#results').empty();\n\n        $.ajax({\n            url: ajax_object.ajax_url,\n            type: 'POST',\n            data: {\n                action: 'custom_tool_run',\n                input: input\n            },\n            success: function(response) {\n                $('#loadingImage').addClass('hidden');\n                if (response.success && response.data[0].titles) {\n                    response.data[0].titles.forEach(function(title) {\n                        $('#results').append(`\n                            <div class=\"result-item\">\n                                ${title}\n                                <button class=\"copy-button\" onclick=\"copyText('${title}')\">Copy<\/button>\n                            <\/div>\n                        `);\n                    });\n                } else {\n                    $('#results').html('<p>Error generating titles. Please try again.<\/p>');\n                }\n            },\n            error: function() {\n                $('#loadingImage').addClass('hidden');\n                $('#results').html('<p>Error connecting to server. Please try again.<\/p>');\n            }\n        });\n    });\n});\n\nfunction copyText(text) {\n    navigator.clipboard.writeText(text).then(function() {\n        alert('Copied to clipboard!');\n    }).catch(function() {\n        alert('Failed to copy');\n    });\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Generate Titles<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-17805","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/pages\/17805","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/comments?post=17805"}],"version-history":[{"count":0,"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/pages\/17805\/revisions"}],"wp:attachment":[{"href":"https:\/\/bizix.com.tr\/en\/wp-json\/wp\/v2\/media?parent=17805"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}