To Twitter v1.18.1 Released

To Twitter

To Twitter includes the following functionality;

  • Automatic tweeting of posts and pages to Twitter as they are published.
  • Automatic retweeting of posts and pages a user specified period of time after publication.
  • Scheduled tweeting of posts and pages on a randomly selected basis at a user specified date and time (each day separately configurable).
  • Automatic adding of hashtags to posts and pages (save draft before manually adding any required hashtags).
  • Automatic replacement of word or phrases with hashtags (for example, switch the word ClassicPress for @GetClassicPress).
  • Sending of manual tweets (including tweet threads).
  • Sending of scheduled tweets (including tweet threads) at a user specified date and time.
  • Support for four media images attached to a tweet from posts, pages, manual and scheduled tweets.
  • Integrates with Short URLs) from azurecurve for post and page addresses in tweets.
  • Retain and view tweet history.
  • Links to tweets on Twitter in tweet history.

As scheduled tweets rely on cron for processing, large images can cause timeouts. This can be mitigated by switching off the wp-cron and setting up a cron job on your web host control panel.

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

note Changelog

  • Fix bug to resolve error message on attempted to display of history metabox when there is no history.
  • Fix bug which includes \ before single and double quotes when sending a tweet.
  • Fix bug when viewing scheduled tweets and scheduled tweet history where \ was being included before single or double quotes.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Update Admin Menu v2.0.1 Released

Update Admin Menu

Allows the reorganisation of the ClassicPress admin menu allowing you to move more often used menu entries to the top of the menu.

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

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Remove Revisions v1.2.2 Released

Remove Revisions

While revisions can be disabled or limited in number with settings in the wp-config file, there is no way to allow for the deletion of revisions over a certain ago. That is what this plugin allows you to do.

In the options you can set the number of months after which revisions are to be deleted. They can then be deleted at the click of a button or via a cron job running on a daily schedule.

The options also allow you to select the post types (both standard and custom) which can have revisions removed.

Removal of revisions is done using the ClassicPress function to ensure they are done correctly.

This plugin is multisite compatible, with options set on a per site basis.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Icons v2.1.1 Released

Icons

Easily add an icon to a post or page using the [icon] shortcode.

For example, to display the note icon, shortcode usage is [icon=note]; 1,000 icons from the famfamfam Silk collection are included.

Definition of icons can be found at famfamfam.com; a settings page also shows all available icons.

Custom cons can be added; if a custom icon with the same name as a standard icon exists, the custom icon will be used.

Shortcodes In Comments can be used to allow flags in comments and Shortcodes In Widgets can allow them in widgets.

This plugin is multisite compatible.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Flags v2.1.1 released

Flags

Flags allows a scalable SVG flag to be displayed in a post or page using the [flag] shortcode

The shortcode usage is [flag id="gb" width="20px" border="1px solid black"] where the id is the country code shown below; width and border are optional parameters and can be defaulted from the settings. Shortcode usage of [flag="gb"] where default parameters are to be used is also supported.

Definition of flags can be found at Wikipedia page ISO 3166-1 alpha-2 (although some additional flags have been included).

Custom flags can be added; if a custom flag with the same name as a standard flag exists, the custom flag will be used.

Shortcodes In Comments can be used to allow flags in comments and Shortcodes In Widgets can allow them in widgets.

This plugin is multisite compatible.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Contact Forms v2.0.2 Released

Contact Forms

A simple contact forms plugin with an options page allowing default settings to be configured; these settings can, in most cases, be overridden when adding a contact form to a page. This plugin supports the use of multiple contact forms on a page.

Contact forms can be placed on pages using the simple-contact-form shortcode which supports the following parameters:

  • id is the only mandatory parameter; a unique id for each contact form on the page must be supplied.
  • send-from-email allows the default send from email address to be overridden.
  • send-from-name allows the default send from email name to be overridden.
  • recipients is a comma separated list of email address which allows the default recipients to be overridden.
  • label-name allows the default label for the name field to be overridden.
  • label-email allows the default label for the email field to be overridden.
  • label-subject allows the default label for the subject field to be overridden.
  • label-message allows the default label for the message field to be overridden.
  • subject allows the default subject for the name field to be overridden. If an empty subject is provided, users can free form type a subject. Multiple subjects to allow picking from a drop down list can be supplied, separated with a |.
  • subject-prefix allows a subject prefix to be added to all subjects when the email is sent and override the default.

Example shortcode usage:
[simple-contact-form id="contact-us" recipients="bob@example.com,jane@example.com" subject="Sales|Support|Accounts" subject-prefix="Contact us from example.com:"]

This plugin is multisite compatible, with options set on a per site basis.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Comment Validator v2.0.1 Released

Comment Validator

Checks comment to ensure they are longer than the minimum, shorter than the maximum and also allows comments to be forced into moderation based on length.

This plugin is multisite compatible; each site can be set to use network settings or locally defined ones.

note Changelog

  • * Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

BBCode v2.1.2 Released

Allows users to use standard bbcodes in posts and pages in place of HTML tags.

The following bbcodes can be used:

Bold:
    [b]bold[/b]
Italic:
    [i]italics[/i]
Underline:
    [u]underline[/u]
Center Text:
    [center]centered text[/center]
Strike:
    [strike]strike[/strike]
Quote:
    [quote]quote[/quote]
Color:
    [color=blue]color[/color]
Font size:
    [size=12pt]12pt font size[/size]
    [size=1.2em]1.2em font size[/size]
    [size=12px]12px font size[/size]
Image:
    [img]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
    [img=ClassicPress logo]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
URL:
    [url]https://www.classicpress.net/[/url]
    [url=https://www.classicpress.net/]ClassicPress[/url]
    [link]https://www.classicpress.net/[/link]
    [link=https://www.classicpress.net/]ClassicPress[/link]
Ordered lists:
    [ol]ordered list[/ol]
Unordered lists:
    [ul]unordered list[/ul]
List items:
    [li]list item[/li]
Table:
    [table][/table]
Table Row:
    [tr][/tr]
Table Header:
    [th][/th]
Table data (cell):
    [td][/td]
Code:
    [code]function azc_bbcode_bold($atts, $content = null){ return "".do_shortcode($content).""; }[/code]

Allows users to use standard bbcodes in posts and pages; Shortcodes in Comments can be used to allow bbcodes in comments and Shortcodes in Widgets can allow them in widgets.

This plugin is multisite compatible.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx)..

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Avatars v2.2.2 Released

Avatars

Upload a new avatar and set as the default avatar and allow users to upload their own avatar and override the default.

Admin setting allows only use of local avatars; prevents use of Gravatars; if user doesn’t upload their own avatar, a local default is used instead.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Add Twitter Cards v2.0.1 released

Add Twitter Cards

Add Twitter Cards to attach rich photos to Tweets, helping to drive traffic to your website.

Options allow:

  • Card Types of Summary or Summary With Images.
  • Excerpt or first 200 characters of post added to card.
  • Featured Image or first post image will be added to card (subject to configurable minimum size).
  • Integrate with [Floating Featured Images](https:/development.azurecurve.co.uk/classicpress-plugins/floating-featured-image/) for card image.

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Fix Update Manager View Details link (contributed by xxsimoxx).

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.