social-media

Open Graph tag for Whatsapp link sharing

本秂侑毒 提交于 2021-01-29 11:38:59
问题 I use Open Graph tags for sharing on social media. My image is 1200 x 630 pixels and works on Facebook and Whatsapp: <meta property="og:image" content="https://emotionathletes.org/images/logo_1200x630_facebook_shared_image_EN.png"> On Facebook, the image appears OK, since it's made for it. On Whatsapp, the appears cropped, since seems to expect a square image. Can I use a tag to provide an image for sharing only on Whatsapp? 回答1: You can specify two (or more) Open Graph images, the first,

Share buttons share homepage instead of actual page

本秂侑毒 提交于 2019-12-24 23:23:57
问题 For a client's blog I added social share buttons at the bottom each blogpage: http://www.pano-solutions.be/5-tips-voor-een-great-place-to-work.php I use the sharethis plugin for this. However, when I click on any of the sharebuttons, It will share the mainpage of the website instead of the blogpage. Not very usefull. I searched the FAQ on sharethis, but didn't find any usefull help there. Someone knows how I can fix this or know any working alternatives or good practises on how to do this

Open Youtube and Tumblr link in app rather than browser - Unity

倖福魔咒の 提交于 2019-12-24 18:03:21
问题 I've managed to make it so when clicking specific buttons it loads up Facebook, Twitter and Instagram using fb://------ , twitter://---- and instagram://----- , but I can't seem to find one for YouTube or Tumblr. Is there any way to do this? Edit: This is my current code. (Sorry for the slow reply) // Set buttontype in editor depending on which button it is // 0 = facebook, 1 = instagram, 2 = tumblr, 3 = twitter, 4 = youtube public int buttonType; // Web urls - use this for computers or if

Open Youtube and Tumblr link in app rather than browser - Unity

这一生的挚爱 提交于 2019-12-24 18:01:47
问题 I've managed to make it so when clicking specific buttons it loads up Facebook, Twitter and Instagram using fb://------ , twitter://---- and instagram://----- , but I can't seem to find one for YouTube or Tumblr. Is there any way to do this? Edit: This is my current code. (Sorry for the slow reply) // Set buttontype in editor depending on which button it is // 0 = facebook, 1 = instagram, 2 = tumblr, 3 = twitter, 4 = youtube public int buttonType; // Web urls - use this for computers or if

Create a MySpace API - (verify your email error)

 ̄綄美尐妖づ 提交于 2019-12-23 12:48:13
问题 I am trying to create a MySpace API so that my users can connect to my site using MySpace. All the tutorials say "go to http://developer.myspace.com/ and create a developer account..." I signed up for a new MySpace account, verified my email, gave them access to my gmail so they could search for friends, invited a few friends, basically completed all the steps they ask you too as a new user... But whenever I go over to http://developer.myspace.com/ and click " Developer Sign Up " or " Start

Social Media sharing Buttons in Ruby on Rails

落爺英雄遲暮 提交于 2019-12-23 02:53:05
问题 I'm trying to add custom social media sharing buttons in a blog app in Ruby on Rails. It is important for me that a pop-up window will show for sharing the "post" meaning I want to include Javascript. Unfortunately this code does not work: <!-- Twitter --> <a oneclick="javascript:window.open('http://twitter.com/share?text=<%= @post.title %> by Martin Bortowski - &url=<%= url_for([@post, {only_path: false}]) %>', '_blank', 'width=800, height=500, top=200, left=300');void(0);"><i class="fa fa

Linkedin show 3 different image when sharing

耗尽温柔 提交于 2019-12-21 19:19:21
问题 Linkedin show different 3 image when trying to share. Here is then head tags <meta property="og:site_name" content="OkyTalk"> <meta property="og:title" content="OkyTalk "> <meta property="og:type" content="website"> <meta property="og:url" content="https://okytalk.com/teachers/profile/displayProffesional"> <meta property="og:image" content="https://okytalk.com/media/okytalk/img/share.jpg"> <meta property="og:image:type" content="image/jpeg"> <meta property="og:image:width" content="470">

Tools for getting intent from Twitter statuses?

牧云@^-^@ 提交于 2019-12-20 11:35:27
问题 I am considering a project in which a publication's content is augmented by relevant, publicly available tweets from people in the area. But how could I programmatically find the relevant Tweets? I know that generating a structure representing the meaning of natural language is pretty much the holy grail of NLP, but perhaps there's some tool I can use to at least narrow it down a bit? Alternatively, I could just use hashtags. But that requires more work on behalf of the users. I'm not super

Is it possible to validate the Email claim from Social Identity Providers (iDPs) using Azure B2C custom policy before creating a User in Azure AD?

痞子三分冷 提交于 2019-12-20 06:09:00
问题 The scenario is this: we have added Microsoft iDP to our app. The user can click the Microsoft Account button and use their MSA account to sign-up\sign-in. When the user signs up we'd like to validate the e-mail against our database. If the user's email is in our database, let them proceed and signup; otherwise we'd like to prevent them from signing up and display an error message. This would prevent creating a User in our Azure B2C AD. I used the following TechnicalProfile :

Defining multiple URLs within a Person

风流意气都作罢 提交于 2019-12-19 10:34:11
问题 I'm defining a Schema.org Person item on my website using Microdata. Most of it is self-explanatory. However, each mini profile on a summary page has three URLs - one which links to the Person's full ProfilePage , and two more for LinkedIn and Twitter. Do I define all three as URLs, or do I ignore the social media account URLs, because only the "read more" style link is actually the URL for that person? 回答1: For the link to the person’s profile page on your site, you should ‎definitely use