> EDD Third Party and Blog Link wordpress plugin resources analysis

EDD Third Party and Blog Link wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name EDD Third Party and Blog Link
Version 1.0.1
Author Thomas S. Butler
Rating 100
Last updated 2014-09-04 11:26:00
Downloads
153
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
EDD Third Party and Blog Link plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

EDD Third Party and Blog Link plugin added 1 bytes of resources to the Home page and 14 bytes of resources to the sample Post page.

EDD Third Party and Blog Link plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! EDD Third Party and Blog Link plugin ads no tables to your Wordpress blog database.

This plugin requires Easy Digital Downloads. It allows you to add post meta data in Easy Digital Downloads to indicate a third party product as well as a link for more information. Also, it adds a checkbox to indicate if the download is available in the WordPress plugin repository.

Please Note: The plugin doesn't really do anything on it's own. It is for advanced users and does nothing on the front-end without writing your own custom code.

Here is what it does do:

  1. Adds a checkbox to the download configuration for you to indicate that a product is from a third party.
  2. Adds another checkbox to indicate that a product is available on the WordPress plugin repository.
  3. Adds a URL field for you to add an external link to a blog or website for product details or more information.
  4. Stores this data in the download product's post_meta data for you to access and use in your custom code.

Example of how to call the data in your code:

if(get_post_meta( $post_id, 'edd_third_party', true )) {

    echo 'This item is from a third party.' ;

}

if(get_post_meta( $post_id, 'edd_wp_plugin', true )) {

    echo 'This item can be downloaded from WordPress.' ;

}

if(get_post_meta( $post_id, 'edd_bloglink_url', true )) {

    $bloglink = get_post_meta( $post_id, 'edd_bloglink_url', true );
    echo `<a href="' .$bloglink. '" target="_blank">Click for Details </a>`;

}

For more examples and information visit the plugin's blog page: http://butlerconsulting.com/work/plugins/edd-thirdparty-bloglink/.

Translated Languages Available

I was having some fun after upgrading to the pro version of Poedit so I attempted to add Spanish, German, French and Russian translations. I used Google translate and I'm curious to see how it turned out. Please let me know! If you'd like to contribute a translation or report on a poor translation attempt, please let me know on the support forums.

  • Otherwise, the plugin supports American English by Default... Also supports Canadian, British, Scottish, Irish, Australian and a few others (that's a joke)

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
Appointway screenshot

Appointway

by: InkThemes.com

10864
40%
my engine screenshot

my engine

by: mythemes

27039
100%