[wordpress插件] Boast Display夸口展示

wordpress 插件 文章 2020-03-08 10:00 426 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

The Boast Display WordPress Plugin allows Boast subscribers to display Boasts they have collected on their WordPress site with ease.

Boast Display WordPress插件允许Boast订阅者轻松显示自己在WordPress网站上收集的Boast。

安装步骤

To upload the Boast Display Plugin .zip file:

要上传Boast Display插件.zip文件,请执行以下操作:

    1. Upload the Boast Display Plugin to the /wp-contents/plugins/ folder.
    2. 将Boast Display插件上传到/ wp-contents / plugins /文件夹。

    3. Activate the plugin from the “Plugins” menu.
    4. 从“插件”菜单中激活插件。

    5. Create a Boast account at https://secure.boast.io/users/sign_up

    6. 通过 https://secure.boast.io/users/sign_up 创建一个Boast帐户

    7. Navigate to “Settings” -> “Boast Display” and enter your JSON feed URL.
    8. 导航至“设置”->“显示默认图片”,然后输入您的JSON feed URL。

    To auto install the Boast Display Plugin from the WordPress admin:

    要通过WordPress管理员自动安装Boast Display插件,请执行以下操作:

      1. Navigate to “Plugins” -> “Add New”
      2. 导航到“插件”->“添加新内容”

      3. Search for “Boast Display” and click “Install Now” for the “Boast Display” listing.
      4. 搜索“ Boast Display”,然后单击“立即安装”以显示“ Boast Display”列表。

      5. Activate the plugin from the “Plugins” menu.
      6. 从“插件”菜单中激活插件。

      7. Create a Boast account at https://secure.boast.io/users/sign_up

      8. 通过 https://secure.boast.io/users/sign_up 创建一个Boast帐户

      9. Navigate to “Settings” -> “Boast Display” and enter your JSON feed URL.
      10. 导航至“设置”->“显示默认图片”,然后输入您的JSON feed URL。

      Example Shortcodes

      示例短代码

      [boast_display]

      [boast_display]

      Options

      选项

      show_count

      show_count

      Type: Integer

      类型:整数

      Default: 3

      默认值: 3

      Specify how many boasts to show

      指定要显示多少个骄傲

      Example:
          

      示例:
          

      [boast_display show_count=4]

      [boast_display show_count = 4]

      slide_timeout

      slide_timeout

      Type: Integer

      类型:整数

      Default: 10

      默认值: 10

      Specify how long (in seconds) the display should stay on one boast\

      指定一次吹牛应该多长时间(以秒为单位)\

      If the value is <= 0, the slide will never switch automatically

      如果值为<= 0,则幻灯片将永远不会自动切换

      Example:
          

      示例:
          

      [boast_display slide_timeout=5]

      [boast_display slide_timeout = 5]

      photos_only

      仅照片

      Type: Boolean

      类型: Boolean

      Default: false

      默认值: false

      Show only Boasts that have photos

      仅显示有照片的夸口

      Example:
          

      示例:
          

      [boast_display photos_only=true]

      [boast_display photos_only = true]

      videos_only

      videos_only

      Type: Boolean

      类型: Boolean

      Default: false

      默认值: false

      Show only Boasts that have videos

      仅显示具有视频的自夸

      Example:
          

      示例:
          

      [boast_display videos_only=true]

      [boast_display videos_only = true]

      photos_and_videos_only

      只包含照片和视频的视频

      Type: Boolean

      类型: Boolean

      Default: false

      默认值: false

      Show only Boasts that have videos or photos

      仅显示包含视频或照片的夸张

      Example:
          

      示例:
          

      [boast_display photos_and_videos_only=true]

      [boast_display photos_and_videos_only = true]

      campaign_key

      campaign_key

      Type: String

      类型: String

      Default: ""

      默认值:“”

      Show only Boasts that match the specified campaign key.

      仅显示与指定广告系列关键字匹配的吹嘘。

      Multiple campaign keys can be entered by separating them with commas.

      可以使用逗号分隔输入多个广告系列密钥。

      Example:
          

      示例:
          

      [boast_display campaign_key="1A2B3C,Another Key"]

      [boast_display campaign_key =“ 1A2B3C,另一个键”]

      tags

      标签

      Type: String

      类型: String

      Default: ""

      默认值:“”

      Show only Boasts that have at least one of the specified tags.

      仅显示具有至少一个指定标签的Boast。

      Multiple tags can be entered by separating them with commas.

      可以使用逗号分隔输入多个标签。

      Example:
          

      示例:
          

      [boast_display tags="tag1,tag-2"]

      [boast_display tags =“ tag1,tag-2”]

      minimum_star_rating

      minimum_star_rating

      Type: Integer

      类型:整数

      Default: 0

      默认值: 0

      Show only Boasts that have a rating greater than or equal to the specified amount

      仅显示评级大于或等于指定数量的夸口

      Example:
          

      示例:
          

      [boast_display minimum_star_rating=3]

      [boast_display minimum_star_rating = 3]

      custom_styles

      custom_styles

      Type: String

      类型: String

      Default: ""

      默认值:“”

      Add inline styles to the wrapper div.

      将内联样式添加到包装div中。

      Works well for background color and border styles.

      非常适合背景颜色和边框样式。

      Example:
          

      示例:
          

      [boast_display custom_styles="background-color:blue;border-color:white;"]

      [boast_display custom_styles =“ background-color:blue; border-color:white;”]

      auto_height

      auto_height

      Type: Boolean

      类型: Boolean

      Default: false

      默认值: false

      Automatically adjust height of the container to the height of the current card.

      自动将容器的高度调整为当前卡的高度。

      Example:
          

      示例:
          

      [boast_display auto_height=true]

      [boast_display auto_height = true]

下载地址
https://downloads.wordpress.org/plugin/boast-display.zip
-EOF-

AI助手支持GPT4.0