-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathfeedzy-pro.php
192 lines (185 loc) · 10.1 KB
/
feedzy-pro.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<?php // phpcs:disable ?>
<div class="fz-pro-features-wrap">
<h2 class="h2"><?php esc_html_e( 'Powerful features available only with Feedzy Pro', 'feedzy-rss-feeds' ); ?></h2>
<div class="fz-pro-features-table mb-30">
<div class="fz-pro-features-table-header">
<ul class="fz-pro-features-table-row">
<li class="features-info"> </li>
<li class="free"><?php esc_html_e( 'Free', 'feedzy-rss-feeds' ); ?></li>
<li class="pro"><?php esc_html_e( 'Pro', 'feedzy-rss-feeds' ); ?></li>
</ul>
</div>
<div class="fz-pro-features-table-body">
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3"><?php esc_html_e( 'Import content from RSS feeds', 'feedzy-rss-feeds' ); ?></h3>
<p><?php esc_html_e( 'Create unlimited import routines for your RSS feeds and let them run on autopilot.', 'feedzy-rss-feeds' ); ?></p>
</li>
<li class="pro" data-label="Free">
<span class="dashicons dashicons-saved"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3"><?php esc_html_e( 'Pagebuilder integration', 'feedzy-rss-feeds' ); ?></h3>
<p><?php esc_html_e( 'Filter and display RSS feeds items directly with your favourite page builders.', 'feedzy-rss-feeds' ); ?></p>
</li>
<li class="pro" data-label="Free">
<span class="dashicons dashicons-saved"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3"><?php esc_html_e( 'Advanced Filtering', 'feedzy-rss-feeds' ); ?></h3>
<p>
<?php esc_html_e( 'With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php esc_html_e( 'Multiple feed templates', 'feedzy-rss-feeds' ); ?>
</h3>
<p>
<?php esc_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' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php esc_html_e( 'Referral/Affiliate links', 'feedzy-rss-feeds' ); ?>
</h3>
<p>
<?php esc_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' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php esc_html_e( 'Importing the full-text content', 'feedzy-rss-feeds' ); ?>
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_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' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php esc_html_e( 'Custom Fields', 'feedzy-rss-feeds' ); ?>
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_html_e( 'Create customizable fields and fetch custom values from the feed such as date updated, rating, etc.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php
echo esc_html__( 'AI Support', 'feedzy-rss-feeds' );
?>
<span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php
/* translators: %s: OpenAI (ChatGPT) or OpenRouter */
echo sprintf( 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 (ChatGPT) or OpenRouter', 'feedzy-rss-feeds' ) );
?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php
/* translators: %s: WordAI & SpinnerChief */
echo sprintf( esc_html__( '%s integration', 'feedzy-rss-feeds' ), __( 'WordAI & SpinnerChief', 'feedzy-rss-feeds' ) );
?>
<span class="pro-label"><?php esc_html_e( 'Agency plan', 'feedzy-rss-feeds' );?></span>
</h3>
<p>
<?php
/* translators: %1$s: WordAi, %2$s: SpinnerChief */
echo sprintf( 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', 'feedzy-rss-feeds' ), __( 'SpinnerChief', 'feedzy-rss-feeds' ) );
?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
<ul class="fz-pro-features-table-row">
<li class="features-info">
<h3 class="h3">
<?php esc_html_e( 'Access to Translation and Paraphrasing service', 'feedzy-rss-feeds' ); ?> <span class="pro-label"><?php esc_html_e( 'Agency plan', 'feedzy-rss-feeds' ); ?></span>
</h3>
<p>
<?php esc_html_e( 'Paraphrase or translate content before import using the built-in service, no separate subscription required.', 'feedzy-rss-feeds' ); ?>
</p>
</li>
<li class="free" data-label="Free">
<span class="dashicons dashicons-no-alt"></span>
</li>
<li class="pro" data-label="Pro">
<span class="dashicons dashicons-saved"></span>
</li>
</ul>
</div>
</div>
<div class="cta">
<a href="<?php echo esc_url( tsdk_translate_link( tsdk_utmify(FEEDZY_UPSELL_LINK,'viewall','freevspro') ) ) ; ?>" class="btn btn-block btn-primary btn-lg" target="_blank">
<?php esc_html_e( 'View all Premium features', 'feedzy-rss-feeds' ); ?>
</a>
</div>
</div>