• Publicize not working on Easy Digital Downloads Publish Box. I cannot figure out how to turn it on within the downloads area. It is turned on for posts and pages.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @jolenemacinjax

    I have checked your website and product single page also. There is already share functionality enabled.

    Are you talking about the single page share functionality at front end OR Jetpack publicize functionality for EDD product in back end?

    Thread Starter jolenemacinjax

    (@jolenemacinjax)

    When you first hit the publish button a newly created digital download (when you first publish a regular post and even WooCommerce does with their product pages) Publicize sends out the post to your linked Facebook, Twitter, LinkedIn, Google+ plus accounts. That way you don’t have to manually send the new product to each of your social media pages.

    Hi @jolenemacinjax

    I got your point. Can you please add below code to your current theme functions.php file?

    function modify_edd_download_supports( $supports ) {
    	$supports[] = 'publicize';
    	return $supports;
    }
    add_filter( 'edd_download_supports', 'modify_edd_download_supports' );

    Above function will add the JetPack Publicize support for Easy Digital Downloads.

    Please try above code and check.

    • This reply was modified 6 years, 1 month ago by Pratik Jain.
    Pratik Jain

    (@pratik-jain)

    Hi @jolenemacinjax

    Does the above code work for you?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Publicize in the Publish Box’ is closed to new replies.