XF 1.2 g +1 button RTL direction ?

Is it possible to change the direction of the g+1 button from ltr to rtl ? (my forum is set to rtl)

in the template (ex. sidebar_share_page) this is what I found:
HTML:
<div class="plusone shareControl">
                        <div class="g-plusone" data-size="medium" data-count="true" data-href="{$url}"></div>
                    </div>
I have tried to add: data-lang="ar" and style="direction:rtl;" to the <div> but with no success!

Please advice!
 
Top Bottom