Userpage metadata (#340)

* new pic

* round logo

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
LightningTipBot 2022-04-30 11:22:43 +02:00 committed by GitHub
parent 158990f46d
commit 21f5abbb25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,13 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<meta property="og:title" content="Pay to {{.Username}}@ln.tips">
<meta property="og:description" content="Send bitcoin to {{.Username}} over Lightning. Get your own Lightning address at https://ln.tips 👈">
<meta property="og:type" content="article" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/88730856?v=7">
<meta property="og:url" content="https://ln.tips/@{{.Username}}">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Pay to {{.Username}}@ln.tips">
<title>{{.Username}}@ln.tips</title>
<script src="https://unpkg.com/kjua@0.6.0/dist/kjua.min.js"></script>
<style>

View file

@ -18,7 +18,7 @@ import (
tb "gopkg.in/lightningtipbot/telebot.v3"
)
const queryImage = "https://avatars.githubusercontent.com/u/88730856?v=6"
const queryImage = "https://avatars.githubusercontent.com/u/88730856?v=7"
func (bot TipBot) inlineQueryInstructions(ctx intercept.Context) (intercept.Context, error) {
instructions := []struct {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 282 KiB

Before After
Before After