22 lines
No EOL
979 B
HTML
22 lines
No EOL
979 B
HTML
{{ define "content" }}
|
|
<section>
|
|
<h1>Status Updater</h1>
|
|
<p>
|
|
Instead of having to come back each time you want to set a new status, you can install the
|
|
status updater bookmarklet directly to your web browser. That way, you will be able to update your status
|
|
from anywhere.
|
|
</p>
|
|
<p>
|
|
Curious about what a bookmarklet is? It's simply a little javascript link that's placed on your browser's bookmark toolbar.
|
|
You can think about them as tiny programs.
|
|
</p>
|
|
<h2>Instructions</h2>
|
|
<p>
|
|
Drag the following link to your bookmarks toolbar:
|
|
</p>
|
|
<p>
|
|
<a href="javascript:void(open('https://status.cafe/add','status.cafe','resizable,scrollbars,width=350,height=350'))">status updater</a>
|
|
</p>
|
|
<p>That's it! From now on, whenever you want to update your status, click the status updater button from your bookmarks and a pop-up window will launch to let you update it.</p>
|
|
</section>
|
|
{{ end }} |