• It does the job. Just one tiny thing though: Would be great to be able to add multiple like buttons per url (for instance with an id for each of them), so that the votes are different for each slide, when there is a slider. Otherwise, great!

Viewing 1 replies (of 1 total)
  • Plugin Author Alimir

    (@alimir)

    Hi @sarahtht

    From wp ulike +3, You can use our shortcode with custom types and IDs. So, if you want to have so-called “like button” in a single post, you’ll need to use the other post IDs in the shortcodes. e.g.

    [wp_ulike id=”1″] [wp_ulike id=”2″]

    Supported Attributes:

    array(
    	"for"           => 'post',	//shortcode Type (post, comment, activity, topic)
    	"id"            => '',		//Post ID
    	"slug"          => 'post',	//Slug Name
    	"style"         => '',		//Get Default Theme
    	"attributes"    => '',		//Get Attributes Filter
    	"wrapper_class" => ''		//Extra Wrapper class
    )
Viewing 1 replies (of 1 total)
  • The topic ‘Great and free!’ is closed to new replies.