Questions tagged [social-media]

Social media is the social interaction among people in which they create, share or exchange information and ideas in virtual communities and networks.

394 questions
0
votes
1 answer

Comments using Facebook Comment Plugin disappear after refresh

I used the code generated on this page: https://developers.facebook.com/docs/reference/plugins/comments/ However, since my pages are dynamic I replaced this part:
catandmouse
  • 11,309
  • 23
  • 92
  • 150
0
votes
1 answer

janrain Social media login integration

Am trying to use janrain social media login , but still i dont understand what i should do and how do i add the user infromation to my table and open his session , now i configered the widget and everything and i got the code as following : …
test
  • 301
  • 2
  • 7
  • 16
0
votes
1 answer

Proper share type for st_twitter_hcount and st_fblike_hcount (Dynamic specification through JS)

Here is my test page: http://ignitepixels.com/test/shareThisTest.html I am having an issue with dynamically generating ShareThis buttons with Javascript. For most of my buttons I want to use the "chicklet" type. But I also want to include the…
Fillip Peyton
  • 3,637
  • 2
  • 32
  • 60
0
votes
1 answer

Integrating iOS 6 Twitter and Facebook share feature with responsive website

I'm working on a responsive website. Currently when a user clicks the "Tweet" or "Like" button it takes the user to another page to complete the steps. I wonder whether there is a way we can integrate iOS 6's inbuilt Twitter and Facebook…
0
votes
1 answer

Post to users facebook on achievement

If a user wants to do a quiz on my website and when he answers 3 questions correctly, he can post this to Facebook. If posted to Facebook by the user, then I need a call back to my website so I can reward the user. Which steps does this process…
Mutey
  • 33
  • 1
  • 6
0
votes
2 answers

Drupal Commons packages or ordinary package?

I have to create a website with social network features and I have a question if I am using normal Drupal core package: is it comfortable for creating a social networking featured website. I heard about Drupal Commons; is that better than this?
user1838449
0
votes
1 answer

Searching people on Twitter programmatically

I am looking for the search string that searches for people one Twitter. I looked at the following link https://dev.twitter.com/docs/using-search that elaborates on various ways to search on Twitter, but it seems like being able to search only…
London guy
  • 27,522
  • 44
  • 121
  • 179
0
votes
1 answer

Facebook automatically created a fan page which I can't edit

We launched a website which uses the Facebook open graph and like buttons to share content on Facebook etc. One of the open graph tags includes information about the Facebook IDs of the website owners (), so…
Dan Murfitt
  • 1,029
  • 2
  • 12
  • 26
0
votes
1 answer

Open Graph custom object properties: pairing objects?

I want to create two types of custom objects. Each has a property which references an object of the other type. Essentially I want to create doubly-linked pairs of objects which have a two-way relationship. Is this a valid use case, or does it break…
Vin St. John
  • 472
  • 2
  • 9
0
votes
3 answers

How do you get social media buttons all the same size?

I've come across a few websites where all the social media icons to tweet about that page or like this person or +1 the page on google are all the same size, yet by default they are all different sizes when you grab the code from the relevant…
Styphon
  • 10,304
  • 9
  • 52
  • 86
0
votes
3 answers

Why are my social media icons/buttons wrapping?

I am trying to align all of the social media icons on one line, but for some reason they are wrapping. (twitter and fbconnect): http://bit.ly/IqwM20 Any help on this would be greatly appreciated. I've tried a lot of stuff (floating left, increasing…
gvanto
  • 1,936
  • 3
  • 21
  • 26
0
votes
3 answers

Add counter to social medias like twitter and google plus

I'm not too familiar with the API of Twitter and Google Plus. Can someone put some light in my problem? I want to add a counter to my Twitter, Google Plus and Stumble Upon button. This will be integrated in my wordpress post and pages. I think…
Pennf0lio
  • 3,888
  • 8
  • 46
  • 70
-1
votes
0 answers

edroh social media mern login not functioning

Iam trying to implement the mern social media app by edroh but the authentication functions are not functioning . I tried re-allocating my mongodb schema and cross checking my entire code of the…
-1
votes
1 answer

Django Python: Image Upload is not working not working

I am working on a Social Media Website, the base code is from an Open Source Project on GitHub. On the base project you can only post text. I was looking around the Internet and found a instruction to implement img upload. But it doesn't work,…
-1
votes
1 answer

Problems with meta tags with Next js

I am new in Next js and trying to write some dynamical open graph meta tags in my project about social media. The thing is, I am able to see all of meta tags in my inspector but when I am trying to find them in my sources code or in the facebook…