Marcus, could it be something else?

I compared that section of "index.html" with its English counterpart and it looks the same.

The functions "shareFacebook()", "shareTwitter()" and "shareGooglePlus()" are listed right under "share( platform )" as conditions ("if" / "else if").

To recapitulate: 1) it used to work, 2) it stopped working, 3) the relevant part of "index.html" was not edited.

It's getting a bit too complex for me in terms of programming syntax to fix it on my own.

Regards,

Aivaras

2014.07.13 18:43, Marcus (OOo) rašė:
Am 07/13/2014 05:02 PM, schrieb Aivaras Stepukonis:
Website > native subsite (in my case, lt) > Download > Blue Box (Help
spread the word): the link to the official blog disappeared and the rest
of the links (Facebook, Twitter, Google+) are broken.

This may be due to the ongoing work in the JavaScript compartment.
Please, instruct how to fix it.

in Firebug I can see error messages when clicking on the 3 links. The functions "shareFacebook()", "shareTwitter()" and "shareGooglePlus()" were expected.

But at top in the script area there is only a single function "share( platform )" were the social network name is expected as parameter.

So, when exchanging the 3 functions calls with "share( 'facebook' )",
"share( 'twitter' )" and "share( 'google+' )" it would work.

The link + image for the blog is not defined at all. But you can use this schema:

<a style="padding: 0pt 5px 0pt 30px; display: inline;"
href="javascript:share( 'apacheblog' )"
title="Papasakokite savo draugams apie „Apache OpenOffice“, naudodami „Weblog of OpenOffice“">
<img src="/images/logo-rss-32.png"
alt="Papasakokite savo draugams apie „Apache OpenOffice“, naudodami „Weblog of OpenOffice“" />
</a>

When you put the blog icon at first you have to exchange the CSS style for padding between Facebook and blog.

HTH

Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: l10n-unsubscr...@openoffice.apache.org
For additional commands, e-mail: l10n-h...@openoffice.apache.org

Reply via email to