Foad Tahmasebi
Forum Replies Created
-
Forum: Plugins
In reply to: [Telefication] Cannot add my own bot and add to group not workingHi,
#1:
for just test, your token is working or not, send a message to telegram directly by its own API like this:
https://api.telegram.org/bot<bot-token>/sendMessage?chat_id=<chat_id>&text=Hireplace
<bot-token>with token and<chat_id>with your chat_id, and hit it in the browser. you should receive the message “Hi”.if you don’t receive it, you should revoke your token by BotFather.
#2:
after adding Telefication to the group, send
/getid. you can add space at the end to just send it.I’m trying to make a video for adding Teleficationn to group
Forum: Plugins
In reply to: [Telefication] Cannot add my own bot and add to group not workingHi
Thank you for choosing Telefication.In problem
#1, if you get “Unauthorized” alert, it means the token is not valid. please recheck the token.bot token is like this:
678013543:AAGJSPiBzMjoOl6sF5ddwAz9UummjRKvErxIn problem
#2you should insert “Group Chat_ID”, for now, the only way you get your group chat_id is adding Telefication Bot to your group (just for getting the id) and send command/getid. Group id has a minus-sign, and you should insert that too.
after that, you can remove Telefication Bot and use your own bot.let me know the result.
Thanks
Forum: Plugins
In reply to: [Telefication] عدم ارسال پست های جدید به کانال تلگرامیسلام
اگر براتون موردی نداره در تلگرام اطلاعات وردپرس رو برام بفرستید تاخودم تستش کنم. چون من هم در میهن وب هاست سایت دارم و بخوبی کار میکنه.t.me/tahmasebifoad
Forum: Plugins
In reply to: [Telefication] عدم ارسال پست های جدید به کانال تلگرامیسلام،
به احتمال زیاد
cURL
فعال نیست. راحترین کار اینه از شرکت هاست بپرسید.میتونید این پلاگین رو هم نصب کنید و ببینید:
https://wordpress.org/plugins/wordpress-php-info/البته اگر شرکت ارائه دهنده هاست این امکان رو هم نبسته باشه!
Forum: Plugins
In reply to: [Telefication] عدم ارسال پست های جدید به کانال تلگرامیسلام،خواهش میکنم
پلاگین آپدیت شد. لطفا بروزرسانی کنید و تنظیمات تلفیکیشن رو یک بار دیگه ذخیره کنید.و اینکه مطمئن بشید که cURL روی هاست شما فعال هست.
لطفا نتیجه کار رو به من هم اطلاع بدید.
متشکرم.
Forum: Plugins
In reply to: [Telefication] عدم ارسال پست های جدید به کانال تلگرامیسلام
خوشحالم که تلفیکیشن رو انتخاب کردید.من این مورد رو مجدد بررسی میکنم تا از سمت پلاگین ایرادی وجود نداشته باشه.
در پشتیبانی قبل از شما هم موضوعی مطرح شد که ذخیره در بعضی دیتابیس ها ایراد داشت که قرار شد برطرف بشه. بزودی با برطرف کردن این موضوع در ورژن جدید این مورد رو هم بررسی میکنم.
متشکرم.
Forum: Plugins
In reply to: [Telefication] My Own Bot not workingThanks for your time.
I will fix it in the next version as soon as it possible.Forum: Plugins
In reply to: [Telefication] My Own Bot not workingHi @leodonnini
No problem 🙂Everything saves in the database as a serialized string, maybe something goes wrong when it wants to save in the database.
Remove everything in
Telefication Setting -> Send To Channel -> Message Templateand save settings. now see is it works?Forum: Plugins
In reply to: [Telefication] My Own Bot not workingHi,
since the plugin is working on your other sites, I think the problem should be a conflict with other plugins.you can disable other plugins one by one, to determine which plugin has conflict.
and if debugging log on WordPress is enabled, it should be writing something in the log file.
for enabling logs, add these lines to wp-config.php
define( 'WP_DEBUG', true ); // if you are in production env define( 'WP_DEBUG_DISPLAY', false ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true );delete debug.log file if exists, test the plugin again and look at debug.log, send to me this logs if is not empty.
- This reply was modified 7 years, 11 months ago by Foad Tahmasebi.
- This reply was modified 7 years, 11 months ago by Foad Tahmasebi.
Forum: Plugins
In reply to: [Telefication] My Own Bot not workingHi, thank you for choosing Telefication.
Could you please provide more information? I test it now on my live website. even I deleted it and installed it again. but everything works fine for me!
which version of WordPress and PHP do you use? does it have the same behavior when other plugins are deactivated?
Forum: Reviews
In reply to: [Theme My Login] Very nice pluginThank you for the solution on AIOWPS.
I changed the rating to 5 stars. Good luck 😉Forum: Plugins
In reply to: [Telefication] How to get the URL of a valid page in notificationsHi @bliksss,
Thank you for your interest.To adding comments link to notifications replace
site_url();intelefication_action_wp_insert_commentfunction with__( 'Comment Link: ', 'telefication' ) . get_comment_link( $comment_ID );and for the new post URL replace
site_url();intelefication_action_publish_postfunction with__( 'Post URL: ', 'telefication' ) . get_permalink($post->ID);I will be updating this two lines in the next version.
- This reply was modified 8 years ago by Foad Tahmasebi.
Forum: Reviews
In reply to: [Telefication] Excellent plugin.Thank you 😃🙏
Forum: Plugins
In reply to: [Telefication] Sending repliesHi,
Sending commands with replies to your own site via a Telegram Bot needshttpsconnection to your site.
This feature does not currently exist. Maybe I’ll add this feature in the future.Thanks.
Forum: Plugins
In reply to: [Autoptimize] Cause admin-ajax.php 403 forbiddenI decreased cache timeout and the problem solved.
Thank you.