WP Manifestindependent plugin directory
manifest / media / faf-getasset

FAF GetAsset archived

Wordpress Plugin media proxy to privatize media urls.

by F.A. Fiebig · github.com/fafiebig/faf-getasset · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/fafiebig/faf-getasset/archive/refs/heads/master.zip

Readme

DEPRECATED - DO NOT USE IT ANY LONGER!

faf-getasset

Wordpress Plugin media proxy to privatize media urls. Adds a private checkbox to media asset posts. You must be logged in to see private checked media assets.

Installation

  • Unzip and upload the plugin to the /wp-content/plugins/ directory
  • Activate the plugin in WordPress
  • Got to plugins page and use the optimization.

Installation with composer

  • Add the repo to your composer.json

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/fafiebig/faf-getasset.git"
    }
],
  • require the package with composer

composer require fafiebig/faf-getasset 1.*

Shortcode Usage

Shortcodes will create a link that forces a download of the file.


// for images
[download_image id="<imageId>" title="<link title>" link="<link name>" class="<css classes>" size="<image size>"]

// for other files
[download_attachment id="<attachmentId>" title="<link title>" link="<link name>" class="<css classes>"]

Read the full README on GitHub →

Releases

TagPublished
1.0.9 Jun 9, 2017
1.0.8 May 10, 2017
1.0.7 Apr 6, 2017
1.0.6 Mar 29, 2017
1.0.5 Mar 29, 2017
1.0.4 Mar 29, 2017
1.0.3 Feb 24, 2017
1.0.2 Feb 24, 2017
1.0.1 Feb 20, 2017
1.0.0 Feb 20, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.