How can you clean a contact wall right away? Deleting all posts in a group

Sometimes we have to delete posts from the walls of VKontakte groups. There can be many reasons for this: false information, publication violates the rules social network etc. About,How to delete entries in a VK group, read the article. Of course, it’s better not to break all the known rules, so that later you don’t

One example of why a public had to delete publications is a community dedicated to new movies.

At that time, the group https://vk.com/public123915905 had more

They can not only add records, but also delete them.

Every day, 40-45 posts were posted on the site, 5 of which were of an advertising nature, including links to third-party resources.

It is for this reason that the VKontakte administration applied sanctions to the public by blocking the possibility of posting links in the community. The blocking period was 2 months.

For the group owners it was big blow, since this meant that now they could not place as many advertising posts as they had previously. To clarify the situation, they turned to the VK administration with the question of what needs to be done in such a situation and how to solve the problem.

The answer from the admins was extremely simple - delete all publications containing links to third-party resources, which will increase the likelihood that the possibility of posting new links will appear earlier.

After the public wall was cleared of posts with links, the blocking was lifted 2 weeks later. In order to avoid such sanctions in the future and not violate VK rules, community admins do not publish more than 5 such advertising posts per week.

Deleting VKontakte entries manually, script and application

Now let's look in more detail at how to delete one or more entries in a VK group.

To do this, go to your community and select the entry you want to delete. In the top right corner of the post, click on the three dots icon.

In the recording management menu, select “Delete recording”.

This way you can remove any amount

To delete one or more publications from mobile devices, you must:

  1. Log in to the mobile version of VKontakte and open your public account.
  2. Select the desired post.
  3. Click on the record management menu.
  4. Select the “Delete” item.

But what if you need to clean an entire wall? To do this, you need to consider all the ways to delete all entries in the VK group. One of the simplest and most effective ways is to use a simple script

We go into the group and scroll through the wall a little. After that, right-click on any area of ​​the page and select “View code”.

In the code editing menu that opens in the browser, go to the Console tab.

After all the entries in the code area, enter the following script:

(function () ( 'use strict'; if (!confirm(' Delete all entries from the wall ?’)) return; vardeletePostLink = document.body.querySelectorAll(‘a.ui_actions_menu_item’); for (vari = 0; i

You will get this picture:

Press "Enter" to activate the script. A confirmation window will pop up in the browser.

Click on “OK”.

To delete all entries, you need to scroll through the wall until 5-10 entries appear and use this script again, since it does not clear the entire wall at once.

An alternative to this script are programs that allow you to clear the wall of all notes.

VKbot – wall cleaning application

Install the utility on your computer and run it. Log in from your VK page. The main thing is that you are the administrator of the community in which you are going to delete posts from the wall.

In the main menu of the program, open the “Profile” section and go to the “Cleaning” menu.

Select "Clean Wall".

After this, the program will prompt you to select whose entries should be deleted.

Check the boxes next to the options you need and click the “Let’s go” button.

This completes the process of clearing the wall of all notes.

Deleting entries from mobile devices

If you use an Android device, then you need to download an application from PlayMarket, which is called “VK Wall Cleaning” from the developer LeEnot.

On average, this application deletes about 4,000 posts in 13 seconds.

If you use a device running iOS, then you will need an application called “Wash for VK”. You can download it from iTunes absolutely free.

So, using these applications for smartphones, you can clear the wall of your group on VKontakte without any problems.

Possible problems when deleting records

When deleting posts from a VK group, you may encounter a number of difficulties. To avoid them, you need to consider all possible problems in more detail.

Deleting the wrong post. It often happens that users accidentally delete the wrong post that they planned. The solution to this problem is extremely simple. After you clicked the delete button and realized that you made a mistake, do not refresh the browser page and do not go to other sections of the social network.

Click on the “Recover” button that appears in place of the previously deleted message.

Also, try to save backup copies of your content on your PC or in any cloud storage. This way, if you accidentally delete the wrong post, you can always publish it again.

The script for cleaning the wall does not work. Sometimes it happens that after entering a script to completely clear a wall into the browser console, nothing happens or various errors appear.

To resolve this issue, try restarting your browser. If after restarting the script still does not work, then try doing the same steps in another browser. Very often similar problems arise in Opera. Therefore, it is recommended to use GoogleChrome or MozillaFirefox to perform such actions.

Bottom line

The methods described above will allow you to delete one or several publications at once from the wall of a VKontakte group. All methods are completely free and

Built-in VK tools allow you to delete any posts on the wall of a page or group. The only limitation is that you can only wash one post at a time, and not in batches. This causes some inconvenience to users. How to immediately delete all posts in a VKontakte group?

Why do you need to delete them?

Posts placed on the wall are saved throughout the existence of the community. They are not deleted independently, only with the help of the person who manages this group.

The need for deletion may arise due to a change in the basic information of the public, for example, the address or contact number that is indicated in the posts. Or there is a need to update the group, which is why old posts just get in the way. Sometimes a person wants to start all over again – this is also an important reason.

How to clean everything at once

As mentioned above, the built-in VK tools do not allow you to remove posts literally in batches - only one at a time. It's one thing if there are several dozen records. What if there are hundreds or even thousands of them? This will take a very long time.

The solution to the issue is to implement a special script (read more about how to delete all posts on the wall of a VK group). Here's what you'll need to do:

The code looks like this:

(function () ( 'use strict'; if (!confirm('Delete all posts from the wall?')) return; var deletePostLink = document.body.querySelectorAll('a.ui_actions_menu_item'); for (var i = 0; i< deletePostLink.length; i++) { deletePostLink[i].click(); } alert(deletePostLink.length + ‘ posts deleted’); }());

How to delete only some posts

Major cleaning is not necessary, as individual posts can be removed. This can really be solved through the standard functions of the social network. To remove a particular entry from your group, point at the symbolized arrow in the upper right corner of the entry, and select “Delete entry” from the drop-down menu. A notification will appear that it has been deleted. It can be restored immediately. Using a similar method, you can erase other people’s posts on your wall. All this is also true for mobile applications running on Android or iOS.

Possible problems and solutions

There may be several problematic situations:


Erasing all posts from the wall or individual posts is even easier than using cheating services and. All that is required is attention and the appropriate desire.

You will need a computer with a browser and a small piece of code, which is given in the article. The cleaning time will depend on the total number of records.

At one time, you can only delete those posts that the system displays on the wall. Therefore, it is important to get to the very bottom.

It may take a while to scroll through the page, but in any case everything will be much faster than deleting it manually. To speed up the process, hold down Spacebar or End.

If you're using Chrome, press Ctrl + Shift + J (Windows) or Cmd + Opt + J (macOS). In Firefox, the combinations Ctrl + Shift + K (Windows) and Cmd + Opt + K (macOS) are provided for this. If you use another browser, you can easily find the keys to launch its console using Google.

4. Copy this script, paste it into the console and press Enter

(function () ( "use strict"; if (!confirm("Delete all posts from the wall?")) return; var deletePostLink = document.body.querySelectorAll("a.ui_actions_menu_item"); for (var i = 0; i< deletePostLink.length; i++) { deletePostLink[i].click(); } alert(deletePostLink.length + " posts deleted"); }());

5. When the browser displays a dialog box, confirm the deletion

After this, the script will erase all visible publications from the “” wall. The more there are, the longer the cleaning will take.

If after this old posts appear on the wall that you simply did not scroll to, they can be deleted in the same way.

For various reasons, sometimes it is necessary to delete all entries on a page or in a group, for example, when changing the address, phone numbers that are listed in the news, or simply outdated information. You just want to delete everything and start, as they say, from scratch.

Quick navigation:

How to delete all posts from your wall or group.

Go to VKontakte from your computer, the example will be the Google Chrome browser, but you can use others, but it’s better to use Chrome.

  • Copy the following code (select it and right-click, in the drop-down list, select "copy".

    (function () ( "use strict"; if (!confirm("Delete all posts from the wall?")) return; var deletePostLink = document.body.querySelectorAll ("a.ui_actions_menu_item"); for (var i = 0; i< deletePostLink.length; i++) { deletePostLink[i].click(); } alert(deletePostLink.length + " posts deleted"); }());

    (function () ( "use strict" ; if (! confirm ( "Should I delete all the posts from the wall?") )

    return ; var deletePostLink = document . body. querySelectorAll

    ("a.ui_actions_menu_item") ; for

    (var i = 0; i< deletePostLink . length ; i ++ ) { deletePostLink [ i ] . click () ; }

    alert (deletePostLink . length + "posts deleted" ) ; ) () ) ;

  • We go to the page where we need to delete everything, scroll the tape down, you can unwind it in parts and break the deletion into 2 - 3 parts.
  • Right-click anywhere on the page and select “View code”.

  • A window with developer tools will appear on the right side of the screen, everything is complicated here, we don’t need everything, click on the “tab” at the top Console» .

  • In the empty space of this tab, paste the previously copied code, right-click in the same way and select “paste”. Next, press Enter on the keyboard and get a dialog box where you need to confirm that you are going to delete everything on the wall.

  • If everything is correct, you will receive 2 consecutive messages:

If the need arises, repeat the steps until all unwanted posts disappear.

Mass deletion of VKontakte entries.

Agree that deleting everything at once or in several approaches is much more convenient than deleting each entry separately, because the standard functionality of VK currently does not make it possible to delete everything at once. This was done in order to protect against sabotage with hacked accounts; attackers often deleted everything that was written earlier. VK specialists did not just refuse such a function to delete all VKontakte entries.

Now your friends won’t see a bunch of useless information on your wall; by the way, if you need more friends, then use our recommendations -.

Removing spam on VKontakte.

By the way, another reason to use the above removal method is the fight against spam. After all, it happens that the same post hangs on the wall in packs of several hundred; it’s simply impossible to manually remove such a quantity of spam.

Let's look at all the ways you can quickly clean a wall in VK.

Method 1 – Standard removal

The standard method for deleting posts on VK involves clearing them manually.

This way it is convenient to get rid of not all records at once, but selectively from several.

Just scroll down your page, click on the “Properties” button in the upper right corner of each post and select in the pop-up window "Delete entry".

Please note that once deleted, the post cannot be returned.

If you don't want to get rid of your posts forever, just hide your wall from other users.

This way, only you will see it, and page visitors will see an empty wall.

Method 2 – Executing the Script

To perform this method you will need and . Open your browser and go to your .

Now you need to scroll down the wall to the very first one or to the last entry you want to delete.

Scrolling through a page with a very large number of posts will take a lot of time, but you won’t have to delete each post individually manually.

Cunning: To speed up scrolling a web page, press the “Space” and “&” buttons simultaneously.

A developer panel will open on the right side of the browser window, in which all scripts and parts will be displayed.

Go to the "Console" tab.

At the bottom of the window you can write your own script and execute it on the page.

Type into the console The script shown in the figure below:

To execute the code, press Enter.

Then confirm the action in the browser pop-up dialog box.

Please note If you haven't scrolled to the very end of the page, there will be unloaded posts left on it. You can scroll through the wall again and delete posts using a script.

Result of deletion will be displayed on all your devices and in any browser.

As long as you have not reloaded the web page, you will be able to restore the entries by pressing the appropriate keys.

Method 3 – removal using Mozilla Firefox browser

Since the functionality of the Mozilla Firefox browser has a slightly different arrangement of elements and the name of the tabs, we will consider separately, how to execute the script in this browser:

  • Open your browser and go to your page on a social network;
  • Click on the wall right-click and select the field from the drop-down menu "Examine Element";
  • The developer panel will open at the bottom of the browser window. In it, select the “Console” tab and copy the contents of the script that was described in the previous method. It is suitable not only for and, but also for, as well as other popular desktop browsers;
  • After pasting the code into the console, a system message will appear that you should not change the functionality of the browser and web resources. To allow the action, type the text "allow insertion" (without quotes) into the console field and press Enter.

  • Now paste the script into the console again, in an already enabled mode and press Enter.

The procedure for deleting all posts from the wall will begin automatically. You can stop it by reloading the page.

This causes the code to immediately stop executing.

If desired, you can return deleted entries using the “Restore” button.

After the window restarts, all entries will disappear from your VKontakte wall.

Deleting posts in a community/group

Using the above deletion scripts, you can completely clear the wall of not only a personal page, but also a group or community.

The only requirement– deletion can only be performed by the creator or administrator of the public page.

Running the code from the editor page will not produce any results.

Method 4 – Working with Extensions

Using special browser extensions – This is another simple way to clean a wall on VKontakte.

When using add-ons, it is important not to download from an unreliable developer.

Otherwise, your data, passwords and other data stored in the browser may be stolen.

Always download programs only from Chrome, Opera, Mozilla.

VkOpt

:

To install the extension, just go to its page in the store and click on "Add to Chrome".

After installation is complete, restart your browser and go to your VKontakte page.

Now you have access to advanced functionality.

To delete all posts from the wall, just click on the field indicating the total number of posts on the wall.

In the Actions tab, select "Clear the wall".

This way you can clear the wall of your personal page or community or group.

VK Helper

Install the application from the store and open it in your browser.

In the window that appears, check the box next to the item "Quick wall removal".

After that all entries will be automatically erased from your page.

All the add-ons described above are also available in Opera, Mozilla, MS Edge, Yandex Browser.

If you find an error, please select a piece of text and press Ctrl+Enter.