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
2
votes
1 answer
Tumblr like button with ajax fetched posts
I've removed all post centered markup from my Tumblr theme and instead I'm using ajax to fetch the data. So far, so good. Now I want to add a like button to each post, but I can't seem to find any documents on how to do this (without resorting to…

INT
- 910
- 4
- 21
- 45
2
votes
1 answer
Tumblr like button not working after infinite scroll ajax recall
There are a few similar posts but they are quite out of date and Tumblr has updated the like part of the API not too long ago as far as I'm aware.
Creating a like button is as simple as
{LikeButton}
and this works great, but after the ajax…

samayres1992
- 779
- 2
- 12
- 30
2
votes
2 answers
Custom simple like button (not facebook)
I'm looking for the easiest way to add a simple like button to my site. Basically, a button that, when clicked - changes to a new graphic (letting you know you clicked it), can't be clicked again, and sends to a php script so the server knows what…

Robby Mulvany
- 59
- 1
- 3
2
votes
2 answers
Get count of likes on a post in Rails
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 /posts
# GET /posts.json
def index
@posts =…

coreypizzle
- 239
- 4
- 17
2
votes
2 answers
acts_as_votable thumbs up/down buttons
I installed the acts_as_votable gem, it works in the console like it should (like it says in the documentation).
So my question is how to set up a form for upvote and downvote buttons? or can they simply be links?
here is the documentation:…

figdig
- 307
- 2
- 13
2
votes
1 answer
Why do the buttons users could click at the end of embedded YT videos not appearing?
Only the subscribe button appears at the end (along with a display of how many likes/dislikes checked direct on YT). Is there an embed code to get these back so users can vote on my site?
Sample embed code:
2
votes
1 answer
Instagram auto like Bookmarklet
Instagram Like (heart) auto click Post Bookmarklet
Objective: Click all "Like" heart on page http://www.gramfeed.com/instagram/tags#photo
Here is the code I was working with. This one worked on another site,
var a =…

DASH006
- 23
- 1
- 1
- 4
1
vote
0 answers
How can i detect bad word in any languages
I am making a social media application and I need to detect bad words if anyone type in message and give him warning.
I did not try to make it, but there are some condition for detecting bad words :
Lets suppose abcd is a bad word
If user type…
1
vote
0 answers
Basic Social Media Integration, Flutter Web
I'm trying to implement social media integrations for my flutter application, deploying to both mobile and web. The mobile implementation with the share package is working just fine, but since web is a bit newer, I've decided to just use basic html…

Negimaki
- 17
- 6
1
vote
1 answer
Where can i host my webapp which use mongodb as a backend server
I have created a project with MERN stack and want to host it. But as i came to know that netlify.app hosting site doesnt support hosting for database related projects as my project includes mongodb as a backend.
It will be a great help if anyone can…

Saitama
- 11
- 1
1
vote
1 answer
Why does Twitter's API provide a way to programmatically create "Likes," if it goes against their Automation rules?
I was looking into using Twitter's official REST API for automatically liking specific posts that fit certain conditions.
I looked into the API reference to see if this was possible—and in fact, there is and endpoint for doing this:
"POST…

nandtrocity
- 81
- 9
1
vote
2 answers
disabling more than one "like" per post
I am developing a question posting web application in PHP.
When you log in, you can click on a specific question, and then a new page is opened and there is an option to like that specific question. Every "like" increments field rating in a table…

Slavisa Perisic
- 1,110
- 3
- 18
- 32
1
vote
2 answers
Retrieving like counts on entries from SQL
I've been adding a like feature to an entries database... here's the structure of the DBs:
**Users**
user_id
user_name
etc.
**Entries**
entry_id
entry_content
etc.
**Likes**
user_id
entry_id
(It's a little more complicated than that, there are…

Ian Storm Taylor
- 8,520
- 12
- 55
- 72
1
vote
1 answer
Can we access the 'Like' timestamp in Twitter?
I am aware that using Twitter API endpoints, we can access the timestamp for a tweet or retweet. Can we access the timestamp when a user liked (or favorited) a tweet?

Sriram
- 999
- 2
- 12
- 29
1
vote
2 answers
Instagram API Likes on Media does not have pagination
I am trying to return all the users who have liked a specific post in Instagram, but it seems to be only returning 120 of the users who have liked the image.
https://instagram.com/p/73rVHrnFqS/
There is no pagination object being returned by the…

Jason Paul
- 131
- 1
- 10