如何从iPhone和Android批量删除Facebook帖子

2024-02-17 07:59

本文主要是介绍如何从iPhone和Android批量删除Facebook帖子,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

User bulk deleting facebook posts from iPhone app
Khamosh Pathak
Khamosh Pathak

Up until now, you had to use a Chrome extension on a computer to bulk delete Facebook posts. Now, you can delete old Facebook posts in bulk right from your iPhone or Android smartphone using a new Activity Log feature.

到目前为止,您必须在计算机上使用Chrome扩展程序才能批量删除Facebook帖子 。 现在,您可以使用新的“活动日志”功能直接从iPhone或Android智能手机中批量删除旧的Facebook帖子。

After opening the Facebook app, tap the hamburger menu button.

打开Facebook应用后,点击汉堡菜单按钮。

Tap the Facebook hamburger icon.

Here, choose your profile from the top.

在这里,从顶部选择您的个人资料。

Select your profile from the menu in Facebook

Tap the three-dot menu button.

点击三点菜单按钮。

Tap the Menu button from your profile

Select the “Activity Log” option.

选择“活动日志”选项。

Choose Activity Log from menu

You’ll now see a list of all actions done on the social network. This will likely be quite a long list. Now, tap the “Manage Activity” icon from the top toolbar.

现在,您将看到在社交网络上完成的所有操作的列表。 这将是很长的清单。 现在,点击顶部工具栏中的“管理活动”图标。

Tap Manage Activity

From the pop-up, select the “Your Posts” option.

从弹出窗口中,选择“您的帖子”选项。

Choose Your Posts

You’ll now see a reverse-chronological list of all your posts.

现在,您会看到所有帖子的倒序列表。

From the “Your Posts” page, start checking the posts that you want to delete.

在“您的帖子”页面上,开始检查您要删除的帖子。

Check the posts you want to delete

If you just want to remove the posts from your timeline, but you don’t want to delete them completely, you can choose the “Archive” option. If you want to permanently delete the posts, tap the “Recycle Bin” button.

如果您只想从时间轴中删除帖子,而又不想完全删除它们,则可以选择“存档”选项。 如果要永久删除帖子,请点击“回收站”按钮。

Tap on Archive or Recycle Bin

Facebook will move the items to the Recycle Bin for 30 days, after which they will be deleted permanently. Tap the “Move To Recycle Bin” button to confirm.

Facebook将把这些物品移到回收站中30天,之后它们将被永久删除。 点击“移至回收站”按钮进行确认。

Tap on Move to Recycle Bin

You can access both the Archive and the Recycle Bin options from the top of the Activity Log menu (swipe horizontally to reveal them).

您可以从“活动日志”菜单的顶部访问“存档”和“回收站”选项(水平滑动以显示它们)。

Choose Archive or Recycle Bin from Activity Log menu

You can go into the Archive option, select the posts, and tap the “Restore” button to add the posts back to your profile.

您可以进入“存档”选项,选择帖子,然后点击“还原”按钮以将帖子添加回您的个人资料。

Tap on Restore from Archive menu

From the Recycle Bin option, tap the “Restore” button to return the posts back to their original place.

从“回收站”选项中,点击“还原”按钮,将帖子返回到其原始位置。

Tap on Restore from Recycle Bin menu


If you don’t want to deal with going through and removing all of your old posts, you can delete your Facebook account altogether.

如果您不想处理所有的旧帖子,则可以完全删除您的Facebook帐户 。

翻译自: https://www.howtogeek.com/677028/how-to-delete-facebook-posts-in-bulk-from-iphone-and-android/

这篇关于如何从iPhone和Android批量删除Facebook帖子的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/717161

相关文章

电脑桌面文件删除了怎么找回来?别急,快速恢复攻略在此

在日常使用电脑的过程中,我们经常会遇到这样的情况:一不小心,桌面上的某个重要文件被删除了。这时,大多数人可能会感到惊慌失措,不知所措。 其实,不必过于担心,因为有很多方法可以帮助我们找回被删除的桌面文件。下面,就让我们一起来了解一下这些恢复桌面文件的方法吧。 一、使用撤销操作 如果我们刚刚删除了桌面上的文件,并且还没有进行其他操作,那么可以尝试使用撤销操作来恢复文件。在键盘上同时按下“C

Android实现任意版本设置默认的锁屏壁纸和桌面壁纸(两张壁纸可不一致)

客户有些需求需要设置默认壁纸和锁屏壁纸  在默认情况下 这两个壁纸是相同的  如果需要默认的锁屏壁纸和桌面壁纸不一样 需要额外修改 Android13实现 替换默认桌面壁纸: 将图片文件替换frameworks/base/core/res/res/drawable-nodpi/default_wallpaper.*  (注意不能是bmp格式) 替换默认锁屏壁纸: 将图片资源放入vendo

Android平台播放RTSP流的几种方案探究(VLC VS ExoPlayer VS SmartPlayer)

技术背景 好多开发者需要遴选Android平台RTSP直播播放器的时候,不知道如何选的好,本文针对常用的方案,做个大概的说明: 1. 使用VLC for Android VLC Media Player(VLC多媒体播放器),最初命名为VideoLAN客户端,是VideoLAN品牌产品,是VideoLAN计划的多媒体播放器。它支持众多音频与视频解码器及文件格式,并支持DVD影音光盘,VCD影

android-opencv-jni

//------------------start opencv--------------------@Override public void onResume(){ super.onResume(); //通过OpenCV引擎服务加载并初始化OpenCV类库,所谓OpenCV引擎服务即是 //OpenCV_2.4.3.2_Manager_2.4_*.apk程序包,存

从状态管理到性能优化:全面解析 Android Compose

文章目录 引言一、Android Compose基本概念1.1 什么是Android Compose?1.2 Compose的优势1.3 如何在项目中使用Compose 二、Compose中的状态管理2.1 状态管理的重要性2.2 Compose中的状态和数据流2.3 使用State和MutableState处理状态2.4 通过ViewModel进行状态管理 三、Compose中的列表和滚动

Android 10.0 mtk平板camera2横屏预览旋转90度横屏拍照图片旋转90度功能实现

1.前言 在10.0的系统rom定制化开发中,在进行一些平板等默认横屏的设备开发的过程中,需要在进入camera2的 时候,默认预览图像也是需要横屏显示的,在上一篇已经实现了横屏预览功能,然后发现横屏预览后,拍照保存的图片 依然是竖屏的,所以说同样需要将图片也保存为横屏图标了,所以就需要看下mtk的camera2的相关横屏保存图片功能, 如何实现实现横屏保存图片功能 如图所示: 2.mtk

android应用中res目录说明

Android应用的res目录是一个特殊的项目,该项目里存放了Android应用所用的全部资源,包括图片、字符串、颜色、尺寸、样式等,类似于web开发中的public目录,js、css、image、style。。。。 Android按照约定,将不同的资源放在不同的文件夹中,这样可以方便的让AAPT(即Android Asset Packaging Tool , 在SDK的build-tools目

Android fill_parent、match_parent、wrap_content三者的作用及区别

这三个属性都是用来适应视图的水平或者垂直大小,以视图的内容或尺寸为基础的布局,比精确的指定视图的范围更加方便。 1、fill_parent 设置一个视图的布局为fill_parent将强制性的使视图扩展至它父元素的大小 2、match_parent 和fill_parent一样,从字面上的意思match_parent更贴切一些,于是从2.2开始,两个属性都可以使用,但2.3版本以后的建议使

Android Environment 获取的路径问题

1. 以获取 /System 路径为例 /*** Return root of the "system" partition holding the core Android OS.* Always present and mounted read-only.*/public static @NonNull File getRootDirectory() {return DIR_ANDR

学习记录:js算法(二十八):删除排序链表中的重复元素、删除排序链表中的重复元素II

文章目录 删除排序链表中的重复元素我的思路解法一:循环解法二:递归 网上思路 删除排序链表中的重复元素 II我的思路网上思路 总结 删除排序链表中的重复元素 给定一个已排序的链表的头 head , 删除所有重复的元素,使每个元素只出现一次 。返回 已排序的链表 。 图一 图二 示例 1:(图一)输入:head = [1,1,2]输出:[1,2]示例 2:(图