You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><?phpesc_html_e( 'Filter and display RSS feeds items directly with your favourite page builders.', 'feedzy-rss-feeds' ); ?></p>
29
29
</li>
30
30
31
31
<li class="pro" data-label="Free">
@@ -37,11 +37,10 @@
37
37
</ul>
38
38
<ul class="fz-pro-features-table-row">
39
39
<li class="features-info">
40
-
<h3 class="h3">Filter by Keyword(s) or Time Range</h3>
41
-
<p>With this feature you can filter feed items, and Display or Exclude items if the title or content
42
-
contains
43
-
specific keyword(s). Additionally you can select a date range to import items within the
44
-
selected date.</p>
40
+
<h3 class="h3"><?phpesc_html_e( 'Filter by Keyword(s) or Time Range', 'feedzy-rss-feeds' ); ?></h3>
41
+
<p>
42
+
<?phpesc_html_e( 'With this feature you can filter feed items, and Display or Exclude items if the title or content contains specific keyword(s). Additionally you can select a date range to import items within the selected date.', 'feedzy-rss-feeds' ); ?>
43
+
</p>
45
44
</li>
46
45
<li class="free" data-label="Free">
47
46
<span class="dashicons dashicons-no-alt"></span>
@@ -52,10 +51,12 @@
52
51
</ul>
53
52
<ul class="fz-pro-features-table-row">
54
53
<li class="features-info">
55
-
<h3 class="h3">Multiple feed templates</h3>
56
-
<p>Choose the best template for each feed, such as standard grid layout, blog layout, online shop
<?phpesc_html_e( 'Choose the best template for each feed, such as standard grid layout, blog layout, online shop layout, or audio playback (soundcloud) layout.', 'feedzy-rss-feeds' ); ?>
59
+
</p>
59
60
</li>
60
61
<li class="free" data-label="Free">
61
62
<span class="dashicons dashicons-no-alt"></span>
@@ -67,10 +68,12 @@
67
68
68
69
<ul class="fz-pro-features-table-row">
69
70
<li class="features-info">
70
-
<h3 class="h3">Referral/Affiliate links </h3>
71
-
<p>Add referral parameters, and Feedzy will automatically configure affiliate links for each item in
72
-
the feed.
73
-
You can even import prices from product sources to create extra value for your readers.</p>
<?phpesc_html_e( 'Add referral parameters, and Feedzy will automatically configure affiliate links for each item in the feed. You can even import prices from product sources to create extra value for your readers.', 'feedzy-rss-feeds' ); ?>
76
+
</p>
74
77
</li>
75
78
<li class="free" data-label="Free">
76
79
<span class="dashicons dashicons-no-alt"></span>
@@ -82,12 +85,12 @@
82
85
83
86
<ul class="fz-pro-features-table-row">
84
87
<li class="features-info">
85
-
<h3 class="h3">Importing the full-text content <span
<?phpesc_html_e( 'During the import, Feedzy will visit URLs of all items and parse the content directly from the website, importing ALL the content from a item , compared to #item_content tag which only imports the post excerpts.', 'feedzy-rss-feeds' ); ?>
<span class="pro-label"><?phpesc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></span>
128
+
</h3>
129
+
<p>
130
+
<?php
131
+
/* translators: %s: OpenAI API */
132
+
echosprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), 'OpenAI API' );
echosprintf( esc_html__( '%1$s and %2$s can be used to rephrase RSS feeds when they are imported as posts in WordPress.', 'feedzy-rss-feeds' ), 'WordAi', 'SpinnerChief' );
<h3 class="h3">Access to Translation and Paraphrasing service <span
145
-
class="pro-label">Agency plan</span></h3>
146
-
<p>Paraphrase or translate content before import using the built-in service, no separate
147
-
subscription required.</p>
171
+
<h3 class="h3">
172
+
<?phpesc_html_e( 'Access to Translation and Paraphrasing service', 'feedzy-rss-feeds' ); ?> <span class="pro-label"><?phpesc_html_e( 'Agency plan', 'feedzy-rss-feeds' ); ?></span>
173
+
</h3>
174
+
<p>
175
+
<?phpesc_html_e( 'Paraphrase or translate content before import using the built-in service, no separate subscription required.', 'feedzy-rss-feeds' ); ?>
0 commit comments