{"id":48019,"date":"2025-06-04T22:00:22","date_gmt":"2025-06-04T22:00:22","guid":{"rendered":"https:\/\/topinfoz.com\/?p=48019"},"modified":"2025-06-04T22:05:30","modified_gmt":"2025-06-04T22:05:30","slug":"cach-gap-go-moi-nguoi-o-gan-bang-ung-dung-mien-phi-2","status":"publish","type":"post","link":"https:\/\/topinfoz.com\/vi\/como-conhecer-pessoas-proximas-usando-aplicativos-gratuitos-2\/","title":{"rendered":"C\u00e1ch G\u1eb7p G\u1ee1 Nh\u1eefng Ng\u01b0\u1eddi \u1ede G\u1ea7n B\u1eb1ng \u1ee8ng D\u1ee5ng Mi\u1ec5n Ph\u00ed"},"content":{"rendered":"<p>N\u1ebfu b\u1ea1n \u0111ang t\u00ecm ki\u1ebfm t\u00ecnh b\u1ea1n m\u1edbi ho\u1eb7c mu\u1ed1n m\u1edf r\u1ed9ng v\u00f2ng tr\u00f2n x\u00e3 h\u1ed9i c\u1ee7a m\u00ecnh, \u1ee9ng d\u1ee5ng <strong>G\u1eb7p t\u00f4i<\/strong> MeetMe c\u00f3 th\u1ec3 l\u00e0 gi\u1ea3i ph\u00e1p ho\u00e0n h\u1ea3o d\u00e0nh cho b\u1ea1n. C\u00f3 s\u1eb5n mi\u1ec5n ph\u00ed tr\u00ean Google Play Store v\u00e0 App Store, MeetMe k\u1ebft n\u1ed1i b\u1ea1n v\u1edbi nh\u1eefng ng\u01b0\u1eddi \u1edf g\u1ea7n c\u00f3 c\u00f9ng s\u1edf th\u00edch v\u00e0 s\u1eb5n s\u00e0ng tr\u00f2 chuy\u1ec7n. T\u1ea3i xu\u1ed1ng \u1ee9ng d\u1ee5ng b\u00ean d\u01b0\u1edbi v\u00e0 b\u1eaft \u0111\u1ea7u kh\u00e1m ph\u00e1 nh\u1eefng k\u1ebft n\u1ed1i m\u1edbi!<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/cR2dPR_sLBCUAjdWU3Y54OGt3YLbdNrIyo7Hu15yB4B9HZbmY_umJ_2RA018Qc8g3fI=w240-h480-rw\" alt=\"MeetMe: G\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi m\u1edbi\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">MeetMe: G\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi m\u1edbi<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">924.621 \u0111\u00e1nh gi\u00e1<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 d\u1eb7m+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u1ea3i xu\u1ed1ng<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/vi\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.myyearbook.m\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        C\u00e0i \u0111\u1eb7t tr\u00ean Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/vi\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/meetme-encontre-novos-amigos\/id372648912\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        C\u00e0i \u0111\u1eb7t t\u1eeb Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>Giao di\u1ec7n th\u00e2n thi\u1ec7n v\u00e0 d\u1ec5 s\u1eed d\u1ee5ng<\/strong><\/p>\n\n\n\n<p>MeetMe n\u1ed5i b\u1eadt v\u1edbi giao di\u1ec7n tr\u1ef1c quan, cho ph\u00e9p ng\u01b0\u1eddi d\u00f9ng \u1edf m\u1ecdi l\u1ee9a tu\u1ed5i d\u1ec5 d\u00e0ng \u0111i\u1ec1u h\u01b0\u1edbng \u1ee9ng d\u1ee5ng. T\u1eeb \u0111\u0103ng k\u00fd \u0111\u1ebfn b\u1eaft \u0111\u1ea7u cu\u1ed9c tr\u00f2 chuy\u1ec7n, m\u1ecdi th\u1ee9 \u0111\u1ec1u \u0111\u01b0\u1ee3c s\u1eafp x\u1ebfp h\u1ee3p l\u00fd \u0111\u1ec3 mang l\u1ea1i tr\u1ea3i nghi\u1ec7m th\u00fa v\u1ecb. Thi\u1ebft k\u1ebf g\u1ecdn g\u00e0ng v\u00e0 c\u00f3 t\u1ed5 ch\u1ee9c gi\u00fap b\u1ea1n d\u1ec5 d\u00e0ng t\u00ecm th\u1ea5y c\u00e1c t\u00ednh n\u0103ng v\u00e0 t\u01b0\u01a1ng t\u00e1c v\u1edbi nh\u1eefng ng\u01b0\u1eddi d\u00f9ng kh\u00e1c.<\/p>\n\n\n\n<p><strong>C\u00e1c t\u00ednh n\u0103ng gi\u00fap b\u1ea1n g\u1ea7n g\u0169i h\u01a1n<\/strong><\/p>\n\n\n\n<p>\u1ee8ng d\u1ee5ng n\u00e0y cung c\u1ea5p m\u1ed9t s\u1ed1 t\u00ednh n\u0103ng khuy\u1ebfn kh\u00edch s\u1ef1 t\u01b0\u01a1ng t\u00e1c gi\u1eefa ng\u01b0\u1eddi d\u00f9ng:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tr\u00f2 chuy\u1ec7n tr\u1ef1c ti\u1ebfp<\/strong>: Tr\u00f2 chuy\u1ec7n th\u1eddi gian th\u1ef1c v\u1edbi nh\u1eefng ng\u01b0\u1eddi \u1edf g\u1ea7n, gi\u00fap b\u1ea1n d\u1ec5 d\u00e0ng b\u1eaft \u0111\u1ea7u t\u00ecnh b\u1ea1n m\u1edbi.<\/li>\n\n\n\n<li><strong>T\u00ecm ki\u1ebfm s\u1edf th\u00edch<\/strong>: T\u00ecm nh\u1eefng ng\u01b0\u1eddi d\u00f9ng c\u00f3 c\u00f9ng s\u1edf th\u00edch v\u00e0 \u0111am m\u00ea v\u1edbi b\u1ea1n.<\/li>\n\n\n\n<li><strong>H\u1ec7 th\u1ed1ng v\u1ecb tr\u00ed<\/strong>:Kh\u00e1m ph\u00e1 nh\u1eefng ng\u01b0\u1eddi \u1edf g\u1ea7n v\u00e0 s\u1eb5n s\u00e0ng tr\u00f2 chuy\u1ec7n, gi\u00fap k\u1ebft n\u1ed1i tr\u1edf n\u00ean c\u00f3 \u00fd ngh\u0129a h\u01a1n.<\/li>\n\n\n\n<li><strong>H\u1ed3 s\u01a1 t\u00f9y ch\u1ec9nh<\/strong>: T\u1ea1o h\u1ed3 s\u01a1 ph\u1ea3n \u00e1nh t\u00ednh c\u00e1ch c\u1ee7a b\u1ea1n, t\u0103ng c\u01a1 h\u1ed9i t\u00ecm \u0111\u01b0\u1ee3c ng\u01b0\u1eddi ph\u00f9 h\u1ee3p.<\/li>\n<\/ul>\n\n\n\n<p><strong>Nh\u1eefng \u0111i\u1ec3m kh\u00e1c bi\u1ec7t t\u1ea1o n\u00ean s\u1ef1 kh\u00e1c bi\u1ec7t<\/strong><\/p>\n\n\n\n<p>MeetMe kh\u00f4ng ch\u1ec9 l\u00e0 m\u1ed9t \u1ee9ng d\u1ee5ng tr\u00f2 chuy\u1ec7n kh\u00e1c. N\u00f3 t\u1ea1o n\u00ean s\u1ef1 kh\u00e1c bi\u1ec7t b\u1eb1ng c\u00e1ch th\u00fac \u0111\u1ea9y m\u1ed9t m\u00f4i tr\u01b0\u1eddng h\u00f2a nh\u1eadp v\u00e0 ch\u00e0o \u0111\u00f3n, n\u01a1i m\u1ecdi ng\u01b0\u1eddi \u0111\u1ec1u \u0111\u01b0\u1ee3c ch\u00e0o \u0111\u00f3n. N\u1ec1n t\u1ea3ng n\u00e0y \u0111\u01b0\u1ee3c thi\u1ebft k\u1ebf \u0111\u1ec3 vui v\u1ebb v\u00e0 th\u00e2n thi\u1ec7n, khuy\u1ebfn kh\u00edch c\u00e1c t\u01b0\u01a1ng t\u00e1c ch\u00e2n th\u00e0nh v\u00e0 t\u00f4n tr\u1ecdng.<\/p>\n\n\n\n<p>Th\u00eam v\u00e0o \u0111\u00f3, MeetMe mi\u1ec5n ph\u00ed, cho ph\u00e9p b\u1ea1n t\u1eadn h\u01b0\u1edfng t\u1ea5t c\u1ea3 c\u00e1c t\u00ednh n\u0103ng c\u1ee7a n\u00f3 m\u00e0 kh\u00f4ng ph\u1ea3i tr\u1ea3 th\u00eam b\u1ea5t k\u1ef3 chi ph\u00ed n\u00e0o. \u0110i\u1ec1u n\u00e0y gi\u00fap b\u1ea5t k\u1ef3 ai mu\u1ed1n m\u1edf r\u1ed9ng v\u00f2ng tr\u00f2n x\u00e3 h\u1ed9i c\u1ee7a m\u00ecnh m\u00e0 kh\u00f4ng t\u1ed1n k\u00e9m \u0111\u1ec1u c\u00f3 th\u1ec3 s\u1eed d\u1ee5ng.<\/p>\n\n\n\n<p><strong>Hi\u1ec7u su\u1ea5t v\u00e0 tr\u1ea3i nghi\u1ec7m ng\u01b0\u1eddi d\u00f9ng<\/strong><\/p>\n\n\n\n<p>\u1ee8ng d\u1ee5ng \u0111\u01b0\u1ee3c t\u1ed1i \u01b0u h\u00f3a \u0111\u1ec3 c\u00f3 hi\u1ec7u su\u1ea5t m\u01b0\u1ee3t m\u00e0, \u0111\u1ea3m b\u1ea3o c\u00e1c cu\u1ed9c tr\u00f2 chuy\u1ec7n di\u1ec5n ra su\u00f4n s\u1ebb. C\u00e1c b\u1ea3n c\u1eadp nh\u1eadt th\u01b0\u1eddng xuy\u00ean \u0111\u1ea3m b\u1ea3o MeetMe lu\u00f4n ph\u00f9 h\u1ee3p v\u1edbi nhu c\u1ea7u c\u1ee7a ng\u01b0\u1eddi d\u00f9ng, s\u1eeda l\u1ed7i v\u00e0 gi\u1edbi thi\u1ec7u c\u00e1c c\u1ea3i ti\u1ebfn li\u00ean t\u1ee5c.<\/p>\n\n\n\n<p>Tr\u1ea3i nghi\u1ec7m ng\u01b0\u1eddi d\u00f9ng l\u00e0 \u01b0u ti\u00ean h\u00e0ng \u0111\u1ea7u trong m\u1ecdi kh\u00eda c\u1ea1nh, t\u1eeb t\u00ednh d\u1ec5 s\u1eed d\u1ee5ng \u0111\u1ebfn t\u00ednh b\u1ea3o m\u1eadt trong t\u01b0\u01a1ng t\u00e1c. MeetMe tri\u1ec3n khai c\u00e1c bi\u1ec7n ph\u00e1p \u0111\u1ec3 b\u1ea3o v\u1ec7 ng\u01b0\u1eddi d\u00f9ng, th\u00fac \u0111\u1ea9y m\u00f4i tr\u01b0\u1eddng an to\u00e0n \u0111\u1ec3 g\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi m\u1edbi.<\/p>\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/cR2dPR_sLBCUAjdWU3Y54OGt3YLbdNrIyo7Hu15yB4B9HZbmY_umJ_2RA018Qc8g3fI=w240-h480-rw\" alt=\"MeetMe: G\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi m\u1edbi\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">MeetMe: G\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi m\u1edbi<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">3,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">924.621 \u0111\u00e1nh gi\u00e1<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">100 d\u1eb7m+<\/span>\n                                <span class=\"app-card-sc-downloads-label\">t\u1ea3i xu\u1ed1ng<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/vi\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.myyearbook.m\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        C\u00e0i \u0111\u1eb7t tr\u00ean Google Play\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/topinfoz.com\/vi\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/meetme-encontre-novos-amigos\/id372648912\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        C\u00e0i \u0111\u1eb7t t\u1eeb Apple Store\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<p><strong>Ph\u1ea7n k\u1ebft lu\u1eadn<\/strong><\/p>\n\n\n\n<p>G\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi \u1edf g\u1ea7n ch\u01b0a bao gi\u1edd d\u1ec5 d\u00e0ng ho\u1eb7c d\u1ec5 ti\u1ebfp c\u1eadn \u0111\u1ebfn th\u1ebf. V\u1edbi MeetMe, b\u1ea1n c\u00f3 quy\u1ec1n truy c\u1eadp v\u00e0o m\u1ed9t n\u1ec1n t\u1ea3ng ho\u00e0n ch\u1ec9nh \u0111\u1ec3 b\u1eaft \u0111\u1ea7u cu\u1ed9c tr\u00f2 chuy\u1ec7n, k\u1ebft b\u1ea1n v\u00e0 m\u1edf r\u1ed9ng v\u00f2ng tr\u00f2n x\u00e3 h\u1ed9i c\u1ee7a m\u00ecnh. T\u1ea3i xu\u1ed1ng \u1ee9ng d\u1ee5ng mi\u1ec5n ph\u00ed v\u00e0 kh\u00e1m ph\u00e1 c\u00f3 bao nhi\u00eau k\u1ebft n\u1ed1i tuy\u1ec7t v\u1eddi \u0111ang ch\u1edd b\u1ea1n!<\/p>","protected":false},"excerpt":{"rendered":"<p>Se voc\u00ea est\u00e1 em busca de novas amizades ou deseja expandir seu c\u00edrculo social, o aplicativo MeetMe pode ser a solu\u00e7\u00e3o ideal. Dispon\u00edvel gratuitamente na Google Play Store e na App Store, o MeetMe conecta voc\u00ea a pessoas pr\u00f3ximas que compartilham interesses semelhantes e est\u00e3o prontas para conversar. Baixe o aplicativo logo abaixo e comece &#8230; <a title=\"C\u00e1ch G\u1eb7p G\u1ee1 Nh\u1eefng Ng\u01b0\u1eddi \u1ede G\u1ea7n B\u1eb1ng \u1ee8ng D\u1ee5ng Mi\u1ec5n Ph\u00ed\" class=\"read-more\" href=\"https:\/\/topinfoz.com\/vi\/como-conhecer-pessoas-proximas-usando-aplicativos-gratuitos-2\/\" aria-label=\"\u0110\u1ecdc th\u00eam v\u1ec1 C\u00e1ch g\u1eb7p g\u1ee1 nh\u1eefng ng\u01b0\u1eddi \u1edf g\u1ea7n b\u1eb1ng \u1ee9ng d\u1ee5ng mi\u1ec5n ph\u00ed\">\u0111\u1ecdc th\u00eam<\/a><\/p>","protected":false},"author":1,"featured_media":48024,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,47],"tags":[],"class_list":["post-48019","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aplicativos","category-namoro"],"_links":{"self":[{"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/posts\/48019","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/comments?post=48019"}],"version-history":[{"count":1,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/posts\/48019\/revisions"}],"predecessor-version":[{"id":48020,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/posts\/48019\/revisions\/48020"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/media\/48024"}],"wp:attachment":[{"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/media?parent=48019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/categories?post=48019"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/topinfoz.com\/vi\/wp-json\/wp\/v2\/tags?post=48019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}