We'll create fresh WordPress site with Image Credits nofollow installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin adds credits to the media uploads: Source and source URL. URLs are nofollow (no follow) by default, but you have the option to follow them. With a shortcode and various options to display image credits in the posts.
The three display options of the credits are:
sep
, before
and after
.the_image_credits()
with optional parameters are sep
, before
and after
.There is a setting page in SETTINGS / IMAGE CREDITS that allows to setup the automatic credit display, including the HTML definitions.
This plugin is a fork of the Better Image Credits plugin by Claude Vedovini, which is a fork of the Image Credits plugin
by Adam Capriola. This plugin is 100% compatible with both of them, so if you are already using the Image Credit plugin or the Better Image Credit plugin, just replace them
with this one and it will work about the same way, including the nofollow of the Source URL of the images.
The main difference with the “Image Credits” plugin is that you can choose that the plugin automatically adds the credits before or at the end of a post.
The main difeerence with the “Better Image Credits” plugin is that the Source URL links are NOFOLLOW by default and you can choose to make it DOFOLLOW if you want. We also removed the OVERLAY display option, which included additional Javascript and we think is not usefull because of the compatibility problems with the different themes.
This plugin adds the Source Name, Source URL and the option to follow the Source URL link to the media uploaded in WordPress.
And this image credits can be displayed in three different forms.
Please navigate to SETTINGS / IMAGE CREDITS and choose options or fill in the data. Everything is self-explaining, incluiding help texts.
This first release is avaliable in English and Spanish (image-credits-nofollow-es_ES). In the languages folder we have included the necessary files to translate this plugin.
Other available languages:
If you would like the plugin in your language and you’re good at translating, please drop us a line at Contact us.
You can access the description of the plugin in Spanish at: Image Credits Nofollow en castellano.
For further information please send us an email.
The steps involved in translating a plugin are:
In order to translate a plugin you will need a special software tool like poEdit, which is a cross-platform graphical tool that is available for Windows, Linux, and Mac OS X.
The naming of your PO and MO files is very important and must match the desired locale. The naming convention is: language_COUNTRY.po
and plugins have an additional naming convention whereby the plugin name is added to the filename: pluginname-fr_FR.po
That is, the plugin name name must be the language code followed by an underscore, followed by a code for the country (in uppercase). If the encoding of the file is not UTF-8 then the encoding must be specified.
For example:
A list of language codes can be found here, and country codes can be found here. A full list of encoding names can also be found at IANA.