Wordpress plugins
WP-Force Images Download

WP-Force Images Download

Version : 1.5
Tested up to : 4.2.16
Number of download : 3047
Author : Nazakat ALi
Average rating : 5 / 5 on 5 votes 5 votes, 5 avg.rating

Screenshots

WP-Force Images Download
WP-Force Images Download
WP-Force Images Download
WP-Force Images Download

New Features: Now you can rename images when downloaded.There two ways to rename. 1. Using Shortcode [wpfid new_name="new-name-of-file"] You can use variables also like this [wpfid new_name="%post_id%"] [wpfid new_name="%filename%_%rand%"] , etc. Note : You have to specify name only without file extension. If you have still any confusion__post your question, Thanks. 2. Bulk Rename Images Goto settings >> Wp-Force Images Download page and set your desired combination to rename images. e.g.%filename%-%rand% Default value:none Note: These variables will be replaced with their corresponding values.You can use any combination.e.g. %site_name%_%filename%-%post_id%. This option will not rename original files. If you set new name in shortcode for individual images, the name in shortcode will be preferred. %site_name%: Replaced with the site title. Goto Settings >> General >> [Site Title] to change this value. %post_title%: Replaced with the current post title %timestamp%: Replaced with the current time in unix timestamp format %post_id%: Replaced with the current post id %rand%: Replaced with the 5-digit random number between 0 to 100000 e.g. 82469 %md5%: Replaced with the md5 hash of orginal filename %filename%: Replaced with the orginal filename Now you can set your own custom download link in shortcode. e.g. [wpfid link=”http://link-to/your/image.jpg”] This is a simple plugin that allows you to force the download of images or pictures such as jpeg,png etc. This plugin is very useful to those who want to download post attachment or featured image. Just put the template tag in single.php and this plugin automatically generates the download link for every post. Note: The post must have featured image because this plugin generates download link of attached featured image of every post , if the post(s) have not featured image the download button would not appear. While using shortcode you can set your own link How To Use: You can use this plugin in two ways i.e. by using template tag or by using shortcode. 1-By Using Template Tag You have to put the template tag in your single.php file of your theme, where you want to appear the download button. There are three ways to use template tag <?php wp_fid();?> This is simple form with default settings. <?php wp_fid("Some Text");?> This will allow you to set custom text to appear on download button. Default is Download <?php wp_fid("Some Text","green");?> This will allow you to set custom text along with custom color (e.g. pink,green,yellow,purple,#ffcc66,#cccccc,#f80, rgb(255,56,35) etc). Default color is grey Second function allows you to set custom text for download button.e.g. For more details you can ask question in support section. The default title text is Download and default color is grey. Note:If Featured Image is not set for post the download button would not appear on page. 2-By Using Shortcode You have to put shortcode in the post content, while writing post. There are four ways to use SHORTCODE.. [wpfid] This is simple form with default settings. [wpfid title="some text"] This will allow you to set custom text to appear on download button. Default is “Download” [wpfid title="some text" color="green"] This will allow you to set custom text along with custom color. Default color is “grey” [wpfid title="some text" color="green" link="http://link-to/your/image.jpg"] This will allow you to set custom text, custom color, and custom download link. Note: You can use attributes in the way you want.

Download now