Skip to content

Commit adc693e

Browse files
authored
Update README.md
1 parent 183656c commit adc693e

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# TSF Snippets
22

3-
A collection of well-maintained snippets for The SEO Framework.
3+
A collection of well-maintained snippets for [The SEO Framework](https://theseoframework.com/) WordPress plugin.
44

5-
To create a ZIP file for any of these snippets, use `https://dl.theseoframework.com/get/snippet/`.
5+
## How to download a snippet
6+
7+
We created a snippet-to-ZIP plugin service.
8+
9+
Use the endpoint `https://dl.theseoframework.com/get/snippet/` or `https://tsf.fyi/snippet/get/` to obtain a snippet plugin file.<br>
10+
Append the folder and filename to the URL to obtain the snippet.
11+
12+
### Example
13+
14+
If we add `schema/tsf-image-graph` to the URL, you'll obtain a ZIP file of [schema/tsf-image-graph.php](https://github.com/sybrew/tsf-snippets/blob/main/schema/tsf-image-graph.php).<br>
15+
Try it: https://tsf.fyi/snippet/get/schema/tsf-image-graph.
16+
17+
### Files may be outdated
18+
19+
Our snippet-to-ZIP plugin service creates a new caching hash every 4 hours. So, obtaining the latest version of a snippet can take up to 4 hours.
20+
21+
## How to install a snippet
22+
23+
1. Download the snippet ZIP file.
24+
1. Log in to your WordPress Dashboard.
25+
1. Go to "Plugins > Add New."
26+
1. Click "Upload Plugin" at the top.
27+
1. Upload the snippet ZIP file you just downloaded.
28+
1. You can now activate the snippet plugin. Enjoy :)

0 commit comments

Comments
 (0)