-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-4708: Bulk create QR codes and Short URLs
- Loading branch information
1 parent
7da29be
commit 6ce93ba
Showing
7 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
description: A great tool for promotion | ||
--- | ||
|
||
# Bulk create QR codes and Short URLs | ||
|
||
### Batch Create QR Codes <a href="#batch-create-qr-codes" id="batch-create-qr-codes"></a> | ||
|
||
Go to the [LikeCoin NFT Book Press](https://likecoin.github.io/nft-book-press/) website, in the bottom left corner click "[Batch Create QR Codes](https://likecoin.github.io/nft-book-press/batch-qrcode/)". | ||
|
||
**Step 1**: You can choose to **Upload CSV file** or directly input the content in the **Input CSV content** section. The format should be as follows: | ||
|
||
`key,url`\ | ||
`Book1,URL1`\ | ||
`Book2,URL2` | ||
|
||
Example: | ||
|
||
`地的門, https://liker.land/zh-Hant/nft/class/likenft1nlh8xc5w6xnctnhqtda47jzmephd2y4902sslfvqllrmvwy99trq7vapn9 時間繁史.啞瓷之光, https://liker.land/zh-Hant/nft/class/likenft1tgwav6zq3ean4ygz58hehlk3q5yghgtel97k260lugxqxszhcuws3pytae` | ||
|
||
<figure><img src="../../.gitbook/assets/Batch Create QR Codes 1.png" alt=""><figcaption><p>Enter the content for creating the QR Codes</p></figcaption></figure> | ||
|
||
**Step 2**: If you need to adjust the QR code appearance, you can click on "**QR Code Appearance**". Under **Pick an icon**, you can choose to use the LikeCoin icon, the NFC icon, or no icon at all. Under **Pick a color**, you can select a color of your choice. | ||
|
||
<figure><img src="../../.gitbook/assets/Batch Create QR Codes 2.png" alt=""><figcaption><p><strong>Pick an icon</strong></p></figcaption></figure> | ||
|
||
<figure><img src="../../.gitbook/assets/Batch Create QR Codes 3.png" alt=""><figcaption><p><strong>Pick a color</strong></p></figcaption></figure> | ||
|
||
**Step 3**: Click on "**Generate**" to produce the QR Codes. Then, click on "**Print**" to print it out or "**Download**" to save it to your device. | ||
|
||
<figure><img src="../../.gitbook/assets/Batch Create QR Codes 4.png" alt=""><figcaption><p>Print or Download</p></figcaption></figure> | ||
|
||
### Batch Create Short Links <a href="#batch-create-short-links" id="batch-create-short-links"></a> | ||
|
||
Go to the [LikeCoin NFT Book Press](https://likecoin.github.io/nft-book-press/) website, click "Sign in" in the bottom left corner to connect to your wallet, the click "[Batch Create Short Links](https://likecoin.github.io/nft-book-press/batch-short-links)". | ||
|
||
* In the **Short Link Provider** section, you can choose either Bitly or Short.io as your short URL provider. | ||
* In the **Bitly Access Token field**, enter your token. In the Title Prefix field, enter the content to be used as a prefix. | ||
* You can choose to **Upload CSV file** or directly input the content in the **Input CSV content** section. The format should be as follows: | ||
|
||
`key,url`\ | ||
`Book1,URL1`\ | ||
`Book2,URL2` | ||
|
||
Example: | ||
|
||
`地的門, https://liker.land/zh-Hant/nft/class/likenft1nlh8xc5w6xnctnhqtda47jzmephd2y4902sslfvqllrmvwy99trq7vapn9 時間繁史.啞瓷之光, https://liker.land/zh-Hant/nft/class/likenft1tgwav6zq3ean4ygz58hehlk3q5yghgtel97k260lugxqxszhcuws3pytae` | ||
|
||
Click "**Start**" to create the short URLs. | ||
|
||
<figure><img src="../../.gitbook/assets/Batch Create Short Links.png" alt=""><figcaption><p>Batch Create Short Links</p></figcaption></figure> |