Can friends who are not friends see Moments?
If you are not a friend, you cannot see the Moments by default. If the other party sets "Allow strangers to view ten Moments", you can view the ten most recent Moments. WeChat friends can see each other's Moments. For the secondary Moments, as long as the other party has not set up a block. Moments refers to a social function on Tencent WeChat. Users can post text and pictures through Moments, and share articles or music to Moments through other software. Users can comment on or like new photos posted by their friends. Users can only see comments or likes from the same friends.

The operating environment of this tutorial: iOS16.5 system, WeChat version 8.0.37, iPhone 14 mobile phone.
Without adding each other as friends, if the other party is set to allow strangers to view ten photos, then they can only view the latest ten photos. If it's not set, you won't be able to see any activity. WeChat friends can see some dynamic records posted by each other in each other's circle of friends. As long as the other party does not set it up so that you cannot see it, you can see it.
Introduction to WeChat Moments:
WeChat Moments refers to a social function on Tencent WeChat. Users can post text and pictures through Moments, and at the same time, they can use other software to post articles or Share music to your circle of friends. Users can "comment" or "like" new photos posted by friends, and users can only see comments or likes from the same friends.

Advantages of WeChat Moments:
Personal life situations can be shared with relatives and friends. Although we are thousands of miles apart from our relatives and friends, we can share our daily life situations and inner feelings through photos and texts on WeChat Moments. Let everyone know how they are doing every day.
You can quickly get the latest information from your circle of friends. Today is an information age, and we can learn a lot of the latest news from WeChat Moments. Moreover, this news spreads quickly, and it only needs to be forwarded casually.
Posting on Moments is not only about spreading various information, it is also a good tool for training people’s writing skills. If you post on Moments every day, you can improve your writing skills. So the circle of friends does have many benefits.
Disadvantages of WeChat Moments:
Dozens of advertisements appear in Moments a day, which is very headache-inducing to watch. Some even scroll through several pages and are still full of advertisements. Furthermore, many products only have a few pictures, but payment is made first and then shipped. It is difficult to know whether the payee is reliable, whether the quality is acceptable, and whether there are other unsafe factors.
"Occupied" time. Originally, you could go out for a walk, take a walk, or exercise after meals or during weekend breaks. However, after finishing the brushing, you suddenly found that more than half of the time had passed, and you gave up the idea of going out. However, even when walking outside, I would look at it from time to time and devote all my time to it.
The above is the detailed content of Can friends who are not friends see Moments?. For more information, please follow other related articles on the PHP Chinese website!
Hot AI Tools
Undress AI Tool
Undress images for free
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Clothoff.io
AI clothes remover
Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!
Hot Article
Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
How to use PHP to build social sharing functions PHP sharing interface integration practice
Jul 25, 2025 pm 08:51 PM
The core method of building social sharing functions in PHP is to dynamically generate sharing links that meet the requirements of each platform. 1. First get the current page or specified URL and article information; 2. Use urlencode to encode the parameters; 3. Splice and generate sharing links according to the protocols of each platform; 4. Display links on the front end for users to click and share; 5. Dynamically generate OG tags on the page to optimize sharing content display; 6. Be sure to escape user input to prevent XSS attacks. This method does not require complex authentication, has low maintenance costs, and is suitable for most content sharing needs.
PHP realizes commodity inventory management and monetization PHP inventory synchronization and alarm mechanism
Jul 25, 2025 pm 08:30 PM
PHP ensures inventory deduction atomicity through database transactions and FORUPDATE row locks to prevent high concurrent overselling; 2. Multi-platform inventory consistency depends on centralized management and event-driven synchronization, combining API/Webhook notifications and message queues to ensure reliable data transmission; 3. The alarm mechanism should set low inventory, zero/negative inventory, unsalable sales, replenishment cycles and abnormal fluctuations strategies in different scenarios, and select DingTalk, SMS or Email Responsible Persons according to the urgency, and the alarm information must be complete and clear to achieve business adaptation and rapid response.
How to trade stablecoins_A full flow diagram for beginners buying and selling
Jul 18, 2025 am 06:00 AM
The stablecoin trading process includes the steps of registering an exchange, completing certification, buying or selling. First, choose a trusted exchange such as Binance, OKX, etc., and then complete KYC identity authentication, and then buy stablecoins through fiat currency recharge or OTC transactions. You can also transfer the stablecoins to the fund account and sell them through P2P transactions and withdraw them to the bank card or Alipay. When operating, you need to pay attention to choosing a regulated platform, confirm transaction security and handling fees.
How to download the official Bitcoin app? Bitcoin App Use Guide
Jul 22, 2025 pm 11:54 PM
Bitcoin does not have an official app, and users mainly trade and manage them through third-party exchanges or account apps. 1. Binance has comprehensive functions and is suitable for all kinds of traders; 2. OKX provides integrated trading and Web3 accounts; 3. Huobi (HTX) is stable and reliable in the Asian market; 4. Gate.io is known for its rich currency; 5. KuCoin has diverse currencies and active communities; 6. Bybit is known for its derivatives trading. When downloading, you should visit the official website, scan the QR code, complete the installation according to the system, and set up security measures such as two-factor verification to ensure the security of the account.
Ethereum, a blockchain platform that surpasses Bitcoin, with advantages and innovation inventory
Aug 06, 2025 pm 11:57 PM
Through its Turing-complete smart contracts, EVM virtual machines and Gas mechanisms, Ethereum has built a programmable blockchain platform beyond Bitcoin, supporting diversified application ecosystems such as DeFi and NFT; its core advantages include a rich DApp ecosystem, strong programmability, active developer community and cross-chain interoperability; it is currently implementing consensus transformation from PoW to PoS through the upgrade of Ethereum 2.0, introducing beacon chains, verifier mechanisms and punishment systems to improve energy efficiency, security and decentralization; in the future, it will rely on sharding technology to realize data sharding and parallel processing, greatly improving throughput; at the same time, Rollup technology has been widely used as a Layer 2 solution, Optimistic Rollup and ZK-Rollu
How to use PHP to build a payment system to monetize PHP payment interface docking process
Jul 25, 2025 pm 06:24 PM
Choose a payment platform based on user portrait. WeChat Pay is suitable for users in the WeChat ecosystem, and Alipay is suitable for mature consumer groups and PC-side large-scale payments; 2. Registering a merchant account to obtain AppID, MCHID, API keys and other qualifications is the prerequisite; 3. Using the official PHPSDK integrated interface can simplify development and improve security; 4. The PHP backend generates orders and initiates prepayment requests, and the front end calls for payment based on the returned data; 5. Asynchronous callbacks are the final basis for successful payment, and signatures, IP whitelists, SSL encryption transmission must be verified and idempotence must be realized to prevent repeated processing; 6. Timeout orders are closed through timed tasks, refunds must be called to the API and handled multiple states, reconciliation needs to be regularly compared with the platform flow and system orders to ensure the consistency of funds, and the entire flow
JD Stablecoin Official Website Where to buy JD Stablecoin
Aug 01, 2025 pm 06:51 PM
Currently, JD.com has not issued any stablecoins, and users can choose the following platforms to purchase mainstream stablecoins: 1. Binance is the platform with the largest transaction volume in the world, supports multiple fiat currency payments, and has strong liquidity; 2. OKX has powerful functions, providing 7x24-hour customer service and multiple payment methods; 3. Huobi has high reputation in the Chinese community and has a complete risk control system; 4. Gate.io has rich currency types, suitable for exploring niche assets after purchasing stablecoins; 5. There are many types of currency listed on KuCoin, which is conducive to discovering early projects; 6. Bitget is characterized by order transactions, with convenient P2P transactions, and is suitable for social trading enthusiasts. The above platforms all provide safe and reliable stablecoin purchase services.
How to build a content payment platform through PHP How to implement PHP paid reading system
Jul 25, 2025 pm 06:30 PM
To build a PHP content payment platform, it is necessary to build a user management, content management, payment and permission control system. First, establish a user authentication system and use JWT to achieve lightweight authentication; second, design the backend management interface and database fields to manage paid content; third, integrate Alipay or WeChat payment and ensure process security; fourth, control user access rights through session or cookies. Choosing the Laravel framework can improve development efficiency, use watermarks and user management to prevent content theft, optimize performance requires coordinated improvement of code, database, cache and server configuration, and clear policies must be formulated and malicious behaviors must be prevented.


