Please Log in or Create an account to join the conversation.
Don't understand. Seeing it where? In the pop-up? Don't see how this is even possible. If it were then it has to be on social sites end of problems as they're entirely responsible for loading in the pop up. It's supposed to be a login form asking them to login with their social site credentials if they aren't already logged in that is. It should show your Application and information regarding your Application in the popup as well.edit: Every user sees my accounts and so do not-registered site visitors. At first I thought I was the only one seeing my LinkedIn and Facebook accounts, maybe because I was viewing while being logged on to these sites, but this is not the case.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It doesn't check that they have one. If it did then numerous widgets wouldn't work because a lot of them don't require a connection. For example I could add a custom follow button to their profile that has no relation to their connection. It supports substitutions so just use an IF statement to stop it from rendering. Example as follows.This field caused the LinkedIn tab to appear on every CB profile on the website, regardless wether the user had LinkedIn connected or not - and most of them had not yet made a connection because I noticed the issue only hours after I added this option;
That has nothing to do with CB Connect. You implemented the widget wrong. Social site widgets always use the viewing users information if none is specific. Often they've a parameter to specify a user id or a username of some sort so it's specific to a user. The only widget that worked well dynamically was the Share one, which is why it's the only one available from dropdown. Widgets like "Follow" require a company name instead of linkedin id or username.The script contained a reference to my own LinkedIn profile, causing my LinkedIn profile to appear in every LinkedIn tab in every CB users' profile. In other words: the script turned out not to be dynamic.
Use CB Conditional to disable tabs/fields based off the linkedin id as needed.It does not appear when the user does not have a LinkedIn account connected to CB, and
LinkedIn ID field should always do this. It's just a HTML href element with a normal HTTP URL. Widgets and such have zero affect on its functionality.It shows a link to the appropriate LinkedIn account of an individual user when they have connected their LinkedIn account to CB.
Same as above, it doesn't care if they have an ID or not. You need to use CB Conditional to show/hide fields/tabs based off the ID field. This is done to allow full usage in any way someone may need. If I force it to only show when an id is present then it limits its usage capabilities. If no id is present a widget/plugin will use the person viewing it (if they have a social site session active). All of this is rendered and handled by the social site, CB Connect just prepares the HTML for you (except with Custom widgets/plugins).Just like the Custom field on the LinkedIn tab, the Activity field caused the FB tab to appear on each CB user's profile with the same content. In this case, it said that there were no recent activities to show. Disabling this field had similar results like disabling the Custom field in the LinkedIn tab.
It requires a twitter id. Without it it flat out errors. Many widgets/plugins have multiple usecases and don't always require an ID. For ones that do it's enforced.I've also created a new field on my Twitter tab, a field of the type Twitter widget > Profile, which showes the latest tweets from the Twitter account which is connected. How come that this field behaved correctly right from the start, while the other fields caused such troubles?
You would need to use synchronize their linkedin username (if possible) to a field then build a URL from that. LinkedIn widgets are designed, frankly, terribly. Most are dependent on pointless profile values instead of just using profile id like all other social sites (except twitter, they use username).In the LinkedIn IN/MemberProfile script I would like to replace the hard coded reference to my account with a dynamic reference to the appropriate user's account. Could you tell me how to do this?
Best solution is to use CB Conditional to disable a field if the user doesn't have an appropriate social site ID. This will be the most reliable solution as it completely removes the fields rendering.The Twitter widget acts exactly as one would expect. Do you have any documentation or other resources for adding / creating such reliable widgets for the other social networks?
Please Log in or Create an account to join the conversation.