Skip to content

Commit

Permalink
* Update azurecurve menu.
Browse files Browse the repository at this point in the history
 * Update readme files.
  • Loading branch information
azurecurve committed Dec 9, 2021
1 parent d5283f7 commit dd1c54e
Show file tree
Hide file tree
Showing 8 changed files with 437 additions and 337 deletions.
45 changes: 43 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,43 @@
# azrcrv-from-twitter
From Twitter plugin for ClassicPress
# [From Twitter](https://development.azurecurve.co.uk/classicpress-plugins/from-twitter/)
![Plugin Banner](/assets/pluginimages/banner-1544x500.png)

# Description

Automate the retrieval of tweets from Twitter and create posts on your ClassicPress site

From Twitter includes the following functionality;
* Search Twitter and create tweets as posts or as a Tweet custom post type.
* Specify the title and content in posts for retrieved tweets.
* Choose whether to save tweet data.
* Choose cron frequency (hourly, twice daily or daily).
* Choose how many tweets to return each time the cron runs (max 100 as per Twitter api).
* Choose whether Tweet images should be Downloaded.

Make sure that once all the settings have been configured, you enable the cron job to run on the **Cron Settings** tab.

This plugin is multisite compatible with each site having its own settings.

# Installation Instructions

* Download the latest release of the plugin from [GitHub](https://github.com/azurecurve/azrcrv-from-twitter/releases/latest/).
* Upload the entire zip file using the Plugins upload function in your ClassicPress admin panel.
* Activate the plugin.
* Apply for a [Twitter Developer account](https://developer.twitter.com/en/apply-for-access).
* Create your Twitter application [here](https://developer.twitter.com/en/apps).
* Configure settings (including your Consumer API Keys and Access Token and Secret) via the configuration page in the admin control panel.

# About azurecurve

**azurecurve** was one of the first plugin developers to start developing for Classicpress; all plugins are available from [azurecurve Development](https://development.azurecurve.co.uk/) and are integrated with the [Update Manager plugin](https://directory.classicpress.net/plugins/update-manager) for fully integrated, no hassle, updates.

Some of the other plugins available from **azurecurve** are:
* Add Open Graph Tags - [details](https://development.azurecurve.co.uk/classicpress-plugins/add-open-graph-tags/) / [download](https://github.com/azurecurve/azrcrv-add-open-graph-tags/releases/latest/)
* Add Twitter Cards - [details](https://development.azurecurve.co.uk/classicpress-plugins/add-twitter-cards/) / [download](https://github.com/azurecurve/azrcrv-add-twitter-cards/releases/latest/)
* Contact Forms - [details](https://development.azurecurve.co.uk/classicpress-plugins/contact-forms/) / [download](https://github.com/azurecurve/azrcrv-contact-forms/releases/latest/)
* From Twitter - [details](https://development.azurecurve.co.uk/classicpress-plugins/from-twitter/) / [download](https://github.com/azurecurve/azrcrv-from-twitter/releases/latest/)
* Loop Injection - [details](https://development.azurecurve.co.uk/classicpress-plugins/loop-injection/) / [download](https://github.com/azurecurve/azrcrv-loop-injection/releases/latest/)
* Maintenance Mode - [details](https://development.azurecurve.co.uk/classicpress-plugins/maintenance-mode/) / [download](https://github.com/azurecurve/azrcrv-maintenance-mode/releases/latest/)
* Nearby - [details](https://development.azurecurve.co.uk/classicpress-plugins/nearby/) / [download](https://github.com/azurecurve/azrcrv-nearby/releases/latest/)
* Redirect - [details](https://development.azurecurve.co.uk/classicpress-plugins/redirect/) / [download](https://github.com/azurecurve/azrcrv-redirect/releases/latest/)
* SMTP - [details](https://development.azurecurve.co.uk/classicpress-plugins/smtp/) / [download](https://github.com/azurecurve/azrcrv-smtp/releases/latest/)
* To Twitter - [details](https://development.azurecurve.co.uk/classicpress-plugins/to-twitter/) / [download](https://github.com/azurecurve/azrcrv-to-twitter/releases/latest/)
2 changes: 1 addition & 1 deletion azrcrv-from-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* ------------------------------------------------------------------------------
* Plugin Name: From Twitter
* Description: Automate the rerieval of tweets from Twitter to your ClassicPress site.
* Version: 1.1.0
* Version: 1.1.1
* Author: azurecurve
* Author URI: https://development.azurecurve.co.uk/classicpress-plugins/
* Plugin URI: https://development.azurecurve.co.uk/classicpress-plugins/from-twitter/
Expand Down
2 changes: 1 addition & 1 deletion pluginmenu/css/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>

6 changes: 3 additions & 3 deletions pluginmenu/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ a.azrcrv-plugin-index{
width: 220px;
height: 75px;
line-height: 75px;
text-decoration: none;
text-decoration: none;
font-weight: 700;
border-radius: 5px;
}
a.azrcrv-plugin-index:hover{
text-decoration: underline;
}
text-decoration: underline;
}
2 changes: 1 addition & 1 deletion pluginmenu/images/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>

2 changes: 1 addition & 1 deletion pluginmenu/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// nothing to see here
?>

0 comments on commit dd1c54e

Please sign in to comment.