-
Notifications
You must be signed in to change notification settings - Fork 10
/
readme.txt
249 lines (169 loc) · 6.76 KB
/
readme.txt
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
=== Tilda-publishing ===
Contributors: tildapublishing
Donate link: https://wordpress.org/plugins/tilda-publishing/
Tags: blog, post, publishing, tilda, export
Requires at least: 3.0.1
Tested up to: 6.6.2
Stable tag: 0.3.27
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Export html page from Tilda.cc for import to your WordPress site into post or page.
== Description ==
Tilda Plugin for WordPress
It integrates web pages created on Tilda with your WordPress website.
Do you have a website on WordPress? Then we have good news for you – you can design beautiful pages on Tilda using all the built-in features and then easily integrate them with your website.
Your website is a template that contains permanent elements: header, menu, homepage, blog posts. If you want to create a more efficient page and add elements that are not available in your template, you can create a web page on Tilda, and then upload it to your website.
== Installation ==
* Download plugin from https://wordpress.org/plugins/tilda-publishing/
* Load the folder /wp-content/plugins folder to the plugin (tilda-wordpress-plugin)
* Go to the administration panel site
* Go to control plug-ins (Plugins/Installed)
* Find the plugin Tilda Publishing API and click "Activate"
* Get a public and a private key. To do this in your account tab, click the API and to generate keys. https://tilda.cc/identity/apikeys/
* Go to the plugin settings (Settings / Tilda Publishing)
* Enter the public and private keys generated at Tilda. Click "Save".
Before connecting the plug-in Tilda, create at least one project and one page.
* Click "Add New" (page or post)
* Enter a page title or record (Tilda otherwise not connected)
* If the list of projects and pages are not displayed, click the "Refresh List"
* In the list on the left select the project that contains the page you want to connect.
* In the list select the right page.
* After selecting the page, click "Save". Finish all the data pages are now on your server.
If you change the page to Tilda you need to click on your site from the page click "Sync."
== Frequently Asked Questions ==
Q: How do I automate page updates on WordPress after publishing my Tilda pages?
A: On Tilda, go to the Site Settings → Export → API Integration and set the following Webhook URL: http://example.com/wp-admin/admin-ajax.php?action=tilda_sync_event
Q: Where can I find the official repository for this plugin?
A: Please find the official repository on this [GitHub page](https://github.com/TildaPublishingOfficial/tilda-wordpress-plugin).
Q: Something’s broken / I have a great idea, how can I contact you?
A: Please create an issue on the [GitHub page](https://github.com/TildaPublishingOfficial/tilda-wordpress-plugin) or email [email protected]. Creating a pull request is an even better option.
== Screenshots ==
1. After create page: screenshot-1.jpg
2. Page where plugin on: screenshot-2.jpg
3. Page with list project and pages from tilda.cc http://images.tildacdn.info/4af42b78-3494-4a85-ba10-15c2315af6f6/1.jpg
== Changelog ==
= 0.3.27 =
* Add timestamp to JS/CSS file links to save up-to-date versions
= 0.3.26 =
* Fix nonces for new pages, dynamic JS & issue #33
= 0.3.25 =
* Add some checks to suppress php warnings
= 0.3.24 =
* Add nonces in admin-ajax.php
= 0.3.23 =
* Fix unicode in zero forms
= 0.3.22 =
* Fix cURL encoding
= 0.3.21 =
* Check permissions in admin-ajax.php
= 0.3.20 =
* Fix changing JS paths
= 0.3.19 =
* Fix saving images locally
= 0.3.18 =
* Add backward compatibility
= 0.3.17 =
* Change deprecated .andSelf() to .addBack()
= 0.3.16 =
* Fix for JS included in page body
= 0.3.15 =
* Fix cleaning projects/pages local data after keys removal
= 0.3.14 =
* Refactoring
* Use getprojectinfo instead of deprecated getprojectexport
* Change tilda API server IP
= 0.3.13 =
* Update 0.3.13 - fix markup corruption on empty project_id
= 0.3.12 =
* Update 0.3.12 - Improved network reliability
= 0.3.11 =
* Update 0.3.11 - fix for nontilda pages
= 0.3.10 =
* Update 0.3.10 - update en_US locale
= 0.3.09 =
* Update 0.3.09 - fix unexpected array overwriting
= 0.3.08 =
* Update 0.3.08 - fix incorrect image path and improve en_US translations
= 0.3.07 =
* Update 0.3.07 - add en_US locale
= 0.3.06 =
* Update 0.3.06 - fix missing async loaded js script and images
= 0.3.05 =
* Update 0.3.05 - update webhook features according to API changes
= 0.3.04 =
* Update 0.3.04 - hot fix for 0.3.03
= 0.3.03 =
* Update 0.3.03 - minor fix warning on post meta without project_id
= 0.3.02 =
* Update 0.3.02 - fix ZeroBlock's gallery import
= 0.3.01 =
* Update 0.3.01 - modify storage for synced pages and new connect with Tilda.cc
= 0.2.33 =
* Update 0.2.33 - fix scripts
= 0.2.32 =
* Update 0.2.32 - fix forms in zero
= 0.2.31 =
* Update 0.2.31 - add version to css and js files
= 0.2.30 =
* Update 0.2.30 - fix if no pages in project
= 0.2.29 =
* fix custom types
= 0.2.28 =
* fix download images to local folder
= 0.2.27 =
* added a switch to turn off the styles in the list; added settings for custom types; add checking exist curl library or allow_url_fopen option and add option for save IMG on cdn.
= 0.2.26 =
* fix: resolve conflict with plugin modify meta box
= 0.2.25 =
* fix: bug in WP4.9
= 0.2.22 =
* remove_filter wpautop (crash svg and other html blocks)
= 0.2.21 =
* after sync not change status (draft->publish), thanks Anton Syuvaev; fix conflict with css from other version css and js
= 0.2.20 =
* micro fixing
= 0.2.19 =
* add css class [tilda-publishing] in tag body
= 0.2.18 =
* fix clean html for rss/seo plugin
= 0.2.17 =
* fix jQuery conflict with other js-framework
= 0.2.16 =
* add password protected on pages/posts
= 0.2.15.1 =
* add new secure version
= 0.2.15 =
* bugfix vulnerability
= 0.2.14 =
* bugfix refresh list (bug viewed in WP4.5.2)
= 0.2.13 =
* add check error
* add download image for socnet
= 0.2.12 =
* modify sync (updated Tilda API)
= 0.2.11 =
* add check writable for directory and small bug fixes
= 0.2.10 =
* add support upload without cURL library
= 0.2.9 =
* add english language
= 0.2.8 =
* add option in plugin settings for save text in post for other plugin (rss, ... etc)
= 0.2.7 =
* sync updated css and js from project from manual sync (fix js or css error: unknown tXXX_init ... )
= 0.2.6 =
* sync updated css and js from project from webhook (fix js or css error: unknown tXXX_init ... )
= 0.2.5 =
* for any sync page load data from project (fix js or css error: unknown tXXX_init ... )
= 0.2.4 =
* add scroll if many pages in project of Tilda (fix css bug in list pages)
= 0.2.3 =
* add support PHP version 5.0-5.3 (bugfix: fatal error on activation plugin)
= 0.2.2 =
* bugfix ajax query for non-standard WordPress directory
= 0.2 =
* Rename plugin
* Order in folder with plugin
* remake to ajax query
= 0.1 =
* First version plugin