pixelfed/resources/views/site/help/hashtags.blade.php

30 lines
1.5 KiB
PHP
Raw Normal View History

2018-10-22 01:45:09 +00:00
@extends('site.help.partial.template', ['breadcrumb'=>'Hashtags'])
@section('section')
<div class="title">
<h3 class="font-weight-bold">Hashtags</h3>
</div>
<hr>
2019-03-19 03:51:50 +00:00
<p class="lead">A hashtag written with a # symbol — is used to index keywords or topics.</p>
<div class="py-4">
<p class="font-weight-bold h5 pb-3">Using hashtags to categorize posts by keyword</p>
<ul>
<li class="mb-3 ">People use the hashtag symbol (#) before a relevant phrase or keyword in their post to categorize those posts and make them more discoverable.</li>
<li class="mb-3 ">Any hashtags will be linked to a hashtag page with other posts containing the same hashtag.</li>
2019-06-02 04:03:02 +00:00
<li class="mb-3">Hashtags can be used anywhere in a post.</li>
<li class="">You can add up to 30 hashtags to your post or comment.</li>
2019-03-19 03:51:50 +00:00
</ul>
</div>
<div class="card bg-primary border-primary" style="box-shadow: none !important;border: 3px solid #08d!important;">
<div class="card-header text-light font-weight-bold h4 p-4">Hashtag Tips</div>
<div class="card-body bg-white p-3">
<ul class="pt-3">
<li class="lead mb-4">You cannot add spaces or punctuation in a hashtag, or it will not work properly.</li>
<li class="lead mb-4">Any public posts that contain a hashtag may be included in search results or discover pages.</li>
<li class="lead ">You can search hashtags by typing in a hashtag into the search bar.</li>
2019-03-19 03:51:50 +00:00
</ul>
</div>
2018-10-22 01:45:09 +00:00
</div>
@endsection