linkedin

Social Share Links with Custom Icons [closed]

让人想犯罪 __ 提交于 2019-12-02 23:59:52
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . I'm looking for any solid current information on creating custom share icons for the following. Facebook Twitter Google + LinkedIn Pinterest All the documentation I keep getting to seems to be about using THEIR social like / share buttons - which most of the time I think are not

LinkedIn photo_urls or picture-urls::(original) not being returned

早过忘川 提交于 2019-12-02 20:52:06
So I am using omniauth and devise for LinkedIn authentication in my Rails 5 app. omniauth-linkedin-oauth2 (0.2.5) devise (4.4.1) Everything is working great for the most part and users are able to signup and authenticate using LinkedIn. However the default image that is returned in "auth.info.image" is 50x50 which is too small. I've done a lot of reading on this and the suggested way forward is adding "picture-urls::(original)" to the devise fields list. This is consistent with what I see in the documentation ( https://developer.linkedin.com/docs/fields/basic-profile ). This however does not

How to successfully implement og:image for the LinkedIn

有些话、适合烂在心里 提交于 2019-12-02 19:56:43
THE PROBLEM: I am trying, without much success, to implement open graph image on site: http://www.guarenty-group.com/cz/ The homepage is completeply bypassing the og:image tag, where internal pages are reading all images from the site and place og:image as the last option. Other social networks are working fine on both internal pages and homepage. THE CONFIGURATION: I have no share buttons or alike, all I want is to be able to share the link via my profile. The image is well over 300x300px: http://guarenty-group.com/img/gg_seal.png Here is how my head tag looks like: <!DOCTYPE html PUBLIC "-/

Social Share Links with Custom Icons [closed]

偶尔善良 提交于 2019-12-02 13:47:02
I'm looking for any solid current information on creating custom share icons for the following. Facebook Twitter Google + LinkedIn Pinterest All the documentation I keep getting to seems to be about using THEIR social like / share buttons - which most of the time I think are not very appealing. Things like socialite.js help to deal with some of the other issues that arrise when using the "native" like / share buttons (sorry not sure what else to call them), but they're not very pretty to be honest. Any reference material / tutorials or guidance would be awesome. Cheers. Baskaran Below, I am

LinkedIn Groups API - Getting group logo for multiple groups in a single API request

℡╲_俬逩灬. 提交于 2019-12-02 10:25:28
问题 Using LinkedIn Groups API, I am showing a list of groups the user is a member of on LinkedIn. Getting the list of groups in a single call is clear using https://api.linkedin.com/v1/people/~/group-memberships:(group:(id,name),membership-state)?count=50&start=0&oauth2_access_token=' . $accessKey; Task Now, I want to show the group logo image alongside the group name. However, this would mean for n groups, I have to do n more API calls, and this slows down the page load (e.g. for 50 groups). The

Why order is not working on /v2/shares endpoint

两盒软妹~` 提交于 2019-12-02 10:14:33
问题 At hootsuite.com we are using v2/shares to create reports for multiple social profiles over large periods of time. The documentation for that endpoint specifies here that: "Shares are ordered by creation time". at the moment, when I go to https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:organization:15100279&sharesPerOwner=500&start=290 I'll see "activity": "urn:li:activity:6537431951580684288" with createdTime 1558645236755 between two other shares that both have bigger createTime (

LinkedIn Button delay in apparition even after use of done() function?

不打扰是莪最后的温柔 提交于 2019-12-02 07:32:29
问题 LinkedIn Button is always showing, in my consideration, a weird attitude in comparison with other buttons. The issue this time, is the delay in apparition, even after use of done() function: function CreateNewsocial(str) { $(".dd_outer").fadeOut("slow"); CreateNewLikeButton(str); $.when(CreateNewTweetButton(str),CreateNewPlus1Button(str),CreateNewLinkedinButton(str),CreateNewSuButton(str)).done(function(){ $(".dd_outer").fadeIn('slow'); }); } Where: dd_outer is the wrapping div of social

LinkedIn Groups API - Getting group logo for multiple groups in a single API request

﹥>﹥吖頭↗ 提交于 2019-12-02 05:16:05
Using LinkedIn Groups API , I am showing a list of groups the user is a member of on LinkedIn. Getting the list of groups in a single call is clear using https://api.linkedin.com/v1/people/~/group-memberships:(group:(id,name),membership-state)?count=50&start=0&oauth2_access_token=' . $accessKey; Task Now, I want to show the group logo image alongside the group name. However, this would mean for n groups, I have to do n more API calls, and this slows down the page load (e.g. for 50 groups). The documentation states, You can access details about one or more groups such as the ID, name, settings,

How can I change a LinkedIn app's permissions?

核能气质少年 提交于 2019-12-02 04:01:50
问题 I have a LinkedIn app which can access the LinkedIn v2 API (tested with v2 endpoints), having the following privileges (scopes) according to the LinkedIn Developer Portal: r_ad_campaigns r_basicprofile rw_organization. The application is already enrolled in the Marketing Partner Program as far as my knowledge goes. Regarding the above, I would like to have two questions/requests in which I would like to ask for your help. I would like to modify the app permissions (scopes) to be the following

Unable to Authorize LinkedIn app from Android

馋奶兔 提交于 2019-12-02 03:44:25
问题 I am trying to Authorize a LinkedIn app to post status from my Android App to linkedin. But nothing comesup in my webview when I click for authorisation. Here is my OwnAuthLinkPage.java: public class OwnOuthLinkPage extends Activity implements SoapClient { /** Called when the activity is first created. */ Button b; WebView wb; String ftoken,verifire,outh_token,verifire2,requesttokensecret,urlM,OuthT; CookieManager cookieManager ; public static SharedPreferences prefs; public static Editor e;