主页/WordPress笔记/博客文章/综合文章/初学者指南:如何在WordPress中添加Twitter卡片

初学者指南:如何在WordPress中添加Twitter卡片

Bug编译狮

Bug编译狮

在WordPress中添加Twitter卡片可以帮助您增加网站的互动性和吸引力。下面我将指导您完成这个过程。

步骤 1: 登录您的WordPress后台

首先,请确保您已登录到您的WordPress管理后台。

步骤 2: 导航至“页面”或“文章”

在左侧菜单栏中找到并点击“页面”或“文章”。这将打开一个新窗口,显示所有可用的页面和文章。

步骤 3: 创建新的页面或文章

如果您想创建一个新的页面或文章来展示Twitter卡片,可以在顶部搜索框中输入标题(例如,“我的Twitter卡片”),然后选择相应的类别。如果找不到合适的分类,可以尝试添加一个自定义分类。

步骤 4: 添加Twitter卡片

一旦您创建了一个页面或文章,就可以开始编辑了。在页面或文章编辑器中,您可以使用HTML、CSS或WYSIWYG编辑器来插入Twitter卡片。这里我们以WYSIWYG编辑器为例:

  • 复制Twitter卡片:您可以通过社交媒体平台复制Twitter卡片的内容。
  • 粘贴卡片:在页面或文章编辑器中,找到文本区域,右键点击并选择“复制”,然后返回到页面或文章编辑器,右键点击空白区域,选择“粘贴”。

示例代码:

假设您已经成功复制并粘贴了一张Twitter卡片的HTML代码,如下所示:

<div class="twitter-card">
    <blockquote cite="https://www.example.com" class="twitter-tweet">
        <p lang="en" dir="ltr">Tweet text goes here</p>
        <script async src="https://platform.twitter.com/widgets.js"></script>
    </blockquote>
    <footer>
        <div class="twitter-author"><a href="https://twitter.com/username">@username</a></div>
        <meta name="description" content="Description of the tweet.">
    </footer>
</div>

步骤 5: 样式化卡片

为了使卡片看起来更美观,您可以为它应用一些样式。例如,设置背景颜色、字体大小等。在WYSIWYG编辑器中,您可以调整这些属性。

步骤 6: 审查并发布

完成后,保存您的更改。现在,您的Twitter卡片应该出现在页面或文章中了。

注意事项:

  • 确保链接指向正确的URL,否则用户可能会遇到错误提示。
  • 考虑SEO因素,优化卡片上的文本和描述。
  • 如果您希望卡片自动加载更多信息,可以考虑使用JavaScript插件。

通过以上步骤,您就能够在WordPress中成功添加并展示Twitter卡片。这不仅提升了网站的视觉体验,还增加了用户的参与度。

黑板前的Bug语法讲师

黑板前的Bug语法讲师

如何在WordPress中添加Twitter卡片

目标受众:

  • 对WordPress有一定基础的用户
  • 想要在博客或网站上展示Twitter卡片的用户

课程目标:

  1. 理解Twitter卡片的概念和用途。
  2. 学习如何使用WordPress插件或自定义功能来实现Twitter卡片。
  3. 掌握基本的HTML、CSS和JavaScript知识。

教学大纲:

第一部分:了解Twitter卡片

  1. 概念介绍 – 讨论Twitter卡片是如何工作以及它们如何增强社交媒体营销策略。
  2. HTML标签简介 – 介绍HTML5中的<section>元素及其用法。

第二部分:安装WordPress插件

  1. 寻找合适的插件 – 寻找能够提供Twitter卡片功能的插件。
  2. 安装与激活 – 在WordPress后台找到相应的插件并按照说明安装。

第三部分:配置插件

  1. 设置Twitter卡片属性 – 根据需求调整插件提供的预设选项。
  2. 自定义CSS样式 – 配置插件以适应特定的设计风格。

第四部分:测试与优化

  1. 查看效果 – 使用浏览器开发者工具检查卡片的外观是否符合预期。
  2. 性能优化 – 考虑如何提高卡片加载速度。

示例代码(仅作参考):

第1步:安装插件

<!-- 添加Twitter卡片插件 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/twemoji@19.0.0/dist/css/all.css">
<script src="https://cdn.jsdelivr.net/npm/tweetdeck.js"></script>

第2步:安装WordPress插件

// 在functions.php文件中添加以下代码
function add_twitter_card_to_posts() {
    add_action('init', 'add_twitter_card_to_posts');
    function add_twitter_card_to_posts() {
        register_post_type(
            'my-custom-post-type',
            [
                'labels' => [
                    'name' => 'My Custom Post Type',
                    'singular_name' => 'Custom Post'
                ],
                'public' => true,
                'has_archive' => false,
                'rewrite' => [ 'slug' => 'custom-posts', 'with_front' => false ]
            ]
        );
    }
}
add_action( 'init', 'add_twitter_card_to_posts' );

第3步:配置插件


document.addEventListener("DOMContentLoaded", () => {
    TweetDeck.init({
        container: document.querySelector('#tweet-deck-container'),
        theme: 'dark',
        username: 'your_twitter_username',
        maxTweetsPerPost: 1,
        showUsername: true,
        showAvatar: true,
        showProfileLink: true,
        showDescription: true,
        showBio: true,
        showLocation: true,
        showStatusCount: true,
        showTweetCount: true,
        showQuote: true,
        showRetweetCount: true,
        showFavouriteCount: true,
        showCommentCount: true,
        showQuoteAuthor: true,
        showUserLinks: true,
        showProfileImage: true,
        showHeader: true,
        showFooter: true,
        showTimezone: true,
        showTimeZone: true,
        showLanguage: true,
        showTranslateButton: true,
        showShareButtons: true,
        showReblogging: true,
        showMentions: true,
        showReplying: true,
        showForwarding: true,
        showPinnedContent: true,
        showThreadedComments: true,
        showTimeline: true,
        showNotifications: true,
        showConversationList: true,
        showConversationDetails: true,
        showConversationParticipants: true,
        showConversationParticipantsList: true,
        showConversationParticipantsListTitle: true,
        showConversationParticipantsListItems: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsListItemsTitle: true,
        showConversationParticipantsList