For topics related to the "like" functionality in social networks such as Facebook, YouTube, etc. For Facebook's "like" functionality, there is also the more specific tag [facebook-like].
Questions tagged [social-media-like]
81 questions
1
vote
2 answers
Adding a Like Button which doesn't require User Model
I'm trying to add a like button to my rails site so I've looked at the acts_as_votable gem and the Active Record Reputation System gem. However, both of these require a User Model (I think), and I want to make the like button something that anyone…

Jill
- 533
- 7
- 22
1
vote
3 answers
MongoDB multiple simultaneous accesses to one document
I am building a social network app and I am very concerned about next thing.What happens when in mongoDB a lot of users(let's assume millions) try to modify the same document at the same time. Will there be any mismatch ,or ignored queries or any…

Grisha Gevorkyan
- 81
- 3
- 13
1
vote
1 answer
Socialization likes
I start to use Socialization gem.
So, created User model with devise:
class User < ActiveRecord::Base
has_many :posts
devise :database_authenticatable,
:registerable,
:recoverable,
:rememberable,
:trackable,
…

Artyom Gunkin
- 73
- 7
1
vote
1 answer
PHP like button(counter) inside a table
I have a table made in php and inside that table I show some content from my database. I have created a simple button (similar to like) in every td and I want it to increase by 1 with every hit.
Here is the line with the button:
echo "

tmachot
- 13
- 5
1
vote
1 answer
Refreshing a specific div id among many divs onclick href having that same id
I want to display like count for that post the user likes, every post like href has a specific id, now if I am clicking the post having id 222. Then like count having id 222 will refresh.
like

Priya Majumder
- 11
- 6
1
vote
1 answer
How can I like a Video using the YouTube Data API v3
I am using the YouTube Data API V3 in Java and I am trying to "like" a video. I am using the following method:
private static String insertPlaylistItem(String playlistId, String videoId) throws IOException {
// Define a resourceId that…

Dominik
- 1,016
- 11
- 30
1
vote
0 answers
VK Like Widget: show 0 instead of +1
In VK Like Widget, in counters, is there any way to show 0 instead of +1 when nobody likes item? I'm initializing my button via
VK.Widgets.Like("vk_like", {type: "button", pageUrl: absUrl});

Anhayt Ananun
- 896
- 1
- 11
- 27
1
vote
0 answers
Instagram like-list is incomplete
I've made a little photosite, where users can watch and like images.
If an image has already been liked, then it should be unliked - and vice versa.
The problem is that Instagram returns an incomplete list of people, liking the image - and then, I…

Anders
- 251
- 3
- 13
1
vote
2 answers
Replacing Social Media Icons with Custom Images
I'm wondering how to replace my social media icons with my own custom images. For example instead of using the typical Facebook Like button or Twitter follow button I would replace it with my own image, while keeping the same functionality.…

Ben Aaron
- 39
- 2
- 5
1
vote
1 answer
Tumblr get Like Button status with Infinite Scroll
I would like to request the Like Button status of each post (by ID) that is appended by Infinite Scroll.
The Tumblr Documentation provides this method of checking the status of a Like Button for individual…

amirardalan
- 11
- 2
1
vote
2 answers
Making a "like bar" using ratio not individual inputs?
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 depending on the like/dislike ratio.
I have about a 200x5…

Daniel Thomas
- 15
- 4
1
vote
1 answer
Create a "like/dislike" button in symfony 1.4
I want to create a "like/dislike" button in Ajax with Symfony 1.4.
I have these tables :
| Song | ------- n --------------------------- n ---------- | sfGuardUser |
|
| LikeSong | …

fallais
- 577
- 1
- 8
- 32
1
vote
2 answers
Php - Ajax like / dislike button
I found this script from internet search by using like / dislike button for my script
http://wcetdesigns.com/view.php?dtype=tutorials&category=php&id=22
Everythings work good when using for single post but,
I want to use this rating script for all…

Seyhan
- 69
- 1
- 3
- 14
1
vote
2 answers
Tumblr like button on posts cannot be re-positioned?
I'm using this code from ThinkingStiff
http://like-button.tumblr.com/
I don't understand how to re-position it.
I tried to reposition it on this theme http://f1rst5.tumblr.com/
But when I click on the like button it re-positions itself again.

John Gonzales
- 11
- 2
1
vote
2 answers
Send Like/Dislike to database with ajax
I have a little problem, I need to send an ajax request to a file.
Here is my HTML File (index.html)
Like ·

Denn
- 81
- 1
- 10