Tento plugin nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress. Už nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri použití s novšími verziami WordPress.

WP Love It

Popis

This plugin enables you to add an ajax Love It button to your WordPress post. You can choose it to appear on the top or bottom of the content. It also includes a shortcode to let you manually add the button to the post.

Plugin homepage: http://ptheme.com/item/wp-love-it/

Features

  • AJAX love it without refreshing the page
  • Cookies support to prevent repeatedly click the button
  • Automatically add the button on top of post content
  • Shortcode included to add the button

Support

We will do our best to provide support through the WordPress forums. However, all plugin support is provided in our helpdesk. If you have not registered yet, you can do so here: http://ptheme.com/members/.

Feedback

If you like this plugin, then please leave us a good rating and review.
Consider following us on Twitter, and Facebook

Obrázky

Inštalácia

  1. Upload wp-love-it.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress

Časté otázky

How can I display the button at the bottom of post?

By default the button will automatically appear on top of post. You can also change the position to the bottom of post by using filter ‚wpli/position‘. Put following codes to your ‚functions.php‘.

‚add_filter( ‚wpli/position‘, function() {return ‚bottom‘;} );‘

How can I use the shortcode?

One thing you should pay attention to is that if you want to manually add the button by using the shortcode, you should disable the automatically adding functionality otherwise the button may appear multiple times. Put following codes to your ‚functions.php‘.

‚add_filter( ‚wpli/autoadd‘, function() {return false;} );‘

Then you can use the shortcode ‚[wp_love_it]‘. The shortcode should be used in the loop.

Recenzie

Pre tento plugin nie sú žiadne recenzie.

Prispievatelia a vývojári

“WP Love It” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

Preložiť „WP Love It“ do vašho jazyka.

Máte záujem o vývoj?

Prehľadávajte zdrojový kód, preskúmajte SVN repozitár, alebo sa prihláste na odber vývojárskeho logu cez RSS.

Zoznam zmien

1.0

  • First Release