マッチング率が高い『タップル(tapple)』だからこそ利用していく中で、
・どうしてもこの人とは合わない!
・知り合いを見つけちゃった
・マッチングしたけど、ちょっとしつこくて困る……
誰もが一度はこのような悩みを感じた経験があるのではないでしょうか?
そこで活用したいのが「ブロック機能」と「非表示機能」。タップルをストレスなく快適に楽しめるよう、この2つの機能はうまく使いこなせるようになっておきましょう。
それぞれの特徴・おすすめの使い方をまとめてご紹介していきますので、参考にしてみてください。
※18歳未満の方はマッチングアプリを利用できません。
このページはアフィリエイト広告を利用していますが、記載されている情報は一切その影響は受けておりません。
プロフィール
ライター
年齢・目的別マッチングアプリ分類図
大手マッチングアプリを年齢と目的で分類すると図のようになります。
.p-classificationmap_container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 18px 70px 140px 150px 80px 70px;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-50over two-50over three-50over"
"one-50 two-50 three-50"
"one-40 two-40 three-40"
"one-30 two-30 three-30"
"one-20 two-20 three-20"
"one-18 two-18 three-18";
}
.p-classificationmap_container > div {
border-top: 1px solid #aaa;
position: relative;
}
.p-classificationmap_app {
margin: 15px auto 0;
}
.p-classificationmap_app img {
height: 32px;
width: 32px;
border-radius: 7px;
border:0;
}
.p-classificationmap_container p {
line-height: 1.2;
font-size: 10px;
margin: 15px 0px 0;
text-align: center;
}
.p-classificationmap_contents {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.p-classificationmap_text {
color: #667276;
font-size: 14px;
position: absolute;
top: -10px;
background: #d0ecf4;
}
.three-50over {grid-area: three-50over;border-top: none !important;}
.one-50over {grid-area: one-50over;border-top: none !important;}
.two-50over {grid-area: two-50over;border-top: none !important;}
.two-50 { grid-area: two-50; }
.three-50 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
gap: 0px 0px;
grid-template-areas:
"three-50-1 three-50-2";
grid-area: three-50;
}
.three-50 > div {
display: flex;
align-items: center;
justify-content: center;
}
.three-50-1 { grid-area: three-50-1; }
.three-50-2 { grid-area: three-50-2; }
.three-50 .app {margin-top:0;}
.one-50 { grid-area: one-50; }
.one-40 { grid-area: one-40; }
.one-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-30-1 one-30-2"
"one-30-3 one-30-4";
grid-area: one-30;
}
.one-30-1 { grid-area: one-30-1; }
.one-30-2 { grid-area: one-30-2; }
.one-30-3 { grid-area: one-30-3; }
.one-30-4 { grid-area: one-30-4; }
.one-20 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"one-20-1 one-20-2"
"one-20-3 one-20-4";
grid-area: one-20;
}
.one-20-1 { grid-area: one-20-1; }
.one-20-2 { grid-area: one-20-2; }
.one-20-3 { grid-area: one-20-3; }
.one-20-4 { grid-area: one-20-4; }
.two-40 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
". ."
". .";
grid-area: two-40;
}
.two-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1.5fr 0.5fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"two-30-2 two-30-2"
"two-30-3 two-30-4";
grid-area: two-30;
}
/*.two-30-1 { grid-area: two-30-1; }*/
.two-30-2 { grid-area: two-30-2; }
.two-30-3 { grid-area: two-30-3; }
.two-30-4 { grid-area: two-30-4; }
.two-20 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"two-20-1 two-20-2"
"two-20-3 two-20-4";
grid-area: two-20;
}
.two-20-1 { grid-area: two-20-1; }
.two-20-2 { grid-area: two-20-2; }
.two-20-3 { grid-area: two-20-3; }
.two-20-4 { grid-area: two-20-4; }
.three-20 { grid-area: three-20; }
.three-30 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"three-30-1 three-30-2"
"three-30-3 three-30-4";
grid-area: three-30;
}
.three-30-1 { grid-area: three-30-1; }
.three-30-2 { grid-area: three-30-2; }
.three-30-3 { grid-area: three-30-3; }
.three-30-4 { grid-area: three-30-4; }
.three-40 { display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1.5fr 0.5fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"three-40-1 three-40-1"
"three-40-3 three-40-4";
grid-area: three-40;
}
.three-40-1 { grid-area: three-40-1; }
.one-18 { grid-area: one-18; }
.two-18 { grid-area: two-18; }
.three-18 { grid-area: three-18; }
.p-classificationmap [class*="-18"] {
display: flex;
align-items: stretch;
}
.p-classificationmap [class*="two"] {
background: #ffe6cb;
}
.p-classificationmap [class*="one"] {
background: #d0ecf4;
}
.p-classificationmap [class*="three"] {
background: #f9d9e0;
}
.p-classificationmap_type {
text-align: center;
border-radius: 4px;
color: #fff;
display: flex;
flex-flow: column;
width: 100%;
justify-content: center;
}
.p-classificationmap_type--01 {
background: #2aa2ca;
margin: 10px 7px;
line-height: 1.2;
}
.p-classificationmap_type--02 {
background: #f87a25;
margin: 10px 5px;
line-height: 1.3;
}
.p-classificationmap_type--03 {
background: #ff6082;
margin: 10px 7px;
line-height: 1.2;
}
.p-classificationmap_type span {
font-size:10px;
display: block;
}
.p-classificationmap_arrow {
margin-bottom: 7px;
display: flex;
align-items: center;
}
.p-classificationmap_arrow-text {
display: inline-block;
position: relative;
width: 100%;
height: 3px;
color: #333;
line-height: 1;
text-align: center;
background: linear-gradient(90deg, rgba(129,164,217,1) 0%, rgba(241,74,105,1) 100%);;
vertical-align: middle;
}
.p-classificationmap_arrow-text span {
display: inline-block;
background: #fff;
top: -7px;
position: relative;
font-weight: bold;
padding: 0 2px;
font-size: 16px;
}
.p-classificationmap_arrow-text:before {
content: '';
width: 0.65em;
height: 0.65em;
border: 2px solid #81a4d9;
border-right: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top left;
position: absolute;
top: 50%;
left: -0.05em;
box-sizing: border-box;
}
.p-classificationmap_arrow-text:after {
content: '';
width: 0.65em;
height: 0.65em;
border: 2px solid #f14a69;
border-left: 0;
border-bottom: 0;
transform: rotate(45deg);
transform-origin: top right;
position: absolute;
top: 50%;
right: -0.05em;
box-sizing: border-box;
}
.p-classificationmap_arrow-heigh {
margin-left: 2px;
font-weight: bold;
color: #f14a69;
}
.p-classificationmap_arrow-row {
color: #598bd7;
margin-right: 2px;
font-weight: bold;
}
▼気になるアプリは早速クリックして使ってみよう
『タップル(tapple)』の「ブロック」と「非表示」の違い
「ブロック」と「非表示」は、どちらも異性間でのストレスを快適にする便利機能です。
ブロックと非表示の違いは、ズバリ!
ブロック:相手からのメッセージの受信を拒否する機能
非表示 :特定の相手を一時的に表示させないようにする機能
です。ただ、似たような名前であり、イマイチうまく使いこなせていない! というケースも……。
両者の詳細な機能や利用シーンには明確な違いがあります。まずはそれぞれの特徴や違いをチェックしていきましょう。
ブロック機能の効果・特徴
「ブロック」とは、相手からのメッセージの受信を拒否する機能です。
メッセージがしつこかったり、相手のアクションそのものをストレスに感じてしまう場合は迷わずブロック機能を活用しましょう。
ただし大前提として、タップルのブロック機能はマッチング後の相手にしか適応できません。マッチング候補に知り合いが表示された!という場合には「ブロック」が使えないため、別の方法で身バレ対策を取るようにしましょう。
ブロックするとどうなる?
特定の相手をブロックした場合、メッセージでのやりとりをストップできるほか、これまでの履歴やお気に入り情報もすべて削除されます。
自分の画面上から表示されなくなるため、自分からメッセージやアクションを起こすこともできません。
ブロックされるとどうなる?
反対に自分がブロックされてしまった場合、お相手にどんなにメッセージを送っても返事が来ることはありません。
ただし表示上はなにも変化しないため、ブロックされてしまったのか、それとも単に既読スルーされているのかは判断できません。
いずれにせよ、突然メッセージの返信がなくなってしまったら、諦めて新しいお相手を探した方がいいでしょう……。
非表示機能の効果・特徴
一方「非表示」とは、メッセージやお気に入り一覧にある特定の相手を一時的に非表示にする機能です。
具体的な特徴を以下よりまとめてチェックしていきましょう。
非表示設定するとどうなる?
非表示機能を設定すると、メッセージ一覧やお気に入りリストからお相手を除外することができます。
ただし、非表示状態にしても、これまでと同じようにメッセージ交換は可能。お相手から新たにメッセージが届くと、再び一覧に表示されるようになります。
あくまでごちゃごちゃしがちなメッセージ欄を整理するための機能だと考えましょう。
非表示にされるとどうなる?
仮にお相手から非表示にされたとしても、なんの影響も感じることはありません。
メッセージも通常通りお相手に届くため、「もしかして非表示にされた?」と感じることもないでしょう。
ちなみに……マッチングアプリで恋人ができた人の約8割がアプリを「複数利用」しており、1つしかアプリを入れていない方は出会いづらい状態と言えます。以下のチャートから、自分に合ったアプリを選んでみてください。
▼アプリのダウンロードはこちら
.p-post-table .flowapp a,
.p-post-table .flowapp b {
display: inline-block !important;
overflow-wrap: break-word;
word-break: break-all;
line-height: 1.2;
}
.p-post-table .flowapp img {
margin-bottom: 2px;
}
「ブロック機能」の設定方法
2つの機能の違いがわかったところで、具体的な設定方法をみていきましょう。
>>非表示機能の設定方法はこちら
ブロックしたい!やり方は?
特定のお相手をブロックしたい場合は、以下の5ステップで設定が可能です。
STEP1:「やりとり」をタップする
STEP2:「メッセージ」欄をタップし、やりとり一覧を表示
STEP3:ブロックしたいお相手の右横【…】をタップ
STEP4:「ブロックする」をタップ
STEP5:確認画面でもう一度「ブロックする」をタップ
これでブロック設定は完了です。メッセージ一覧やお気に入りから相手の名前が削除され、新たにメッセージなどのアクションが来る心配もありません。
やっぱりブロックを解除したい! 方法は?
一度ブロックしたお相手ともう一度やりとりを再開したい、という場合は、以下の手順でブロックの解除が可能です。
STEP1:マイページ左上の「歯車マーク」から設定を開く
STEP2:履歴カテゴリーの中にある「ブロック」をタップ
STEP3:ブロックしたお相手が一覧で表示されるので、該当のお相手右横の【…】をタップ
STEP4:「ブロック解除」をタップ
これでブロック設定の解除が完了です。ブロックしたことも解除したこともお相手には伝わりません。
「非表示機能」の設定方法
次に「非表示機能」の具体的な使い方についてチェックしていきましょう。
非表示にしたい!やり方は?
大まかな設定手順は「ブロック」機能とほぼ同じです。
STEP1:「やりとり」をタップする
STEP2:「メッセージ」欄をタップし、やりとり一覧を表示
STEP3:非表示にしたいお相手の右横【…】をタップ
STEP4:「非表示にする」をタップ
これで非表示設定は完了。メッセージ一覧からお相手の情報の表示がなくなります。
お相手から新しいメッセージを受信すると、自動的にメッセージ欄に再表示されます。
やっぱり非表示を解除したい!方法は?
非表示設定を解除する方法も、ブロック機能とほとんど変わりません。
STEP1:マイページ左上の「歯車マーク」から設定を開く
STEP2:履歴カテゴリーの中にある「非表示」をタップ
STEP3:非表示設定したお相手が一覧で表示されるので、該当のお相手右横の【…】をタップ
STEP4:「再表示」をタップ
これで非表示設定の解除が完了です。ブロックとは異なり、これまでのメッセージ履歴などは削除されません。
非表示設定前と変わらず、今まで通りやりとりを再開することができますよ。
『タップル(tapple)』のブロック&非表示機能おすすめの使い方
紛らわしい名前の「ブロック」と「非表示」ですが、それぞれ違った機能があることを解説してきました。
2つの機能を踏まえたうえで、おすすめの使い方は以下の通りです。
ブロック機能:特定のユーザーとの縁を切る
非表示機能 :メッセージ欄・お気に入り欄をスッキリと整理する
ブロックは、特定のユーザーとのやりとりにストレスを感じた場合に有効な機能です。不快な発言をくり返すユーザーや、自分とは合わないと感じたユーザーに対してはブロック機能を活用しましょう。
一方で非表示機能は、あくまで自分の画面上を整理するための機能。マッチング率が高いタップルだからこそ、「非表示機能」をうまく活用し、ごちゃごちゃしがちな「やりとり」一覧を整えておきましょう。
ブロック・非表示機能で快適に『タップル(tapple)』を楽しもう!
2つの機能の違いや使い方についてご紹介してきました。
どちらもお相手に伝わる心配はないので、安心してブロック機能・非表示機能を活用してみましょう。
より快適なタップルライフを楽しめますように!
こちらの記事もおすすめ