martin-georgiev / social-post-bundle

Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
https://packagist.org/packages/martin-georgiev/social-post-bundle
MIT License
39 stars 17 forks source link

[QUESTION] Providers list + HTML Template message #17

Closed christophe-44-27 closed 6 years ago

christophe-44-27 commented 6 years ago

Hi,

Can you provide the list of providers that we can configure into this bundle ? And is it possible to send "html message template" or just "text message" ?

Regards, Christophe

martin-georgiev commented 6 years ago

There are no limitations on the bundle level for HTML messages. However, I'll be very surprised if social networks actually allow such content as this poses a major security risk for them. You can use the bundle for publishing on Facebook pages, Linkedin and Twitter feeds. Configuration for this is in the README.

christophe-44-27 commented 6 years ago

Do you think that you will be able to add some other providers like Instagram for example ?

And for "html template", yes you are right, and i think that "emoji" will be considered as texte also.

martin-georgiev commented 6 years ago

Instagram is definitely considered as the next supported social network. Unfortunately, I can't engage with a release date for this.

christophe-44-27 commented 6 years ago

No problems, thanks a lot for your answers !