tinySource
This plugin enables users to easily note the source of republished text. EARLY DEVELOPMENT VERSION. DO NOT USE IN PRODUCTION ENVIRONMENT.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3795 days ago
Is tinySource abandoned?
Possibly abandoned (last update 3795 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin enables users to easily note the source of republished text. It adds a custom post type ‘Sources’ and a metabox to choose from various sources in post editing window.
ATTENTION: This is still an early development version (aka ALPHA), thus use with your own risk. It has the basic functionality, but not many configuration options and some bugs are probably present.
Basic functions:
- Allows to create list of possible sources using Custom Post Types functionality;
- Creates a meta-box in post editor screen to choose from list of available sources;
- Customizable template – you can use your own html and shorttags %title%, %title_attr%, %text%, %img%, %img_h%, %img_w% and %link%;
- You can use template tag
to insert plugin output;
TO DO:
- More customization options
- Automatic insertion after post text
- Localization
Installation
- Unzip
tinysource.zipfile - Upload
tinysourcedirectory to the/wp-content/plugins/ - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php tinysource_show(); ?>in your templates
Frequently Asked Questions
Review feed
Screenshots
Changelog
0.2
- changed custom field from
tinysource_sourceto_tinysource_source - fixed one typo
0.1
- initial ALPHA release