Social media is the social interaction among people in which they create, share or exchange information and ideas in virtual communities and networks.
Questions tagged [social-media]
394 questions
-1
votes
1 answer
Is it possible to make a social link share counter
Hey there:) Is it possible to make a counter for how many who shared your website on facebook and twitter?
I'm thinking to structure the code like this. They only see "facebook" and "twitter" as links, + the counter of how many have shared already. …

Mikkel Madsen
- 347
- 2
- 5
- 17
-1
votes
1 answer
How to trigger custom action when social media button has been pressed?
I want to create a social media div locker. When a user comes to my site a piece of text is hidden behind a div locker that says "share this stuff on facebook, G+ or Twitter and you will see the locked text".
So, I want to make the hidden div…

Karuvägistaja
- 293
- 1
- 8
- 17
-2
votes
1 answer
Apps posting to Social Media
As a developer, I wish to create an app that has the ability to post to social media sites.Best Practices: Should I create a new account (e.g. Not my own) on those social media sites I wish my app to be able to post to?

Jeff M Palmer
- 29
- 1
- 7
-2
votes
1 answer
Open source social media icons to download and use on website?
Where can I find social media icons (preferably in the colours of the respective social media companies' logos) to download and use on a website?
Note: I google (free social media icons download) and almost all results are commercial in nature, and…

stevec
- 41,291
- 27
- 223
- 311
-2
votes
1 answer
How to find who fill Facebook Leads ads form
Recently, I build facebook ads for getting leads. So I got one but the data which is filled incorrectly. So How I find out who fills the leads form in Facebook ads so I contact him.

Tech Zone
- 491
- 4
- 9
-2
votes
1 answer
extracting data from facebook using graph api
how can i extract name list && phone numbers of the users liking certain page ?
I have tried using software called facepager but i couldn't extract names .
note:I'm not the owner of the page
-2
votes
1 answer
How to add my facebook webpage to an href link in wordpress header
Working with a developer from india that got his money and stopped coding. I have the following code: and want to add www.facebook.com/"mypage"
href="">

CRN
- 3
- 3
-2
votes
1 answer
How to add a email share button that does that has the subject line and body filled in but not the send address
I am working on a Wordpress website that has social share buttons after creating a post. For the email email share button when a user clicks on the email button it acts as a mail to link and automatically opens a users email client and fills in the…

george1912
- 11
- 1
- 6
-2
votes
1 answer
Creating track of hurricane from twitter data
I am working on creating the actual path of movement of Hurricane Sandy from twitter data. My approach is as follows:
I collect all the tweets related to hash-tag "Hurricane Sandy" between October 28, 2012 and October 31st, 2012(Hurricane Sandy made…

Andy with a S
- 3
- 3
-2
votes
2 answers
Social media buttons validation problems
When you add social media buttons to your site from Google+, Facebook, LinkedIn etc., they often contain a lot of homemade attributes and other things that don't validate.
I have fourteen errors on this page in the validator just because of social…

Steeven
- 4,057
- 8
- 38
- 68
-3
votes
0 answers
pass a variable from one class to another with Swiftui
I make a scroll system like TikTok and for that I need the number of elements in my Firebase.
class countPost: ObservableObject {
@Published var post = [Post]()
@Published var total: Int = 0
init() {
Task {
try await…

Lost_hirosagi
- 1
- 1
-3
votes
1 answer
What languages are used in making social media sites?
What languages are used in making social media sites like facebook, quora, instagram and stackoverflow...etc? And why is each one of them used?

Bilal Khalid
- 28
- 5
-3
votes
1 answer
How to scrape the number of followers from a URL
I have a list of artists in an excel file with the urls of all their social medias accounts (Facebook, Instagram, Soundcloud, Twitter and Youtube).Is there any fast way to scrape the number of followers for each account and report it in the excel…

Malik
- 1
-3
votes
1 answer
makestagram - swift list post in table view ordered from newest to old
Hi everyone Im practice swift by Makeschool's makestagram project,
and I want to make the newest post appear at the top of a table view
to let user can see the newest post first!
can anyone help?
here is my code
override func viewDidLoad() {
…

Johnny Hsieh
- 856
- 2
- 10
- 23
-3
votes
1 answer
What are the negatives of social media sign in?
Social media sign in has become popular to use on websites, but what negatives are there with its use?
Does integration add trackers to your site?
Does it slow overall performance?
Are some social media logins better than others?
I haven't found…

Josh Powlison
- 723
- 9
- 15