ํ™œ์šฉ ์‚ฌ๋ก€
home
ํšŒ์‚ฌ ๋ธŒ๋žœ๋”ฉ
home
๐Ÿ’ฌ

[v0.4.0] Comment

Finally, Oopy relaeses the comment feature! ๐ŸŽ‰

Now you can add a comment feature each pages. Every guests can read the comments but only members can write comments.

Turn on the comment feature for all the pages

At the Oopy membership console, Go to Settings โ†’ Comment and turn on the switch like below.

You can fine-control the visibility of comment using page YAML block

Follow this guide ๐ŸŒธHead YAML Code Block and put this YAML block at the page where you want to control the comment feature.
You can display or hide the comment like below. Please keep the format strictly including whitespaces. Recommend to copy and paste below code if youโ€™re not sure using YAML syntax.
comment: show: true
YAML
๋ณต์‚ฌ
comment: show: false
YAML
๋ณต์‚ฌ