=== Mathilda === Contributors: unmus Tags: twitter, tweets, social, content, reclaim, network Requires at least: 4.5 Tested up to: 4.5.2 Stable tag: 0.3 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: http://www.unmus.de/ Mathilda brings back control of your tweets. == Description == Mathilda is trying to give you back control of your tweets. The plugin takes your tweets from twitter and saves them into the WordPress database. The tweets can be displayed on the blog chronologically (but do not have to). Indeed, Twitter is also blogging, micro-blogging so to speak. = Functions = * Copy your tweets back * Copy your tweeted images back * Display your tweets on the blog * Import your complete tweet history * Export your tweets as CSV file * Plugin Healthy Check * Languague: English, German (only FrontEnd) = Live Demo = [Here!](https://www.unmus.de/tweets/) = Related Links = [Plugin Page (German)](https://www.unmus.de/wordpress-plugin-mathilda/) == Installation == 1. Upload plugin folder to the /wp-content/plugins/ directory 2. Activate the plugin through the Plugins menu in WordPress 3. Follow the configuration manual [See other Notes](https://de.wordpress.org/plugins/mathilda/other_notes/) Of course the installation through wordpress plugin menu is more convienient as the procedure above. == Frequently Asked Questions == = Which Tweets are displayed in the blog? = Mathilda focuses on the core functionality of Twitter meaning only Text-Tweets, Images, Hashtags, Mentions and Links are displayed. Image Series, Surveys, Quotes, Videos and GEO-Locations are not supported. = Why does Mathilda not support Retweets? = Retweets are not your data. That is why we do not show them. = Will the tweets be loaded automaticly? = Yes. But the first load must be done manually with the cron (Tools/Tweets). Otherwise the autoload will not activated. = How often will the tweets be loaded? = Currently your tweets will be fetched from Twitter every 15 minutes. = What is the difference between Cron and Import? = The cron takes your tweets online through the Twitter API and saves them into the WordPress Database regularly. The Import takes your tweets from the files of your Twitter Archieve and saves them into the WordPress Database. For this, you must download your archieve from Twitter before. = What do I have to do first, run the cron or import my tweets? = All the same. It works both. Mathilda is flexible. But the autoload will only be activated with an initial cron. = How can I import my tweet history? = Twitter API provides access to your 3200 latest tweets. If you have not written more, the import is not required. To import your tweets, you must download your tweet archive from Twitter (Profile/Settings/Your Twitter Data). Your archive contains the folder "data/js/tweets". Upload the containing files to "www.yourblog.com/wp-content/uploads/mathilda-import/". Now you can run the import (Tools/Tweets). == Screenshots == 1. Mathilda Settings 2. Mathilda Tools 3. Tweets @ User Interface == Changelog == = 0.3 = * June 2016 * Feature: Replies are supported * Feature: Update process for upcoming plugin updates * Feature: Localization German @ FrontEnd * Feature: Mathilda Handbook is integrated * Enhancement: Support of TimeZones and WordPress Local Date * Enhancement: Advise before inital load and import * Enhancement: Preventing Timeouts during Import/Cron Runtime * Enhancement: Autoflush Rewrite Rules if Slug was changed * Enhancement: Result Page for Plugin Healthy Check * Enhancement: Healthy Check outputs PHP Max Execution Time * Enhancement: Better Mathilda Development UI * Enhancement: More Developer Settings * Bugfix: File Counting during Import * Bugfix: HTML Correction Import/Cron Output * Bugfix: Finish Message added for Cron * Bugfix: Healthy Check verifys Import Folder * Bugfix: Mention links to Twitter Profile = 0.2 = * Late May 2016 * Replacement of WebCron with WP-Cron * Import Script is changed from external script to WordPress Function * First Version published at WordPress Plugin Directory = 0.1 = * May 2016 * Initial Release == Upgrade Notice == = 0.3 = This version supports replies, makes import and cron more stable and includes many bugfixes. = 0.2 = This version does not require a webcron anymore. == Configuration == 1. Register your Mathilda-Instance as Twitter-Application for API Access [apps.twitter.com](https://apps.twitter.com) 2. Activate the plugin in WordPress 3. Maintain OAUTH Access Token, OAUTH Access Token Secret, Consumer Key, Consumer Secret and your Twitter Account in the settings 4. Run the initial Mathilda Cron (Tools/Tweets) - this will take several minutes 5. Create a WordPress page (the page name must match the mathilda slug) = How to setup Mathilda? = [Screencast Video](https://www.unmus.de/wordpress-plugin-mathilda/) (German) = CSS classes = You know the game! Mathilda can not assure that it looks fine on your theme. That is why all mathilda UI elements can be addressed with individual CSS selectors. Please use your debugger to find the right classes. = Data & Files = Mathilda creates 4 folders within wp-content/uploads. * mathilda-twitterapi = Archive of the Twitter API data * mathilda-images = Tweet Image Folder * mathilda-export = Export Directory * mathilda-import = Import Directory