WP Manifestindependent plugin directory
manifest / social / hm-juicer

HM Juicer

Integrates with Juicer API for social feeds and allows accessible display of social media content.

by Human Made · github.com/humanmade/hm-juicer

4stars
47composer installs
2forks

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/humanmade/hm-juicer/archive/refs/heads/develop.zip

Also on Packagist as humanmade/hm-juicer:

composer require humanmade/hm-juicer

From the readme

HM Juicer Integrates with Juicer API for social feeds and allows accessible display of social media content. Installation With Git Step 1 cd into your desired directory (either wp-content/plugins or wp-content/mu-plugins) and clone the repository locally. With Composer Install the plugin via composer. Vendor packages are installed as WordPress plugins and will need to be activated manually from the Plugins page (or explicitly loaded if installing as a mu-plugin). For both: Configure environment You may want to define environment variables that define your Juicer account and your site name and URLs. All of these are optional, but if any of them are not defined, a Settings page will appear in your admin to define these settings. Step 1 Add the Juicer feed name to the wp-config.php file via the JUICERID constant. This is the ID that is used in your Juicer feed URL, e.g. https://www.juicer.io/feeds/myaccountname. Step 2 Define your site name. This will affect how links appear in the Juicer feed. Step 3 Add the Juicer long and short URLs. This is used to determine links that are coming from your site. Note: While the short URL is intended for URL shorteners like a custom UR

Read the full README on GitHub →