Anton Lukin
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Planner] Авто отправка постов в телеграммПривет! Мне кажется, что в этом случае вам проще написать какое-то кастомное решение, а не испольовать плагин. Плагин, скорее, будет мешать, чем решать какую-то проблему. Теоретически, конечно, можно реализовать автоматический триггер хуками, и текст сообщения собирать через фильтры при отправке, но я не думаю, что это имеет смысл.
Дорабатывать плагин для такой сложной функциональности, кажется, тоже будет лишним. Учитывая количество установок (60+), это просто будет тратой времени. Я вам советую либо поискать другой решение, либо написать самостоятельно нужную вам функциональность, либо адаптировать части плагина под себя. Можете взять за основу классы отправки для различных соцсетей: https://github.com/antonlukin/social-planner/tree/master/networks – они достаточно просто написаны и хорошо задокументированны.
Forum: Plugins
In reply to: [Social Planner] Авто отправка постов в телеграммПривет. Этот плагин был разработан с прицелом на разработчиков, а не конечных пользоваталей. Общая идея была покрыть всю функциональность фильтрами, чтобы разработчики смогли настроить решение под себя. Конкретно то, что вы предлагаете, можно достаточно легко сделать с помощью фильтров social_planner_prepare_excerpt или social_planner_prepare_message. Относительно “способа активации”, я пока не очень понял, что имеется в ввиду. Расскажите подробнее, и я постараюсь помочь.
Все хуки к плагину можно посмотреть здесь:
https://wpset.org/social-planner/hooks/Forum: Plugins
In reply to: [Social Planner] Авто отправка постов в телеграммПривет. Подскажите, пожалуйста, что имеется в виду под авто активацией отправки сразу. В какой момент должна происходить отправка?
Forum: Plugins
In reply to: [Social Planner] Посты в телеграм дублируютсяДобрый день.
Заполнение полей в секции App Info не должно влиять ни на что в теории.
Посмотрите, пожалуйста, этот тред, может быть, проблема в длине текста: https://devcommunity.x.com/t/you-are-not-permitted-to-perform-this-action-when-posting-a-message/226715/4
Еще советую попробовать отправить с этими же ключами запрос в твиттер напрямую без плагина.Forum: Plugins
In reply to: [Social Planner] Посты в телеграм дублируютсяСпасибо за ответ. А вы не пробовали отключить плагины для проверки гипотезы?
Мне кажется, что cyrlitera вряд ли может на что-то влиять, а вот the-events-calendar вполне. Я попробовал его установить, но без дополнительных настроек, никаких проблем не обнаружил.Forum: Plugins
In reply to: [Social Planner] Посты в телеграм дублируютсяДобрый день, нужно разбираться.
В админке при этом отображается только один опубликованный пост? Куда с него ведет ссылка? Если есть какая-то конфиденциальная информация, напишите мне, пожалуйста, на support@wpset.orgHi @auctollo! Could you please tell me if there is an estimated time to solve the problem?
Thank you for your reply!
It will be great if you at least move the filter after all the rewrites.Forum: Plugins
In reply to: [Sharing Image] Support Bulk Generate and Rest-APIHello Tyler,
Thank you for your message. I’m planning to release a new version of the plugin at the end of the month. There will be a lot of changes in it, including a public reset api method for generating posters. Perhaps this will solve your problem.
You can subscribe to updates on plugin repository https://github.com/antonlukin/sharing-image
or even try to build an updated version from the develop branch. But I must warn you that I did not have time to finish everything and properly test it.
I will leave this task open until the new version is released, then we can plan the necessary changes together if your problem will not solved.Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Caching of web pages on a CDNThank you for fast response
Forum: Plugins
In reply to: [Sharing Image] default poste or template !?Hello Tony and thanks for contacting us. I will try to do my best to help you.
Default poster used every time when generated version is not available. Template is just a frame for final generated poster. You should set up this frame on settings page and then you can generate new posters using it for your posts and pages.
Can you tell me in more detail, please, what the problem with? I can’t access your website without registration.
Forum: Plugins
In reply to: [Social Planner] Posting in telegram does not workOk, I’m sure we’ll solve the problem.
Please describe what you see. Posts just don’t sent out on time? So they disappear from the post edition page on scheduler metabox or not?
You can write me to Telegram from https://lukin.me/ page if you want to speed up the process.
Forum: Plugins
In reply to: [Social Planner] Posting in telegram does not workHi there and thank you for the report.
Please tell me, did the problem start after updating the plugin or did you install it for the first time?
Forum: Plugins
In reply to: [Sharing Image] GIF Poster formatUnderstood, thanks!
Forum: Plugins
In reply to: [Sharing Image] GIF Poster formatHi Laurence,
Sorry for the long reply, I was on vacation.
Ok, I can add GIF format to the plugin settings, but I can’t leave it animated, because of limitations PHP GD driver. So, the only way to display gif through my plugin is to leave it without any changes. That is, do not resize, do not overlay text, etc. Does this option make sense?