friendica-addons/frio_hovercard/README.md

16 lines
717 B
Markdown
Raw Normal View History

2016-05-03 17:32:18 +00:00
# frio-hovercard
friendica hovercard addon for the frio theme
This addon provides a hovercard for firendicas frio theme.
2016-05-25 06:28:28 +00:00
**It not intended to use the plugin without the frio theme or vice versa.**
It's a sample implementation how friendica could provide json userdata for
the hovercard. Ideally we should implement something like a profile data api endpoint like
it is done in diaspora & gnu social. This would search at the foreign server for the requested data.
We could also think about supporting requesting the api of diaspora and gnu social.
At the present state the data comes from the own contact and gcontact table
2016-05-25 06:43:45 +00:00
[original commit history](https://github.com/rabuzarus/frio_hovercard/commits/master)