Customizing new Facebook Page Plugin CSS? - facebook-javascript-sdk

Is customizing new Facebook Page Plugin CSS even possible? I wan't to remove black border around facebook profile photo. I have tried with jQuery, but without success.
Thanks!

Changing the appearance of Social Plugins in any way (except for the official settings) is not possible and not allowed.
For example:
13.4 Don’t obscure or cover elements of social plugins.
Source: https://developers.facebook.com/policy/

Related

Is Shopoify's Polaris used for styling themes or only for creating Custom/Public apps?

It's not clear to me whether a designer would adhere to Polaris specs if they were developing a custom theme for the Shopify store. Would they base it off of the file structure in Shopify sections, snippets, etc. or does Polaris provide something better?
Polaris is used only for Apps since it provides a similar style to the Shopify admin.
That said you can use it in a theme if you want to use similar styled elements as the admin, but coding a whole theme using Polaris will look a little back-end if you understand what I mean.
The idea of Polaris is to make Apps look similar to the Shopify admin design so that users are not faced with the color of the rainbow when they open a random app in their shopify panel.
All Polaris design guidelines and components are written for Apps and not themes.
So yes, you can use it on a theme, but No I don't recommend it.

Style Auth0's universal login header for small screen sizes?

Is it possible the style the header of the universal login page with Auth0?
On mobile I'm seeing a salmon pink color
Under the "Hosted Pages" menu link at manage.auth0.com you can customise the HTML of the page. I've written some CSS in a style tag in the document head but you could also also link to an external stylesheet.

Can I remove the title/border of an app in Rally?

I recently found that one of the custom apps I can add to my Rally homepage is a custom HTML app.
This will be really useful to me, since I can use some HTML (Bootstrap) headers to separate apps on my page and make it more organized.
I got the custom HTML to show properly (and I currently have a header/divider) however, it is showing the grey title bar just like any other app would.
Is it possible to hide this when using the HTML app, so just the HTML output shows?
(If anyone is familiar with apps in Sharepoint, it's called a "Chrome" and you can hide the chrome/title so just the content shows.
I don't think there's any built-in chrome to the apps themselves... Can you show a screenshot? Are you following the general formula to embedding apps presented in this guide?
https://help.rallydev.com/apps/2.1/doc/#!/guide/embedding_apps

twitter bootstrap3 behaviour in all the Browsers

How is datatables and liast boxes are handled in twitter bootstrap 3?
please let me know whether twitter bootstrap 3 works well with all browsers
Browser compatibility is listed on the Bootstrap homepage:
http://getbootstrap.com/getting-started/#browsers
Regarding datatables, if you are referring to the jQuery DataTables plugin at datatables.net, there isn't an official Bootstrap 3 style for it at this time.
However, I have a blog post about some modifications I've made from the Bootstrap 2 examples (datatables.net/blog/Twitter_Bootstrap_2) that you can try out:
http://devblog.rayonnant.net/2013/09/bootstrap-3-datatables-paging.html
I hope this helps answer your questions.

where to get facebook login button

I have implemented facebook authentication for my website with the facebook-omniauth gem. I am simply looking for a "Login From Facebook" button. It seems like facebook only advocates using the login button through the XFBML JS, or through an iframe.
I found that facebook does have various images available on their website:
https://www.facebook.com/images/facebook_logo.gif
https://www.facebook.com/images/fbconnect/login-buttons/connect_light_medium_short.gif
But how can I get access to all of their available images?? (I know I can get a login from facebook image from a 3rd party, but I wanted to get one straight from facebook - just didn't think fb would make it so hard to do without using their javascript libraries or iframes)
http://developers.facebook.com/docs/reference/plugins/login/
here you can generate a button ... not the additional attributes and use them to get different sizes f.e.
sized buttons: small, medium, large, xlarge (default: medium).
Now facebook has their own .png buttons that you can use in your login flow.
Download and follow the instructions
https://developers.facebook.com/docs/facebook-login/checklist/#brandedlogin