For topics related to the 'like' functionality in social networks such as Facebook, '+1' in Google+, etc.

learn more… | top users | synonyms

1
vote
1answer
18 views

PostgreSQL LIKE on inet field

I need to perform the following query SELECT * FROM users WHERE ip LIKE '88.99.%' but inet fields do not support wildcards. At least not like I tried it. Should I try to convert the field into ...
0
votes
0answers
10 views

Android Phonegap - implements a like button

Anyones known a method of implements facebook like button on app builded with phonegap 2.2 ?? this code for HTML5 don't works: <div id="fb-root"></div> <script>(function(d, s, id) ...
0
votes
0answers
21 views

Do I need to escape the escape character in JDBC like patterns

I have a user supplied string and must return all rows where a field contains the string. I escape the user supplied string using the | character, and declare that as the escape character in the SQL: ...
0
votes
3answers
34 views

How to join two columns and use like clause for joined columns?

Currently I'm making a search page with CodeIgniter. The problem I'm facing is that I have two columns in my products table, brand and model. I'm trying to select the results based on the query which ...
1
vote
0answers
8 views

Last Script for Like Button is not Posting in the Wall

I'm using the lastest script in facebook developers page but when the like button is clicked, the article is not being posted on the facebook wall. The web page with the issue is ...
0
votes
1answer
12 views

Trouble with liking and like.php

I am trying to optimize some things for my website for a company that I own. The name of the company was changed a few weeks ago. The problem is that when someone hits the "like" button on our ...
0
votes
0answers
2 views

Summarize multiple “likes” for one website in user's activity feed

I am developing a website that lists multiple events. Vistors can vote to keep an event or vote to remove events from their personal page. The voting to keep an event will be a "like", and should ...
-4
votes
1answer
36 views

Why query not working? [closed]

I am running this code on a php file where many othere queries are ran but this one does not delete what i need. Dou you know why? $fivesdrafts = $wpdb->query( $wpdb->prepare("DELETE FROM ...
0
votes
0answers
17 views

Rails - Get count of likes on a post

In my rails application, I am using the gem, socialization. I just can't figure out how to display the amount of likes! My post controller : class PostsController < ApplicationController # GET ...
0
votes
1answer
20 views

Django: Tumblr like 'Love' button

I'm looking to add something similar to the Tumblr 'Love' button to my Django blog without having the user login and not allowing multiple 'likes' per user/computer/IP. I looked for some possible ...
0
votes
1answer
30 views

Rails - Get count of likes on a post

In my rails application, I am using the gem, socialization. I just can't figure out how to display the amount of likes! My post controller : class PostsController < ApplicationController # GET ...
0
votes
1answer
40 views

Mysql store things like “Facebook likes”

I have to create a like system (the name won't be "like", Facebook owns it). So I imagined two ways to store these likes in my database and I want to know, which way is the better for a very ...
0
votes
0answers
12 views

Add Listener for “Like” Button Completion when FB SDK isn't implemented

I'm trying to intercept the response of a like button accordingly: FB.Event.subscribe('edge.create', function(response) { // like clicked }); However, the website in question doesn't isn't using ...
0
votes
2answers
28 views

Making a “like bar” using ratio not individual inputs?

Ok, so you know how on youtube there is a like and dislike bar? But it changes based on proportion (i.e. the bar is always the same size, the green and red parts just take up different amounts ...
0
votes
0answers
3 views

Failure like button and comments in different areas of my site

I'm webmaster canalsevillanas and in different areas of my site do not work the buttons "like" nor the comments. Exemple Here not work or comments or the likes, ...

1 2 3 4 5 100
15 30 50 per page