Skip to content

Commit d4055b2

Browse files
committed
Link JSON Split Manual
1 parent f6352af commit d4055b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mathilda_import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function mathilda_import_tool() {
136136
echo 'Please follow the instructions below.</p>';
137137
echo '<p><strong>Required Steps</strong></p>';
138138
echo '<p>1. Download your tweet archive from Twitter (Profile/Settings).<br/>';
139-
echo '2. Split the file data/tweets.js into smaller files (<'.$filesize_max_string.' KB) with a local app.<br/>';
139+
echo '2. <a href="https://www.unmus.de/wp-content/uploads/Mathilda-JSON-File-Split-EN.pdf" target="_blank">Split the file</a> data/tweets.js into smaller files (<'.$filesize_max_string.' KB) with a local app.<br/>';
140140
echo '3. Upload all files to the folder wp-content/uploads/mathilda-import.</br>';
141141
echo '4. Run this import script again.</p>';
142142
echo '<p>&nbsp;<br/><a class="button" href="'.admin_url().'tools.php?page=mathilda-tools-menu">Close</a></p>';

mathilda_tools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ function mathilda_handbook() {
458458

459459
echo '<h2>How to import your complete twitter history?</h2>
460460
1. Download your tweet archive from Twitter (Profile/Settings/Your Data).<br/>
461-
2. Split the file data/tweets.js into smaller files (<'.$filesize_max_string.' KB) with a local app.<br/>
461+
2. <a href="https://www.unmus.de/wp-content/uploads/Mathilda-JSON-File-Split-EN.pdf" target="_blank">Split the file</a> data/tweets.js into smaller files (<'.$filesize_max_string.' KB) with a local app.<br/>
462462
3. Upload all files to the folder wp-content/uploads/mathilda-import.</br>
463463
4. Run the import.</p>';
464464

0 commit comments

Comments
 (0)