Share Button - eliranwong/UniqueBible GitHub Wiki

Share Button

With material menu layout, you can share the current content with your friends easily, by using a public UBA http-server.

Usage

After you click the share button, you should see a shared link ready for being copied and a QR code.

You may send the link or the QR code to others so that they may read the content via a UBA http server.

Specify your own UBA http-server

UBA desktop version uses 'https://bible.gospelchurch.uk' as the default UBA http-server.

You may change to your own server, by modifying the "webUBAServer" entry in configuration file config.py.

Debugging

If no share link or QR code comes up after you click the share button, it could be some elements have not been properly installed.

You may try:

  1. turn off UBA first

  2. open "config.py" with a text editor

  3. set "developer = True"

  4. run UBA again and click the share button

  5. look for any error messages appeared on the console and report to us.