GoodData SSO URL to use in iFrame when using White Labeling - gooddata

Should the iFrame src still be "https://secure.gooddata.com/gdc/account/customerlogin?blahblahblah" when using a white labeled account. Or should you use your custom domain? e.g. "https://analytics.yourcompany.com/gdc/account/customerlogin?blahblahblah"

Talked to support, and they said "If the portal is Whitelabeled all communication should be aligned with it." so I interpret that as a yes.

Related

How to add sign in to {x} with Google elegant pop-up on top-right corner

Sites like https://streeteasy.com/ and https://www.geeksforgeeks.org/ incorporate the same UI that allows you to log-in using Google Auth with one click. The photo below shows an example.
Since many sites have this identical UI, I assume there is some Google/Firebase mode, but I do not see documentation related to this.
Perhaps this link in the html provides some help in figuring this out? ux_mode=popup I am familiar with, but ui_mode=card I am not. https://accounts.google.com/gsi/iframe/select?client_id=388036620207-3uolk1hv6ta7p3r9l6s3bobifh086qe1.apps.googleusercontent.com&ux_mode=popup&ui_mode=card&as=al2HYo2TiehJpHITNY8fJQ&channel_id=9384f02a26b236ce29c0acab5000e8c656b9bbfb3202c094cd65f92e2468d6a3&origin=https%3A%2F%2Fwww.geeksforgeeks.org
This UI use "One tap sign-in and sign-up" of Google. Is very easy, the URL with complete integration and implementation is:
https://developers.google.com/identity/one-tap/web/guides/get-google-api-clientid
I found the solution in
Documentation for the automatic "Continue as" Google popup

How to apply page background images in tabris, preferable using stylesheets for iOS and/or Android devices

this is not clear to me from the documentation and from the current behavior I see in my app: The stylesheets work nice using a web browser, but not on the mobile app.
So what I was looking for is how to apply different background images in our mobile app (or at least colors) to the navigation page (top level pages list) and any other pages. We would like to apply different styles to the our current, I guess default style but don't know how to do this. So at this point I do not know what I can ask our graphics designer to provide.
Any docs that I missed or examples I can look at?
Thanks,
Vincent
The styles you are using for the web are applied by RAP's theming. Currently Tabris does not support theming. The only option you have at the moment is to use the SWT setBackground.Image methods on the widget itself. To behave different as in the web you could use RWT.getClient().getService( ClientDevice.class ).getPlatform(); to distinguish between the mobile and web client.

How to embed into Facebook using PHP SDK

I have been trying really hard to get this working but with no sign of hope. I summoned my powers to do the right thing but with no success.
I am wondering if someone have embed videojs player into facebook feed
A thought in the right direction will be appreciated.
From here : https://www.jwplayer.com/blog/publish-your-videos-to-facebook-with-a-jw-player/ it seem there is securities limitation. Facebook want a secure url with https. If not, Facebook make a link toward your website's page...
Of course, you have to use the OpenGraph protocol : http://ogp.me/
Like here : Facebook doesn't detect video while sharing my own page
Best regard

FB fanpage custom layouts

On my FBpage I wish to add custom tabs, within these tabs/iframes I want to external link my website (html/css, hosted on One.com, no SSL) so to achieve a fancy design, kind of like these:
http://bit.ly/YX1Vpr
http://on.fb.me/14NITT5
Tried the app "Static HTML" and added three tabs (Info, Contact, Biography) and I found two interesting options:
1) "Static HTML
A simple HTML editor allowing you to create static HTML content"
2) "Website
Use a page from your website. Includes resizing functionality."
Tried option 2 and linked an external page hosted on One.com, but it doesn’t seem to work on tablets/phones.
BOTTOM QUESTION: Any way to get around the SSLrestriction, ie by apps such as Static HTML, Woobox etc - or do I just need an SSL either way?
You cannot have a custom layout on Facebook pages OR profiles. You can add custom tabs via adding applications to your facebook page. Below are a few good pre packaged Facebook application providers. The list is ordered by perceived quality vs price (some are free, some are paid, and some allow you to white label your application after paying X dollars per month). Note that this ordering is completely subjective to my experience.
http://www.wildfireapp.com/plans (specific for promotions)
http://www.votigo.com/corp/features-and-pricing.php (specific for promotions)
http://www.shortstackapp.com/ (white label $30 and up)
https://www.socialappshq.com/home/pricing (white label $99 and up)
http://northsocial.com/pricing/ (SRM, white label $79 and up, also pricey)
http://www.agorapulse.com/pricing/ (white label $145 and up)
http://www.pagemodo.com/pricing (white label $30 and up)
http://thrusocial.com/index/subscribe (white label $20 and up)
http://www.tabfusion.com/pricing.php
http://www.faceitpages.com/pricing.php (white label $125 and up)
http://www.tabsite.com/pricing.php
Besides the above, you CAN develop Facebook applications and host them on your OWN server. This is a much more complicated setup, and I recommend you start with one of the options above. If you decide to use this method you will need to purchase an SSL certificate for the domain under which you are hosting your FB app, EVEN if your app is only static content. Find a suitable SSL sert provider via a simple search.

Facebook Page Tab app not appearing to non-page admin users

I am experiencing a problem similar to 2 others who have recently written about this issue.
A newly created Page Tab Facebook app displays for admin users but not for regular users.
I only have 8 page tabs currently so it cannot be that there are too many.
Also, sandbox mode is disabled ( have tried both enabled and disabled).
Can anyone think of a reason that this might be occurring?
I added the tab with the code:
http://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
Could it have something to do with https in the url as opposed to http?
I am at a loss and do not know how to go about solving this issue.
Any ideas, however far-out they may be,would be aprreciated.
Thank you to anyone who might think they can help...
Have you forgotten to take the app out of Sandbox Mode? (try toggling it just in case, even if it's not in sandbox mode, as this is by far the most likely explanation here)
Also, check there aren't demographic restrictions set on the app or page via the API, as in this case only the users that meet the restrictions will see the tab. (though the admins will always see it)
Also check that you've configured the Page Tab URL and Secure Page Tab URL settings for the app correctly, as if a user uses HTTPS and the App doesn't support it they won't see the tab
If the tab isn't appearing at all it's almost certainly one of those two problems ,if it's displaying but the content isn't rendering, also check your code and make sure it's not fataling on checking the signed_request for non-admins or something like that