Image Credits nofollow

plugin banner

Adds credits to the media uploads: Source and source URL. URLs are nofollow by default.

Author:Apasionados.es (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:6.4.2
Plugin version:1.4.1
Added to WordPress repository:10-09-2014
Last updated:12-12-2023
Rating, %:70
Rated by:2
Plugin URI:http://apasionados.es
Total downloads:6 796
Active installs:200+
plugin download
Click to start download

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:

  • Shortcode: [image-credit] with optional attributes are sep, before and after.
  • Template Tag: the_image_credits() with optional parameters are sep, before and after.
  • Display the credits automatically before or after the content.

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.

What can I do with this plugin?

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.

How do I configure the plugin?

Please navigate to SETTINGS / IMAGE CREDITS and choose options or fill in the data. Everything is self-explaining, incluiding help texts.

IMAGE CREDITS NOFOLLOW in your Language!

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:

  • Turkish translation by Burak Demir (image-credits-nofollow-tr_TR).

If you would like the plugin in your language and you’re good at translating, please drop us a line at Contact us.

Further Reading

You can access the description of the plugin in Spanish at: Image Credits Nofollow en castellano.

Contact

For further information please send us an email.

Translating WordPress Plugins

The steps involved in translating a plugin are:

  1. Run a tool over the code to produce a POT file (Portable Object Template), simply a list of all localizable text. Our plugins allready havae this POT file in the /languages/ folder.
  2. Use a plain text editor or a special localization tool to generate a translation for each piece of text. This produces a PO file (Portable Object). The only difference between a POT and PO file is that the PO file contains translations.
  3. Compile the PO file to produce a MO file (Machine Object), which can then be used in the theme or plugin.

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:

  • en_US ? US English
  • en_UK ? UK English
  • es_ES ? Spanish from Spain
  • fr_FR ? French from France
  • zh_CN ? Simplified Chinese

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.


Screenshots
FAQ
ChangeLog