No, the bot only works with channels.
Can I use the bot with a Telegram group?
No, the bot only works with channels.
Can I use the bot with a private channel?
Yes, the bot works equally with private or public channels.
How can I install/uninstall the bot in my Telegram channel?
To use the bot, just add @publishareBot
to your Telegram channel as you would do when you add a new user.
To uninstall the bot, just remove it from users. Easy.
How can I link the bot with my website?
/list
option from the menu, or simply write and send the command /list
.
It will prompt the channels' list where you have installed the bot in.Your own website
.Insert
(or Edit
if site was already linked).What is an "endpoint"?
An endpoint is a special link of your website where the bot will send data to.
If you don't know how to set an endpoint, just read the following questions.
I am not a web developer, I don't know how to do that!
If your website is built with WordPress
, I just developed a
plugin
to do that in a breeze and without any programming skill.
If your website is NOT built with WordPress
, you should probably ask your web developer or someone else who can code, sorry. :/
The next question will explain how to technically configure an endpoint in that specific case.
I'm a web developer, how can I configure my endpoint?
The endpoint needs to manage the following HTTP methods: POST
, PUT
, DELETE
with their related set of data
{ "id": THE_ID_OF_THE_MESSAGE, "title": THE_TITLE_TEXT_OF_YOUR_POST, "text": THE_CONTENT_TEXT_OF_YOUR_POST, "base64Photo": BASE64_ENCODED_PICTURE }
{ "id": THE_ID_OF_THE_MESSAGE, "title": THE_TITLE_TEXT_OF_YOUR_POST, "text": THE_CONTENT_TEXT_OF_YOUR_POST, "base64Photo": BASE64_ENCODED_PICTURE }
{ "ids": [ ID_OF_MESSAGE_X, ID_OF_MESSAGE_Y, ID_OF_MESSAGE_Z, ... ] }
How to publish my posts also on Twitter?
/list
option from the menu, or simply write and send the command /list
.
It will prompt the list of channels where you have installed the bot.Your Twitter account
.Twitter auth link
and confirm access from your Twitter account.IMPORTANT NOTE
Publishing on Twitter has some actual limitations:
How to publish my posts also on Facebook, Instagram and other socials?
Actually there is yet no integration with the Facebook, Instagram and other social's API. They are in the plans, anyway.
Any funding support would be sure of great help.
How can I set a title to a post?
Telegram gives you the possibility to format your text.
For example you can format a text as bold.
So, to set a title on your post, just format as bold the INITIAL PART (won't work if not at the beginning) that you would like to be the title.
That delimited portion of text will be automatically separated from the rest of the text and marked as a title when sent, for example, to your personal blog.
NOTE: the title will not apper on Twitter.
How does it costs the service, is it free?
The service it totally free and is going to work with donations. So, if you like it, any donations will be really appreciated. To support the development and the server costs you can donate here.
I just deleted a post but it is still online on my blog/Twitter/etc..
Unluckily, there is some lack with Telegram and the service won't get a real time update after deletion.
To solve this, you can just edit an existing post of your channel (eg. by adding a like or editing some text) in this case the "delete" event will be immediately fired with the new update.
So sorry for this inconvenient, but it's not due to the present service. Let's hope Telegram will fix this soon.