Hi, I have install facebook_status like/unlike module and configure it its works fine. I need another functionality for like/unlike for each statuses (Please refer like/unlike from facebook.com).can any one please help me for this task?.

Comments

dddave’s picture

Category: task » support
Priority: Critical » Normal

Hi,

this isn't an issue with Drupal core. I think you are best up with reposting this in the issue queue of facebook_status as a support request. You can simply use the "Project" field and change it to the module. Change the version accordingly to the one you are using. Sidenote: I hope you are not really using 6.2...

A good overview about how to use the issue queue properly can be found at http://drupal.org/node/317

vinoth.3v’s picture

Title: At the facebook status add like/unlike » At the facebook status add like/unlike
Project: Drupal core » Facebook-style Statuses (Microblog)
Version: 6.2 » 6.x-2.x-dev
Component: other » Code - Functionality
Category: support » feature

assigning to facebook statuses module

icecreamyou’s picture

Category: feature » support
Status: Active » Fixed

Integration with the Flag module allows "liking"/"unliking" individual statuses. (You have to manually add the flag field to your Views though.) I'm pretty sure this is in the documentation.

mahendranthenur’s picture

Can you please give me the document?

icecreamyou’s picture

I just checked, and the documentation doesn't say anything more than what I said above: FBSS has a default "like" flag and you just need to add it to your Views. It's not more specific because this is a fairly straighforward use of the Flag and Views modules. If you need help with those, their issue queues are a more appropriate place to ask.

mahendranthenur’s picture

As per your suggestion i check the FBSS views the name of "facebook_status_recent" in add new fields section, it doesnot have like/unlike field.

icecreamyou’s picture

You have to add a Relationship first.

mahendranthenur’s picture

I have the relationships ,but still i had the problem .

icecreamyou’s picture

Add the Flags: Facebook-style Status relationship.

In its settings disable Include only flagged content, choose the Like flag, and choose Any User.

Under Basic Settings set Distinct to Yes. (Only necessary for views of type Facebook-style Statuses Updates. The facebook_status view is a User view, so you don't need to do this there. You do need to do it for all other default views.)

Then click the + button to add a Field. Choose Flags from the Groups dropdown and you will have the fields Flags: Flag link and Flags: Flagged time available.

If you add the relationship Flags: Error: missing title then you will also have the field Flags: Flag counter available to you. (I don't know why the title is missing but I'm 90% sure it's a bug in Flag and not in FBSS.)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kcvata’s picture

Hi,

How did you "facebook_status like/unlike module" and configure it its works fine. I want to have a like/unlike icon next to each status. But so far I couldn't find a module for that.

Many Thanks,

Korkut

kcvata’s picture

Thank you soo much.

icecreamyou’s picture

paul555’s picture

subscribing

kcvata’s picture

Thank you soo much..

jegan2668’s picture

hi,

How to display list of user names who like the status near like button?