>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-Force Images Download |
Version | 1.2 |
Author | Nazakat ALi |
Rating | 100 |
Last updated | 2015-02-05 05:42:00 |
Downloads |
229
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP-Force Images Download plugin added 1 kB of resources to the Home page and 1 kB of resources to the sample Post page.
WP-Force Images Download plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-Force Images Download plugin ads no tables to your Wordpress blog database.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.
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
You can use this plugin in two ways i.e. by using template tag or by using shortcode.
You have to put the template tag in your single.php file of your theme, where you want to appear the download button.
<?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
<?php wp_fid("Image Download");?>
grey
.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.You can use attributes in the way you want.