Download the PHP package alimir/wp-ulike without Composer

On this page you can find all versions of the php package alimir/wp-ulike. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-ulike

WP ULike

WP ULike GitHub Repository

If you’re looking for one of the best and fastest ways to add like and dislike functionality to your WordPress website, then the WP ULike plugin is for you! WP ULike is our ultimate solution to cast voting to any type of content you may have on your website. With outstanding and eye-catching widgets, you can have Like and Dislike Button on all of your contents would it be a Post, Comment, Activities, Forum Topics, WooCommerce products, you name it. Now you can feel your users Love :heart: for each part of your work.

It's time for WP ULike.

Features

More Information

Installation

For detailed setup instructions, visit the official Documentation page.

  1. You can clone the GitHub repository: https://github.com/Alimir/wp-ulike.git
  2. Or download it directly as a ZIP file: https://github.com/Alimir/wp-ulike/archive/master.zip

This will download the latest developer copy of WP ULike.

How To Use this plugin?

After installing and activating the plugin, go to the Settings panel and enable the "Auto Display" option for your target section (Currently for: Posts, Comments, BuddyPress activities & bbPress Topics.). Otherwise, you can use the manual way.

In order to insert Like button inside a content use the following shortcode:

Display CTA button

Parameters ( attributes ):

Using shortcode in the PHP template:

How To Change The Counter Format?

Just add a filter on wp_ulike_format_number. e.g. If you want to remove + character, you need to make use of the sample code below:

How To Remove "0" Count If There Are No Likes?

Make use of the wp_ulike_count_box_template filter as shown in the sample code below:

How To Change The Login Alert Template?

Make use of the wp_ulike_login_alert_template filter as shown in the sample code below:

How To Get Post Likes Number?

Make use of the following function in WP Loop:

How To Get Comment Likes Number?

Make use of the following function in your comments loop:

How To Sort Most Liked Posts?

Make use of the following query on a loop:

How Can I Create Custom Template In Users Liked Box?

We have provided some variables in setting panel. You can use them in textarea and then save the new options. Attention: %START_WHILE% And %END_WHILE% variables are very important and you should use them out of the frequent string. (Such as <li></li> tags sample in default template)

Receive HTTP ERROR 500 on WP ULike > Statistics

Increasing Your WordPress Memory Limit in wp-config.php to fix this error. It is located in your WordPress site's root folder, and you will need to use an FTP client or file manager in your web hosting control panel. Next, you need to paste this code in wp-config.php file just before the line that says That's all, stop editing! Happy blogging.

Bugs

If you find an issue, let us know here!

Support

Please visit the support forums.


All versions of wp-ulike with dependencies

PHP Build Version
Package Version
Requires vectorface/whip Version ^0.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alimir/wp-ulike contains the following files

Loading the files please wait ....