webnovel
Weixin Official Accounts upload big video

Weixin Official Accounts upload big video

2026-07-11 16:50
1 answer

There were several ways to upload a big video Weixin Official Accounts: 1. If there is video material in the material library, open the WeChat public platform, click "Video" in the option of creating new graphic material, and click "upload" directly. If there is no video, click "New Video" to upload the video from the local area, but note that the size cannot exceed 20M, and the video directly uploaded from the local area will be compressed, so you need to consider the clarity. 2. He logged into the Weixin Official Accounts and found [Material Management] on the public platform's [Home Page]. He clicked to enter the material management interface, found [Video], and then clicked on the [Add Video] button to enter the add video interface. He clicked on [Choose a file] to select the video to upload, and wrote the video title in the [Title] input box. Then, he filled in the video classification, tags, introduction, and other contents. After filling it in, he clicked on [Save] to start adding videos. 3. He opened his Weixin Official Accounts, clicked on the "" menu at the top left of the page, and slid down to find "Material Management" on the pop-up page. After opening "Material Management", he clicked "Add" under the "Video" option, selected "QQ Video" on the pop-up page, and uploaded the video after logging in. 4. You can use the internal file Mini programs of WeChat. This is a utility that can upload high-definition videos without compressing them. The operation steps were as follows: first, enter the video channel in the file treasure's Mini programs and view the video introduction to get more help; then, after the video was published, associate the official account with the file treasure's Mini programs for authorization; then, in the official account background authorization and enter the required video path to complete the authorization process. If you use the Enterprise account, you can also open a video channel exclusive to the Enterprise account and add an entrance dedicated to displaying video content to your official account. 5. First, upload the video to the video website (unlimited size), copy the link, and then add the uploaded video link in the material management of the official account. 6. If the video was really large and often needed to be handled, consider opening an enterprise account or using a professional media management platform service. They usually had greater file upload restrictions and provided a more convenient way to operate. 7. When WeChat officially did not support direct uploading of large files, the video could be converted into several smaller clips (such as 5mb each) on the computer and added to the public account one by one with the mobile phone. 8. If you have to exceed the 20M limit, you can use a third-party tool such as HiChuan or MP4Box to cut the video into several parts and upload them separately. Remember to merge them when editing. While waiting for the TV series, you can also click on the link below to read the classic original work of "Dafeng Nightwatchman"!

Substitute Marriage: Reborn As The Top Big-Shot

Substitute Marriage: Reborn As The Top Big-Shot

[Number one romance novel in the universe—face slapping, scum-torturing, power couple!] Isabella Thompson, who was abandoned in a village was suddenly brought home by her rich parents. Her father: You are different from your sister. She has a bright future ahead and is destined to be a phoenix who would soar the skies! There's no way she would marry a cripple! You are getting off easy here! Her mother: The Yu family is rich and powerful. Standing in for your sister in marriage is your food fortune! Know what's good for you! Theodore Yu used to be a famous prodigy, but lost his glow after a car accident and didn't even make it to high school. With one being a poor village bumpkin and the other a well-known piece of trash, they were a match for each other. But while everyone was waiting for Miss Thompson to make a fool of herself, she and that piece of trash appeared at a banquet where big shots gathered. Isabella Thompson: I came to work as a waitress. Theodore Yu: What a coincidence, I'm here to work part-time as well. Hence, everyone watched as they carried trays around for the whole night. *** On the day of their marriage, every important figure in the capital attended. Big Shot One: I'll help make arrangements for Mr. Yu's grand wedding! Big Shot Two: Welcome back to the capital, Miss Thompson! Big Shot Three:... Seeing those big shots who persistently made headlines, Grace Thompson was filled with regretful tears.
General
2073 Chs

How to upload a video from a novel on Weixin Official Accounts

To post a novel-related article with a video on Weixin Official Accounts, you can follow the steps below: 1. He logged into the Weixin Official Accounts account and clicked on the " Material Management " in the left navigation bar. Then, he chose the " Video " option and entered the video material management page. 2. If you want to upload a local video, you have to note that the size cannot exceed 20M. At the same time, you can edit the basic information such as the title and description of the video to be uploaded. If the video exceeds 20M, you can first upload the video to the video platform, then copy the link of the video, and then return to the video material management page of the Weixin Official Accounts platform. 3. After the video was uploaded and approved, he could choose to add the video from the material library on the image editing page. At this time, he could set the cover, title, etc. for the video. He could also open the bullet screen, add topic tags, and other interaction functions. 4. In addition to the above methods, you can also use a third-party editor such as the 135 editor to add a video link to the article, but you must ensure that the video has been uploaded to the video platform and get the correct video link. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-03-27 01:09

How to upload a novel on Weixin Official Accounts

First of all, he had to register his own Weixin Official Accounts and obtain authentication. After that, he could publish articles on the public account to upload the novel content. When you serialize a novel, you can update a certain number of chapters every day, week, or month. However, he was only allowed to send one message a day, no matter how many chapters it contained. In order to increase visibility and attract more readers, they could also promote their works on other related websites or social media platforms, and cooperate with other writers or reading enthusiasts. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-04-07 19:02

Take a photo and upload it to Weixin Official Accounts and view it.

To upload photos and previews in the Weixin Official Accounts, you can refer to the following steps: 1. First of all, he had to do the operations related to WeChat authentication: - Add the js file in the Index. htl: <strong></strong> - Inject the permission verification configuration through the configuration interface. The code example is wx. configuration ({bug: true, appId: '', username:, nonceStr: '', signature: '', jsApiList: () }). Here, bug starts the debugging mode, appId is the required unique identification of the enterprise number, username is the required time stamp for generating the signature, nonceStr is the required random string for generating the signature, signature is the required signature, and jsApiList is the required list of the needed JS interface. 2. After WeChat authentication is successful, call wx.chooseImage ({ count:1, sizeType: ('original','compressed'), sourceType: ('album','camera'), success: function (res) { var lolcalIds = res.localIds; } }); The count here can specify the number of photos to select (default 9), sizeType can specify the original or compressed image (default both), sourceType can specify the source is an album or camera (default both), after the successful call, it will return the local ID list of the selected photos, localIds. You can use localID as the img tag's Src attribute to display the image, but when localID is not easy to operate, you can use wx.getLocalImgData to convert lolcalIds into the base 64 format to display the image. Send it to the back end to generate the urls and the previews. For example, you can use wx.previewImage({ current: '', });(You need to add the full current value and other related parameters). res.wx.qq.com/open/js/jweixin addition, you need to pay attention to the development of the Weixin Official Accounts. You need to set the security domain name of the JS interface. In the public account settings- > function settings, fill in the "JS interface security domain name". After setting it, you can call the open JS interface of WeChat under this domain name. When introducing the JS file, you can choose to use the following options: Also, all pages that require the JS-SD must first be injected with configuration information. The same Url only needs to be called once. For the web app of the SPA that changes the Url, it can be called every time the Url changes (note the related features of the Android WeChat client). <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-06-29 22:12

Weixin Official Accounts novel link video

If you want to insert a video related to the novel link in the Weixin Official Accounts account, you can refer to the following steps: 1. On the left navigation bar of the Weixin Official Accounts's homepage, he clicked on [Multi-media Material], selected the [Video] category, and clicked Add. 2. Choose to upload videos that are less than one hour long from the local server, and set the corresponding cover, title, category, and other content. You can also open the bullet screen for the video, add topic tags, and custom patches (click on the patch to jump to the Mini programs associated with the account), and finally save it. 3. After the video was transcode and reviewed, you could send a group video message, or you could choose to add the local video that had just been uploaded from the material library on the image editing page. 4. You can also directly add links to other official posts with videos, links to video details pages, and links to QQ videos to obtain videos. 5. If you are using a third-party WeChat editor to edit the article, you can follow the steps below: - To extract the video: click [Tool Treasure Chest-WeChat Video Extraction] on the left navigation bar of the Little Ant homepage, enter the link of the official account article, and extract the video. You can copy, insert, and download the video. - Add a video style: click the [insert video] button in the top of the small ant's editing area. After entering the link to a video from the current page, you can add a frame to the video on the left side, or you can directly find the [video style] in the material library to add it. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-04-18 15:45

How to use a video number to post a novel Weixin Official Accounts

Here are a few ways to post a novel on WeChat: 1. ** Associate WeChat video account with Weixin Official Accounts ** - First, post a video on his WeChat video account: post a video related to the novel's Tweet to his WeChat video account. - [Obtain video link: Open a video with a published video number, click on the "…"(more options) in the upper right corner, and select the "copy link" option to copy the video link.] - Writing a Weixin Official Accounts Tweet: Create a new article in the background of the Weixin Official Accounts. Embed the link of the video account into the Tweet by adding a link. You can also use text in the Tweet to guide the reader to click on the link to watch the video and finally publish the Tweet. 2. ** Promotion of Weixin Official Accounts through video account introduction ** - Introduction to editing a video account: Open the WeChat video account, enter the "My Video account" page, select "edit information", and add Weixin Official Accounts information or a link to the Tweet in the introduction. - Add a description to the video: When recording the video, display the Weixin Official Accounts information in the appropriate position in the video. When the video is released, attach a text description to guide the audience to pay attention to the official account. 3. ** Promotion in the comment section of the video account ** - [After posting the video: post the video in your WeChat video account.] - Promotion in the comment area: Leave a message in the comment area of the video to post the link or ID of the Weixin Official Accounts article, and guide the users who watched the video to view the comments, and then click on the link to read the Tweet. 4. ** Sharing through WeChat group and Moments **: By sharing the relevant videos in the video account to WeChat group and Moments, indirectly guiding users to pay attention to the novel tweets on the official account. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-04-18 12:49

Weixin Official Accounts ranking list

The following are some information related to the rankings of different types of WeChat public accounts: 1. * * National Department of statistics Wechat official account comprehensive influence monthly list (June 2024)**: Based on Qingbo WCI-model, the influence of all levels of Wechat government accounts in provinces, cities and counties will be objectively evaluated. In June 2024, the top ten public accounts were statistics, Hangzhou statistics, Zhejiang statistics, Shaanxi statistics, Fujian statistics, Sichuan national survey, Qinghai survey, Xiaoshan statistics, Beijing statistics, Inner Mongolia statistics. In the comprehensive influence list of the provincial statistics department's WeChat public account, there were a total of 60 provincial statistics department's WeChat public accounts with a WCI-value of more than 100 in June 2024. Among them, Zhejiang statistics (783), Shaanxi statistics (700), and Fujian statistics (694) ranked in the top three. 2. * * National statistics department's WeChat public account comprehensive influence monthly list (July 2024)**: In July 2024, the top ten public accounts were respectively statistics WeChat, Hangzhou statistics, Fujian statistics, Beijing statistics, Zhejiang statistics, Sichuan statistics, Gansu statistics survey, Xiaoshan statistics, Jiangxi statistics, and Hainan statistics WeChat. 3. * * Putian City Wechat Official account influence ranking weekly list (0721 - 0727)**: Among the city-level government affairs,"Putian Education Micro-Portal" ranked first;"Putian Pioneer" and "Putian Cultural Travel" ranked second and third;"Putian Fire Protection" ranked fourth after rising two places;"Putian People's Congress Vision" ranked fifth;"Putian People's Society" ranked sixth after advancing one place;"Civilized Putian" ranked seventh;"Putian City Veterans Affairs Bureau" ranked eighth;"Putian taxation" ranked ninth;"Putian Sports" fell back six places and ranked tenth. 4. * * The top 30 public account rankings on April 10, 2019 **: Including the four weekly rankings of "Overall Rankings-Top 30,""Health-Top 30,""Film and Television-Top 30," and "Horoscope Fortune-Top 30." The top three in the "Overall Rankings-Top 30" were People's Daily,"Can't Draw Press," and "Xinhua News Agency." The top three in the "Health-Top 30" were "Dr. Lilac,""Huawei Sports Health," and "BTV Health House." The top three in the "Film and Television-Top 30" were "Sir Movie,""Crow Movie," and "Is Liu Piaopiao Gone?";. The top three in the "Horoscope-Top 30" were "Uncle Tongdao," Uncle Alex,"and" Tao Baibai." "The Alliance of Stars: A Symphony of Fate and Power" is equally exciting. Everyone is welcome to click and read it!

1 answer
2026-07-09 17:55

How to download the video of the novel link on the Weixin Official Accounts to the mobile phone?

There were only three steps to download the video of the novel link from the Weixin Official Accounts to the mobile phone: Step 1: Open the article page, find the video you want to save, click the share button, and then copy the link. [Step 2: Open the Weixin Official Accounts, click on 'Discovery', enter the Mini programs, and search for [Kung Fu Remove Watermark] to enter the Mini programs.] [Step 3: After entering Mini programs, it will automatically recognize the link to the video you just copied. Then, click confirm and save it to your phone's photo album.] <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-06-18 23:25

What are the free novels on Weixin Official Accounts?

The Weixin Official Accounts that could follow novels for free included the Midnight Book Chaser, Old Cat's novel app, and Seven Cats 'free novel app. Among them, the Midnight Reading app could view Jinjiang VIP articles and was rich in resources. The Old Cat novel app could view Jinjiang VIP articles and convert the user's fees through advertisements to achieve free reading. The Seven Cats Free Fictions app also provided free Jinjiang VIP novel reading services. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-03-29 17:30

How to write a novel in the Weixin Official Accounts

Writing novels on the Weixin Official Accounts could be done both inside and outside the account. [Number: The content has to be updated steadily. Starting from the first chapter, write the chapter title in a fixed format. For example, Chapter X of "The Name of the Story": The chapter name (It doesn't have to be written).] On the content editing page, you must declare that it was original. Add a link to the self-made page template at the "Original Link" and add the written chapters in the template to make it convenient for readers to find the previous or subsequent chapters. It will serve as a table of contents. Outside the site: As the Weixin Official Accounts is a closed creation environment, unless the content is of high quality, there will be a recommendation on WeChat Top Stories Writing a novel is a continuous work and requires feedback from readers to persevere. Therefore, it is recommended to carry out publicity outside the site after writing every day to attract readers to the public account to read the novel. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-04-05 02:57

How to promote novels on Weixin Official Accounts

The following methods could be used to promote novels on the Weixin Official Accounts: 1. ** Selection of content and publishing ** - Choose novel recommendations, novel bars, and bars with various novel names to promote. He would post the more interesting parts of the novel and then channel them to the public account. - He could follow and promote the public account of the novel genre through his friends, or promote the public account through the media platform channel. They could also use WeChat groups, public accounts, QQ groups, Weibo, and other methods to promote it. - In the early stages of the public account promotion, they had to rely on high-quality content to attract fans, because rich content was the key to attracting customers. 2. ** Using the official account function ** - He searched for the [WeChat Public Platform] in his browser and entered the official website. He used his mobile phone to scan the [login QR code] and selected the public platform login account under the WeChat on his mobile phone. Then, he selected the [Picture and Text Message] option on the [New Creation] interface to create and promote. - If it was a public account of the novel genre, it could set up a service number, the novel bookstore. Some of the paid content could only be seen after reloading. Through data analysis, the popular chapters of the popular novels were intercepted, and the novel stopped at the climax, inducing users to pay to read the subsequent chapters. If the users wanted to continue reading, they could only pay. He could also find some good novels in the back of the bookstore and then forward them to his WeChat Moments or public accounts for diversion. As long as his friends or public account users topped up, he could earn money. 3. ** New and Fission ** - He could consider planning a cost-effective growth fission activity, coupled with the new mission treasure marketing tool, and by setting up new rewards to guide old fans to bring new fans, so as to achieve the goal of precise fission. - When setting up the prize bait, you must be clear about your target fan base, consider the price and attractiveness of the prize, and create an attractive poster (it is best to know the content of the event without clicking on it in the circle of friends) to attract new users. 4. ** Community Operations ** - The community operation was the way to promote the official account in the later stages. To make the official account produce fission and produce better promotion effects, it was necessary to cultivate seed users. At this time, the community was needed. <a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>

1 answer
2026-04-07 09:57
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z