fastDove

Widget documentation

Information for users and developers

Requeriments

None. You don't even need any internal exotic php/python file. Just copy the code noted on the widget section inside your group and everything should be easy as peasy!

Customization

We provide a sample CSS file with our design insight.

All the markup comes from the server, and any part of the widget is defined on the stylesheet, allowing almost all possible customization you would come up with.

Markup

FAQ

  1. I want to customize the texts inside the widget. Is that possible?

    It is not, right now. It's a work on progress :)

  2. I don't want any of my personal data flowing through the net. How is this widget secure?

    It makes use of unauthenticated calls to control the group with widget enabled. These calls are really simple (just add and remove contact), and each call needs the token of your widget (which is a randomly generated text that makes no connection with your user nor personal data). All calls need code authorization by the user, so the workflow is pretty secure. Feel safe, we really care.