Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ExpressionEngine Twitter

ExpressionEngine Twitter is nearly an identical port of EllisLabs Twitter Timeline plugin, via Bryant Hughes's [TGL_Twitter](https://github.com/bryantAXS/TGL_Twitter). However ExpressionEngine Twitter has a CP Backend, allowing a user to authenticate with Twitter using oAuth.
This module is a EE 3 version of the ClickRain EE Twitter module which is nearly an identical port of EllisLabs Twitter Timeline plugin, via Bryant Hughes's [TGL_Twitter](https://github.com/bryantAXS/TGL_Twitter). However ExpressionEngine Twitter has a CP Backend, allowing a user to authenticate with Twitter using oAuth.

ExpressionEngine Twitter uses the Twitter 1.1 API, and provides tags that make it possible to conform to Twitter's [Display Requirements](https://dev.twitter.com/terms/display-requirements).

Expand All @@ -10,7 +10,7 @@ While we have incentive to keep this project working because we use it frequentl

## Requirements

* EE 2.0
* EE 3.0
* Twitter Account
* PHP 5 >= 5.3

Expand Down
4 changes: 0 additions & 4 deletions system/expressionengine/third_party/twitter/css/twitter.css

This file was deleted.

194 changes: 0 additions & 194 deletions system/expressionengine/third_party/twitter/mcp.twitter.php

This file was deleted.

20 changes: 0 additions & 20 deletions system/expressionengine/third_party/twitter/views/authenticate.php

This file was deleted.

72 changes: 0 additions & 72 deletions system/expressionengine/third_party/twitter/views/index.php

This file was deleted.

12 changes: 12 additions & 0 deletions system/user/addons/twitter/addon.setup.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

return array(
'author' => 'Expertees',
'author_url' => 'http://expertees.nl',
'name' => 'Twitter',
'description' => 'Twitter plugin',
'version' => '1.8.0',
'namespace' => 'Twitter',
'settings_exist' => TRUE,
'docs_url' => 'https://github.com/TKuypers/EE_Twitter',
);
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
'twitter_settings_generate' => 'Generate new Request Token',
'twitter_settings_erase' => 'Erase Authentication Settings',

'settings' => 'Settings',
'btn_save_form' => 'Save settings',
'btn_saving' => 'Saving',

'' => ''
);
Loading