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

learn more… | top users | synonyms

-1
votes
0answers
5 views

display my Facebook page from my Like button [closed]

This question speaks as to my expertise. I place a like button (using FB code generator). I have a Like button and a count. However, I notice my competition, when you click on their Like button, I ...
2
votes
0answers
13 views

like/sharing on a website with third party widgets

I have a martial arts club website which uses embedded picasa albums for hosting photos of events. I want to use the social plugins to give users the ability to like/share pages with these albums on ...
0
votes
0answers
11 views

Click on a like button implemented by iframe doesn't appear on my timeline

I implemented the Facebook "Like" button using iframe into following page: http://www.atelierdolcevita.be/membres/testxz.php and when I click on it, my face appears next to it and the "like" does ...
0
votes
1answer
14 views

Am I allowed to make an app that allows users to like Facebook pages?

I want to create an app that simply allows a user to log in, touch a like button, and then the app logs them out. I am wondering if this type of app would be allowed by Facebook, since the main ...
0
votes
0answers
12 views

Like gate issue

I'm running a competition on my website in which entrants must have 'liked' my Facebook page before they are allowed to enter the competition. I'm having a problem checking whether they like my page ...
-1
votes
0answers
30 views

Instagram php wrapper like button issue [closed]

I am currently working on a php app in Laravel and inegrating a php wrapper into the application using this Instagram php wrapper I have set out the following code to make the curent feed work: This ...
-3
votes
2answers
18 views

FACEBOOK: Click Like to post this to your profile

I am trying to add a facebook "like" button to an events website. I created the button on facebook and tested it on facebook - it worked and posted the event to my facebook page. I then pasted the ...
0
votes
2answers
23 views

Groovy FindAll Roughly/Like

I am trying to do something in Groovy similar to SQL's: WHERE NAME LIKE %JOHN% Here is what I have. response.entries = json.entries.findAll { it.name.toUpperCase() =~ ...
-2
votes
0answers
16 views

Error in Internet Explorer 10 [closed]

I have included your code of the button LIKE in my web www.turismoavila.com and it works correctly in all the browsers except in Explorer 10. You me might say solve it like or if it is a your thing ...
-5
votes
0answers
19 views

My page has STOPPED getting likes [closed]

I started a page a little under a month ago and have been getting about 10 to 15 likes a day. Three days ago it just stopped growing. No one has liked the page. It no longer pops up in the search ...
0
votes
0answers
16 views

Likes on pages for my FB App always shared as Only Me

I have a website which hosts events, is registered as an FB App and supports FB Login. When users logged in with Facebook click the 'Like' button (standard Javascript Social Plugin), FB successfully ...
0
votes
1answer
36 views

Initiate facebook like script several times without parse-ing existing like buttons

I'm using infinite scroll, and inside the elements i load at runtime i have a facebook like button. Everything works the first time i call the script, however, it seems as if i can't load it more than ...
0
votes
1answer
43 views

Magento - Getting Facebook like button on every product of list page

I've put a Facebook Like button with every product on my list pages in Magento. Here's a screenshot: I'm having 2 problems: When the Like button is clicked, and the popup appears, the image that ...
1
vote
1answer
40 views

Cap symbol (^) in LIKE Clause not working properly

See the below example where '1|2|||1|' like '%%|%%|%%|%%|[^3]|' /* it will return true if the string between last two pipe symbols is not like '3'*/ The above code just works fine. In the same ...
2
votes
0answers
61 views

An internal error occurred while linting the URL. Like button not working. Link not recognised

My blog link suddenly stopped being recognised on facebook (www.makeupbydyna.com). I can post it, but it will look like text, not with a thumbnail or anything of the sort. The like button is not ...
0
votes
2answers
63 views

Javascript for like system

I have a newsfeed and have created a like system for it. I have the following code for my newsfeed and like system part of the page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
0answers
8 views

youtube video in a description for like button

Need your help in the following case. I have an embedded youtube video on my page, an article then, and a facebook like button. When I click the like button, it attaches the written description from ...
-2
votes
0answers
26 views

merge profile page friends to business page likes [closed]

I want to merge my personal profile friends to my business page as likes. I've downloaded my data and tried to merge it across, however it seems that you have to make the two names the same. I ...
-2
votes
0answers
47 views

Facebook LIke Gate Issue?

hope all are fine :) I am using code from following soruce to use fb like gate on my page. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
-1
votes
0answers
18 views

Like button not posting [closed]

On my site (www.BCDubs.com), when you press the Facebook like button, it increases the count, pops up the window to post a comment with the page like, but the posts do not show up in anybody's ...
1
vote
2answers
36 views

PDO prepare with question marks doesn't work with numbers [duplicate]

I have this : $pdo = new PDO('mysql:host=localhost;dbname=mydb', 'user', 'pass'); $max = 10; $min = 0; $q = $_GET['q']; $result = $pdo->prepare("SELECT * FROM fruits WHERE name LIKE ? LIMIT ?, ...
-2
votes
0answers
45 views

Facebook like image og [closed]

In a site sometimes when I like a picture by Facebook, it doesn't show in my page, when it shows only flag as a picture, it doesn't take a picture of og. Please look at my site ...
-1
votes
0answers
18 views

The like code is not working on my webpage. [closed]

I have reviewed all the answered questions related to this topic and still have not been able to get the code to work. This is my website: www.americanlegionpost166sc.com; there is NO FB Like code on ...
1
vote
1answer
103 views

Facebook “Like” button (HTML5) not working properly

So...on a site I'm working on, there's a Facebook "Like" button that's supposed to turn gray after you click it, and to un-like you click the "X" in the grayed-out "Like" button. Thing is...it ...
0
votes
1answer
27 views

need suggestions on implementing like functionality

I need to implement like functionality on my apps. So , normally i want to take suggestions from your side. I am thinking to to make one div ,in it i will specify a like link. And if users click on ...
0
votes
1answer
66 views

Add a like button for a single facebook page timeline post on an external website

I'm trying to implement a Facebook page timeline in a website with the open graph API from Facebook: https://graph.facebook.com/{PAGEID}/posts?access_token={accessToken}&limit=5 This gives my a ...
0
votes
1answer
28 views

Like fan page when accepting app permissions

Can I add a permission when accepting my app to ask to the user to share their public_profile and like a fan page at the same time? Or I need to use the like button after? Thanks
0
votes
0answers
22 views

How to perform MySQL “LIKE” query on a compressed field of blob type?

I am trying to store a large text in a mysql field of blob type. I will compress the large text compress($large_text) and store it in mysql - INSERT into table SET large_text = compress($large_text) ...
0
votes
1answer
24 views

Instagram : Liking a photo on an external site

So I'm trying to understand the Instagram API and I'm a bit lost. I have a site where I will be displaying one image from my Instagram and will have a LIKE button. From what I can gather all I need ...
0
votes
0answers
13 views

facebook like widget not directly posting on wall unless comment is posted with it

Would anyone be able to help me out with why the facebook like widget appears to make a user post a comment on it for it appear on their news feed ? Everytime we click like on any of our sites with ...
0
votes
0answers
39 views

Conflict with FB:like and other basic code

Well, I have tried everything I can think of with several FB developers pages, tutuorials, etc. I can not get the FB like page to show up. I can take the basic code onto a blank page and it works ...
0
votes
1answer
23 views

How to list the users who LIKE a given Post

I am having trouble figuring out how to list all of the USERS who have LIKED a particular POST. Currently I am using: <span class="count"><%= dailypost.likes.count %></span> This ...
1
vote
0answers
16 views

Like button does not show on https pages

Today our facebook like button was not showing at all after some reasearch I figured out I had to add the http: to it. It is now working for all http page but not any https page. Please help.
0
votes
0answers
17 views

Is it possible to connect FB Social Plugin on website to FB app on iPad

I have integrated the FB Social plugin on my website http://funtodoapp.com/ . When a user clicks on Like, he/she is not asked to login to facebook if the user is already logged into facebook on ...
1
vote
1answer
138 views

Using Tumblr Like Button with Infinite Scroll

I'm trying to use the new Tumblr like buttons within Infinite Scroll (allowing your theme a like button on individual Tumblr posts from the homepage) they work for the first 15 posts of the first ...
0
votes
1answer
23 views

facebook like button only showing up when logged in

For some reason the Facebook like button is only showing up when logged in on my site. Here is the link http://www.your90s.com/, and the behavior is repeated through out every post on my site. I'm ...
0
votes
2answers
39 views

SQL SELECT QUERY for LIKE

I have the following query: SELECT * FROM student WHERE ssn LIKE '%321321%'; but it returns those records with 113213213215. How can I change it so it only returns records that have 321321 ...
1
vote
0answers
38 views

How can I detect new opened window with JavaScript?

I have a page where facebook like button pops up a new window to confirm the like. How can I detect when the window opens/closes? The reason I'm asking this is because facebook provides a way to ...
0
votes
1answer
38 views

How To Make The Facebook Like Button Display None When Logged In As Page

I have the Facebook like button on my site http://theganjagirls.com ... everything looks and works fine when I'm logged into my Facebook account... But when I'm logged in as a page admin, the Facebook ...
1
vote
1answer
36 views

Silverstripe sql debug

One little question: How can I use "OR" with filter method e.g: $entries = BookstoreBook::get() ->filter(array( 'Title:PartialMatch' => $searchString ));) Field:PartialMatch ...
-1
votes
2answers
61 views

SQL IF value LIKE

I’m new to SQL, so apologies for what is probably a menial question. I’m storing staff numbers in a format similar to ‘e01, e02 .. e98, e99’ I have a procedure to input values into the employee ...
0
votes
0answers
52 views

Facebook Mobile share link with specific image URL

I have a problem with Facebook like / share function. I need the URL that is being Liked / Shared to display an specific image. Here is my code sofar, which is not working: if ...
0
votes
0answers
24 views

Can't get HTML 5 Like box integration to work

I know there have been topics about this before, but I tried every option, and it's still not working. I'm building a website and I want to integrate a like box. But whatever I try, after putting in ...
0
votes
0answers
51 views

Like box not working for a certain page

I have a WordPress website with 2 Facebook Like Boxes on it. One code works and one does not. I have tried just using 1 like box, but that does not seem to work. The issue seems to be with that ...
0
votes
0answers
18 views

Open graph Like review Rejected

I was Implementing open graph like for Android App, I had submitted Action type Like for review. They had rejected it by saying. *Approval Status:* Changes Needed Please address the following ...
-1
votes
1answer
33 views

Simple Facebook like with meta to specify image, title and description [closed]

I want to create a simple like button on a website with meta information so that when someone likes it the custom image, title and description is displayed on Facebook. When I initially researched ...
0
votes
1answer
23 views

facebook like args on URL - why forbidden?

Running Apache with a html file for the index - it works fine when I tap into the browser: http://mywebsite.com but if someone clicks through from my facebook activity feed, the link is similar: ...
0
votes
0answers
48 views

ArcGIS / Python “select by attribute” LIKE

ArcGIS 10.1, Python 2.7.2. I have a table of a few variables but 1.7 million cases. I want to select all those cases where (in ArcGIS-interface-speak) "PCD" LIKE 'BT%' So far no luck. I have been ...
0
votes
1answer
25 views

Facebook Like Button to link to Homepage or Fanpage?

I am going to install a facebook like button on my Homepage (of a large forum). I already have like buttons at the bottom of each post but currently no like button for the Homepage of the forum. I ...
0
votes
3answers
37 views

Like option in Facebook for Android Platform [closed]

I'm trying to build an android application with integration with Facebook , the application contains only one option "LIKE", but Unfortunately i couldn't find a sample code for android project uses ...

1 2 3 4 5 31