[wordpress插件] continuous rss scrolling连续的rss滚动

wordpress 插件 文章 2020-04-01 17:50 446 0 全屏看文

AI助手支持GPT4.0

评分
80
描述

This plugin will scroll the RSS title continuously in the wordpress website, we can use this plugin as a widget.

此插件将在wordpress网站上连续滚动RSS标题,我们可以将该插件用作小部件。

Check official website for live demo http://www

在官方网站上查看实时演示 http:// www

.gopiplus.com/work/2010/09/05/continuous-rss-scrolling/

.gopiplus.com / work / 2010/09/05 / continuous-rss-scrolling /

    Continuous rss scrolling plugin create the vertical scroll in the widget using given rss feed.

    连续rss滚动插件使用给定的rss feed在小部件中创建垂直滚动。

    This will scroll only the rss title in the widget.

    这将仅滚动窗口小部件中的rss标题。

    The title will scroll one by one in the widget area.

    标题将在小部件区域中一一滚动。

    Using this plugin we can show any rss feed in our website.

    使用此插件,我们可以在我们的网站上显示任何rss feed。

    No coding knowledge required to configure this plugin.

    无需编码知识即可配置此插件。

    Activate the plugin and drag and drop the widget to sidebar and check the front end.

    激活插件,然后将小部件拖放到侧边栏并检查前端。

    You can able to see the scroll with default rss feed.

    您可以使用默认的rss feed查看滚动条。

      1. Easy installation.

      2. 易于安装。

      3. Widgets, so you can add pretty much anything.

      4. 小部件,因此您可以添加几乎所有内容。

      5. Easy scroller setting.
      6. 轻松的滚动条设置。

      7. Option added to control scrolling speed and delay.
      8. 添加了用于控制滚动速度和延迟的选项。

      We can use this plug-in in different way.

      我们可以以其他方式使用此插件。

        1. Go to widget menu and drag and drop the “continuous rss scrolling” widget to your sidebar location.

          转到小部件菜单,然后将“连续rss滚动”小部件拖放到侧边栏位置。

        2. Copy and past the below mentioned code to your desired template location (ie in your PHP file).

          将下面提到的代码复制并粘贴到所需的模板位置(即,在您的PHP文件中)。

          <?php crs();

          ?>

          ?>

安装步骤

Installation Instruction & Configuration

安装说明和配置

Methode 1

方法1

* Unpack the *.zip file and extract the /continuous-rss-scrolling/ folder.

*解压缩* .zip文件并解压缩/ continuous-rss-scrolling /文件夹。

* Drop the ‘continuous-rss-scrolling’ folder into your ‘wp-content/plugins’ folder.

*将“ continuous-rss-scrolling”文件夹拖放到“ wp-content / plugins”文件夹中。

* In word press administration panels, click on plug-in from the menu.

*在Word Press管理面板中,从菜单中单击插件。

* You should see your new ‘continuous rss scrolling’ plug-in listed under Inactive plug-in tab.

*您应该会在“不活动的插件”标签下看到新的“连续rss滚动”插件。

* To turn the word presses plug-in on, click activate.

*要打开单词按插件,请单击激活。

Methode 2

方法2

* Go to ‘add new’ menu under ‘plugins’ tab in your wordpress admin.

*在您的wordpress管理员中转到“插件”标签下的“添加新”菜单。

* Search ‘continuous rss scrolling’ plugin using search option.

*使用搜索选项搜索“连续rss滚动”插件。

* Find the plugin & Click ‘Install Now’ link.

*找到插件,然后点击“立即安装”链接。

* Finally click activate plugin link to activate the plugin.

*最后单击激活插件链接以激活插件。

Configuration

配置

    • Option – 1 : Go to widget link under Appearance tab, Drag & drop ‘continuous rss scrolling’ into your side bar.

      选项– 1:转到外观标签下的小部件链接,将“连续rss滚动”拖放到侧边栏中。

    • Option – 2 : Copy and past the below mentioned code in desired template location ie your PHP file.

      选项– 2:将下面提到的代码复制并粘贴到所需的模板位置,即您的PHP文件。

    <?php if(function_exists(crs))crs();

    ?>

    ?>

下载地址
https://downloads.wordpress.org/plugin/continuous-rss-scrolling.zip
-EOF-

AI助手支持GPT4.0