RTL Demo
As per request we have added in some support for right to left languages. While it may not be a massive amount you should now easily be able to accomplish what is required to handle RTL languages.
display.rtl
Whether or not to configure the bar for RTL languages. If true messages are scrolled from right to left and the social text is displayed to the right of the icons and right aligned.
In the below example we enable the RTL option and switch the button and social link positions to complete the effect.
$foobar({
"display": {
"rtl": true
},
"position": {
"social": "right",
"button": "left"
}
});
rtl
reset