{"id":20145384,"url":"https://github.com/reduxframework/tr8n_wordpress_plugin","last_synced_at":"2026-05-13T09:02:29.409Z","repository":{"id":16782347,"uuid":"19540683","full_name":"reduxframework/tr8n_wordpress_plugin","owner":"reduxframework","description":"Tr8n Plugin For Wordpress","archived":false,"fork":false,"pushed_at":"2014-05-07T16:11:40.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-03T00:13:08.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reduxframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-07T15:52:06.000Z","updated_at":"2018-12-04T03:11:04.000Z","dependencies_parsed_at":"2022-08-04T11:00:19.405Z","dependency_job_id":null,"html_url":"https://github.com/reduxframework/tr8n_wordpress_plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reduxframework/tr8n_wordpress_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxframework%2Ftr8n_wordpress_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxframework%2Ftr8n_wordpress_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxframework%2Ftr8n_wordpress_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxframework%2Ftr8n_wordpress_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reduxframework","download_url":"https://codeload.github.com/reduxframework/tr8n_wordpress_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reduxframework%2Ftr8n_wordpress_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32975183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T22:16:18.034Z","updated_at":"2026-05-13T09:02:29.394Z","avatar_url":"https://github.com/reduxframework.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.github.com/tr8n/tr8n/master/doc/screenshots/tr8nlogo.png\"\u003e\n\u003c/p\u003e\n\nTr8n Plugin For Wordpress\n=====================\n\nThis plugin uses Tr8n PHP Client SDK to enable inline translations of WordPress posts and page contents.\n\n[![Latest Stable Version](https://poser.pugx.org/tr8n/tr8n-wordpress-plugin/v/stable.png)](https://packagist.org/packages/tr8n/tr8n-wordpress-plugin)\n[![Dependency Status](https://www.versioneye.com/user/projects/52e4b4a3ec1375b57600000c/badge.png)](https://www.versioneye.com/user/projects/52e4b4a3ec1375b57600000c)\n\n\nInstallation\n==================\n\nTr8n WordPress Plugin can be installed using the composer dependency manager. If you don't already have composer installed on your system, you can get it using the following command:\n\n        $ cd YOUR_APPLICATION_FOLDER\n        $ curl -s http://getcomposer.org/installer | php\n\n\nCreate composer.json in the root folder of your application, and add the following content:\n\n        {\n            \"minimum-stability\": \"dev\",\n            \"require\": {\n                \"composer/installers\": \"v1.0.6\",\n                \"tr8n/tr8n-wordpress-plugin\": \"dev-master\"\n            }\n        }\n\nThis tells composer that your application requires tr8n-wordpress-plugin to be installed.\n\nNow install Tr8n WordPress plugin by executing the following command:\n\n\n        $ php composer.phar install\n\n\nThe installation will put the Tr8n WordPress plugin inside the wp-content/plugins/tr8n-wordpress-plugin folder.\nAt the same time, all other dependencies and libraries will be placed in the vendor folder and the WordPress plugin will refer to them through relative path.\n\n\nIntegration\n==================\n\nNow we can active the plugin by logging into to WordPress with an admin account and navigate to the Plugins section.\n\nYou should now see the Tr8n plugin as one of the options.\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/f/f9/WordPress_Tr8n_Activation.png/800px-WordPress_Tr8n_Activation.png\"\u003e\n\nClick on the \"Activate\" link. You should see now a new section on the left bar called \"Tr8n\".\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/f/f3/WordPress_Tr8n_Settings.png/799px-WordPress_Tr8n_Settings.png\"\u003e\n\nBefore proceeding further, please visit http://tr8nhub.com, register as a new user and create a new application.\n\nOnce you have created a new application, go to the security tab in the application administration section and copy your application key and secret.\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/f/f7/Application_Settings.png/800px-Application_Settings.png\"\u003e\n\n\nNow you can go back to your WordPress and provide your application details in the Tr8n configuration section.\n\n\nAfter you save the changes, you can add a language selector widget to your WordPess UI by visiting the Appearance \u003e Widgets section.\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/0/0e/Wordpress_Language_Selector_Widget.png/419px-Wordpress_Language_Selector_Widget.png\"\u003e\n\nThe Tr8n Language Selector allows users to change languages of WordPress and your posts.\n\nNow you are ready to invite translators and translate your blogs. By enabling inline translations, you can translate entire paragraphs inline:\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/f/f8/WordPressBlog_In_Translation.png/800px-WordPressBlog_In_Translation.png\"\u003e\n\nOnce the inline translations are disabled, your site will contibue to remain translated:\n\n\u003cimg src=\"http://wiki.tr8nhub.com/images/thumb/2/2a/WordPress_Translated_Blog.png/800px-WordPress_Translated_Blog.png\"\u003e\n\n\nWhere can I get more information?\n==================\n\n* Register on Tr8nHub.com: https://tr8nhub.com\n\n* Read Tr8nHub's documentation: http://wiki.tr8nhub.com\n\n* Visit Tr8nHub's blog: http://blog.tr8nhub.com\n\n* Follow Tr8nHub on Twitter: https://twitter.com/Tr8nHub\n\n* Connect with Tr8nHub on Facebook: https://www.facebook.com/pages/tr8nhubcom/138407706218622\n\n* If you have any questions or suggestions, contact us: feedback@tr8nhub.com\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freduxframework%2Ftr8n_wordpress_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freduxframework%2Ftr8n_wordpress_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freduxframework%2Ftr8n_wordpress_plugin/lists"}