Free.ai WordPress Plugin
AI tools for WordPress. Content generation, images, and more.
Free.ai פֿאַר וואָרדפּרעסס
װײַז פֿאָרמאַטירונג
טעקסט פֿאַרבtext-tool-action
דער שנעלסטער אופֿן צוצוגעבן AI צו דיין וורדפּרעסס וועבזייַטל. פּאַפּ דאָס אין אַ פֿאָרמאַטירונג, פּאָסטן אָדער צעפּיכעסל מיט דעם HTML רעדאַקטאָר:
<script src="https://free.ai/widget.js" data-tool="chat"></script>
דאָס אַרײַנשרײַבט אַ AI שמועס־צובינד צו דיין בלעטערער. זע די װײַז־פֿײַל בלעטערער פֿאַר אַלע בנימצאע מכשירים.
טעקסט פֿאַרב
Create a WordPress shortcode that calls the Free.ai API. Add this to your theme's functions.php:
function freeai_generate($atts) {
$atts = shortcode_atts(['prompt' => '', 'model' => 'qwen2.5-72b'], $atts);
$response = wp_remote_post('https://api.free.ai/v1/chat/completions', [
'headers' => [
'Authorization' => 'Bearer YOUR_API_KEY',
'Content-Type' => 'application/json',
],
'body' => json_encode([
'model' => $atts['model'],
'messages' => [['role' => 'user', 'content' => $atts['prompt']]],
]),
]);
if (is_wp_error($response)) return 'Error generating content.';
$body = json_decode(wp_remote_retrieve_body($response), true);
return '<div class="freeai-output">' .
esc_html($body['choices'][0]['message']['content'] ?? '') .
'</div>';
}
add_shortcode('freeai', 'freeai_generate');
ניצ עס אין װעלכעװײניקע פּאָסטן אױף דער בלעטערער:
[freeai prompt="Write a 100-word product description for organic coffee"]
ניצן קאַסעס פֿאַר וואָרדפּרעסס
- אויטאָמאַטיש־אַרײַנשרײַבן SEO מאַטע־באַשרײַבונגען פֿאַר פּאָסטן
- AI-פֿאַרבינדענע בילד־געזײג פֿאַר פֿאָרגעלייטעטע בילדער
- איבערזעצן אַרטיקלען אויטאָמאַטיש אין מערע שפּראַכן
- טעקסט־צו־ספּראַך אודיו צוצוגעבן צו אַרטיקלען
- AI צײַטצאָל פֿאַר בײַבײַ־שטיצן
- אינהאַלט־צוזאַמענשרײַב פֿאַר לאַנגע אַרטיקלען