What are WeChat Moments and how to use them?
Jul 08, 2025 am 12:35 AMMoments is a social function of WeChat, used to share life, pictures, texts, and understand friends' dynamics. 1. It can share daily life, express mood, promote content and view other people's updates; 2. When posting to Moments, you can add pictures, videos, text descriptions, locations, friends and set visible ranges. You can long press and hold the camera icon in pure text; 3. Privacy settings include disclosure, partial visible, and not to show to anyone, and can manage previous Moments and block specific people; 4. Other functions include video account linkage, dynamic reminders, setting visible deadlines, custom background images, and cold knowledge that interacts with recommended effects.
WeChat Moments is a social function in WeChat, similar to the "dynamics" or "timeline" of other social software. You can share your life, pictures, texts and videos here, and you can also see updates posted by friends. Simply put, it is the micro social circle between you and your friends.

1. What is the circle of friends? What can you do?
Moments are where your WeChat friends can see your living conditions. It has become a habit for many people to browse their Moments every day, just like browsing Weibo and reading Xiaohongshu. You can post text pictures, short videos, link articles, and even set who can watch and who can't.

Common uses include:
- Share daily: Eat, travel, fitness check-in
- Express your mood: write some thoughts and forward golden sentences
- Promotion content: personal brand, micro-business, event promotion
- See what others are doing: understand friends’ recent situations and industry trends
2. How to post on Moments? What are the basic operations?
It is very simple to post on Moments. Click "Discover" in the lower right corner of the WeChat homepage, then enter "Friends Circle", then click the camera icon in the upper right corner and select "Send thoughts".

you can:
- Add pictures or videos (up to 9 pictures, no more than 30 seconds of video)
- Writing text instructions (the upper limit is relatively large, but it is too long and no one can read it...)
- Add location, @ friends, and set visible range
- Privacy settings: public, friends only, private, or you can also specify "not to show to anyone"
Tips:
- Want to post plain text? Hold down the camera icon and you can just post text
- Want to change the content after posting? Currently, only resend can be deleted and there is no editing function
3. How to use the privacy settings in Moments?
What many people are concerned about is: "What should I do if I don't want some people to see my circle of friends?" In fact, WeChat provides a lot of ways to control permissions.
You can click "Public" when posting to your Moments to adjust:
- Who can see it : public, private, partially visible, not to see it
- Previous Moments : You can manage it in "Settings>Privacy>Moments"
- Block specific people : select "Not to show to anyone", and then add contacts
Notice:
- If you don't want others to see your previous content, it is recommended to clean up your old circle of friends regularly
- People who are blocked cannot see your circle of friends, but they will not receive a prompt
4. How else can I play in my circle of friends? Is there any hidden function?
In addition to the regular posting of pictures and texts, there are some practical and fun small functions in the circle of friends:
- Video Account Linkage : You can synchronize the content of the video Account to your friends to attract friends to like and comment
- Post a dynamic reminder : If you set up important contacts, you will receive a reminder after they post on Moments.
- Three days to see / half a year to see : protect privacy while maintaining interaction
- Background picture of Moments : Personalized display, but don’t put too sensitive photos
There is also a cold knowledge: If you don’t like or comment to others for seven consecutive days, the system may assume that you are not interested in him, and his circle of friends will rarely appear in front of you.
Basically that's it. The circle of friends looks simple, but if you use it well, you can maintain relationships and express yourself. The key is to understand the rules and be able to set them.
The above is the detailed content of What are WeChat Moments and how to use them?. 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)

Hot Topics

How to use the Hyperf framework for file storage requires specific code examples. Hyperf is a high-performance PHP framework developed based on the Swoole extension. It has powerful functions such as coroutines, dependency injection, AOP, middleware, and event management. It is suitable for building high-performance, Flexible and scalable web applications and microservices. In actual projects, we often need to store and manage files. The Hyperf framework provides some convenient components and tools to help us simplify file storage operations. This article will introduce how to use

WeChat is one of the mainstream media design software today. We use WeChat Moments to record every bit of life and share our simple yet seemingly unique life. But sometimes you don’t want to live too transparently and tell yourself completely. Maybe yesterday’s circle of friends is no longer worthy of you today. Then we can learn how to set up the three-day display of WeChat circle of friends. How to set the WeChat Moments display for three days? The first method of setting the three-day display of WeChat Moments: My Moments Use WeChat to open the "Me" interface and find the Moments. Click Moments and find "My Moments" in the pop-up interface. Click "My Moments" and find the settings option in the pop-up interface. Click to go to the settings option, a small window will pop up, check the most

WeChat is the media social software we often use. Many people like to share and record their lives in their circle of friends, including classic texts and beautiful short videos. Sometimes when you encounter a relatively long video, you cannot send it directly because of the current functional limitations of WeChat. Videos can only be sent for up to 30 seconds. So how can you send a long video to WeChat Moments? Let’s find out together. How to post long videos in WeChat Moments? Steps for posting long videos in WeChat Moments 1. First open WeChat, enter the main interface, and click [Me]. 2. Then click [Collect]. 3. After entering the collection interface, click the [+] button in the upper right corner. 4. After clicking in, select the video you want to publish. 5. After selecting, click the three black dots [···] in the upper right corner. 6. in

Guidelines and tips for using macros in Golang programming. In Golang programming, macros are a very powerful tool that can help us simplify the code and improve the readability and maintainability of the program. Although Golang (Go language) itself does not directly support macros, we can achieve macro-like functions by using code generation tools or custom functions. This article will introduce in detail the usage guidelines and some techniques of macros in Golang programming, and provide specific code examples. What is Macro Macro is a

Quick Start: A Guide to Using Five Kafka Visualization Tools 1. Kafka Monitoring Tools: Introduction Apache Kafka is a distributed publish-subscribe messaging system that can handle large amounts of data and provide high throughput and low latency. Due to the complexity of Kafka, visualization tools are needed to help monitor and manage Kafka clusters. 2.Kafka visualization tools: five major choices KafkaManager: KafkaManager is an open source web community

Introduction to the Java decompilation tool guide: Java is a widely used programming language. The code written cannot be read directly after deployment, which causes certain troubles. To solve this problem, we can use decompilation tools to reverse transform the deployed Java code so that we can view, analyze and modify it. This article will introduce how to use several commonly used Java decompilation tools and provide specific code examples. 1. JD-GUIJD-GUI is a free JD-GUI

Essential for Mac users: Maven installation tutorial and usage guide Introduction: Maven is a powerful project management tool that can manage the construction, dependencies, testing and release of projects. For Mac users, it is very important to install and use Maven. This article will introduce the Maven installation tutorial and usage guide in detail for Mac users, and provide specific code examples to help readers better understand and use Maven. 1. Install Maven Step 1: Download Maven First, open

How to use the Hyperf framework for PDF generation requires specific code examples. With the advent of the digital age, PDF (Portable Document Format) format files play an important role in various fields. PDF format files are highly portable and visual, making it the first choice in many scenarios. In web development, generating PDF files is a common requirement. This article will introduce how to use the Hyperf framework to generate PDF files and provide
