[libreoffice-website] LibreOffice and TDF Social buttons

2013-12-08 Thread Zeki Bildirici
Hi,

To improve our followers in social networks we can use web badges and snippets.

As well as i was planning to do this snippes for our
Ask.LibreOffice.org and Planet.documentfoundation.org. I thought that
we can also use those in our blogs/websites etc.

Here are the html codes which are ready to work by pasting into the
active code of your website.

-
Twitter buttons:
(Official buttons can be created here in a very simple way:
https://about.twitter.com/resources/buttons)

PlanetTDF:

a href=https://twitter.com/PlanetTDF; class=twitter-follow-button
data-show-count=false data-size=largeFollow @PlanetTDF/a
script!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');/script

Ask.LibreOffice.org:

a href=https://twitter.com/AskLibreOffice;
class=twitter-follow-button data-show-count=false
data-size=largeFollow @AskLibreOffice/a
script!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');/script

LibreOfficeBugzilla:

a href=https://twitter.com/LibreOfficeBugs;
class=twitter-follow-button data-show-count=false
data-size=largeFollow @LibreOfficeBugs/a
script!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');/script

TDF:

a href=https://twitter.com/TDForg; class=twitter-follow-button
data-show-count=false data-size=largeFollow @TDForg/a
script!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');/script


And you may create other types of buttons there easiliy.

@Florian, could you update ask.libreoffice.org's Follow link with its
button too :)

---

For Google+:

Google+'s official buttons and snippets can be found here:
https://developers.google.com/+/web/+1button/ and it is very easy to
have one. There are button types in the left menu tree)

1- The important +1button( Briefly, it is very important in Google's
page rankssearch results)

Generic +1 button(For Planet and our other sites):

!-- Place this tag where you want the +1 button to render. --
div class=g-plusone data-annotation=inline data-width=300/div

!-- Place this tag after the last +1 button tag. --
script type=text/javascript
  (function() {
var po = document.createElement('script'); po.type =
'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
  })();
/script

2- Our Google+ Community's badge (Created via
https://developers.google.com/+/web/badge/#community-badge 250 px with
can be changed easily for design)

!-- Place this tag where you want the widget to render. --
div class=g-community data-width=250
data-href=https://plus.google.com/communities/105920160642200595669;/div

!-- Place this tag after the last widget tag. --
script type=text/javascript
  (function() {
var po = document.createElement('script'); po.type =
'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
  })();
/script


Facebook:

I'm not a very active FB user and i still confuse what is Like and
what is different with Share and Follow etc :)

But to make a complete list here is the FB's official button pages:
https://developers.facebook.com/docs/plugins/like-button/
https://developers.facebook.com/docs/plugins/follow-button/

and other social plugins on the left menu tree

pasting our LibreOffice's url https://www.facebook.com/libreoffice.org
and pressing Get the code button  which you like

-

I hope that the new design will include a good social bar for all our
accounts. Anyway, don't hesitate to use this badges/buttons in your
blogs, websites etc.

Best regards,
Zeki

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be 

Re: [libreoffice-website] LibreOffice and TDF Social buttons

2013-12-08 Thread Charles-H. Schulz
Le Sun, 8 Dec 2013 12:29:37 +0200,
Zeki Bildirici z...@ozgurlukicin.com a écrit :

 Hi,
 
 To improve our followers in social networks we can use web badges and
 snippets.
 
 As well as i was planning to do this snippes for our
 Ask.LibreOffice.org and Planet.documentfoundation.org. I thought that
 we can also use those in our blogs/websites etc.
 
 Here are the html codes which are ready to work by pasting into the
 active code of your website.
 
 -
 Twitter buttons:
 (Official buttons can be created here in a very simple way:
 https://about.twitter.com/resources/buttons)
 
 PlanetTDF:
 
 a href=https://twitter.com/PlanetTDF; class=twitter-follow-button
 data-show-count=false data-size=largeFollow @PlanetTDF/a
 script!function(d,s,id){var
 js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');/script
 
 Ask.LibreOffice.org:
 
 a href=https://twitter.com/AskLibreOffice;
 class=twitter-follow-button data-show-count=false
 data-size=largeFollow @AskLibreOffice/a
 script!function(d,s,id){var
 js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');/script
 
 LibreOfficeBugzilla:
 
 a href=https://twitter.com/LibreOfficeBugs;
 class=twitter-follow-button data-show-count=false
 data-size=largeFollow @LibreOfficeBugs/a
 script!function(d,s,id){var
 js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');/script
 
 TDF:
 
 a href=https://twitter.com/TDForg; class=twitter-follow-button
 data-show-count=false data-size=largeFollow @TDForg/a
 script!function(d,s,id){var
 js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
 'script', 'twitter-wjs');/script
 
 
 And you may create other types of buttons there easiliy.
 
 @Florian, could you update ask.libreoffice.org's Follow link with its
 button too :)
 
 ---
 
 For Google+:
 
 Google+'s official buttons and snippets can be found here:
 https://developers.google.com/+/web/+1button/ and it is very easy to
 have one. There are button types in the left menu tree)
 
 1- The important +1button( Briefly, it is very important in Google's
 page rankssearch results)
 
 Generic +1 button(For Planet and our other sites):
 
 !-- Place this tag where you want the +1 button to render. --
 div class=g-plusone data-annotation=inline
 data-width=300/div
 
 !-- Place this tag after the last +1 button tag. --
 script type=text/javascript
   (function() {
 var po = document.createElement('script'); po.type =
 'text/javascript'; po.async = true;
 po.src = 'https://apis.google.com/js/platform.js';
 var s = document.getElementsByTagName('script')[0];
 s.parentNode.insertBefore(po, s);
   })();
 /script
 
 2- Our Google+ Community's badge (Created via
 https://developers.google.com/+/web/badge/#community-badge 250 px with
 can be changed easily for design)
 
 !-- Place this tag where you want the widget to render. --
 div class=g-community data-width=250
 data-href=https://plus.google.com/communities/105920160642200595669;/div
 
 !-- Place this tag after the last widget tag. --
 script type=text/javascript
   (function() {
 var po = document.createElement('script'); po.type =
 'text/javascript'; po.async = true;
 po.src = 'https://apis.google.com/js/platform.js';
 var s = document.getElementsByTagName('script')[0];
 s.parentNode.insertBefore(po, s);
   })();
 /script
 
 
 Facebook:
 
 I'm not a very active FB user and i still confuse what is Like and
 what is different with Share and Follow etc :)
 
 But to make a complete list here is the FB's official button pages:
 https://developers.facebook.com/docs/plugins/like-button/
 https://developers.facebook.com/docs/plugins/follow-button/
 
 and other social plugins on the left menu tree
 
 pasting our LibreOffice's url https://www.facebook.com/libreoffice.org
 and pressing Get the code button  which you like
 
 -
 
 I hope that the new design will include a good social bar for all our
 accounts. Anyway, don't hesitate to use this badges/buttons in your
 blogs, websites etc.


Thanks!
From the point of view of the website redesign, social buttons will be
more present (i.e not just on the homepage), but as I circulated 

Re: [libreoffice-website] Re: Turkish website administrator rights

2013-12-08 Thread Volkan Gezer
Hi all,


2013/12/5 Zeki Bildirici z...@ozgurlukicin.com:

 3 Ara 2013 15:15 tarihinde Christian Lohmaier
 cl...@documentfoundation.org yazdı:

 Hi Zeki,
 Hi Christian,

 As Florian said: already added him last week - does he have problems
 logging in?
 Thanks for adding him.

 Volkan says that he has some problems about the login process,  site
 redirects him to password reset section and password reset is not
 responding.

 @volkan
 Please contact with Christian and give detailed info about the probs.


I am trying to login with my credentials on
https://tr.libreoffice.org/admin, but i get no feedback like wrong
password or anything else. I also tried with
https://libreoffice.org/admin, but the problem is the same.

Clicking on https://www.libreoffice.org/Security/lostpassword
redirects me to the Admin login page again and I cannot request a new
password for my account either.

What should I do to login?

-Volkan

 Best regards
 Zeki

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-website] [Bug 72497] New: BUGZILLAASSISTANT: BSA doesn't work with Safari 6.1

2013-12-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72497

  Priority: medium
Bug ID: 72497
CC: website@global.libreoffice.org
  Assignee: libreoffice-b...@lists.freedesktop.org
   Summary: BUGZILLAASSISTANT: BSA doesn't work with Safari 6.1
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: serval2...@yahoo.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: WWW
   Product: LibreOffice

Problem description: 
With MacOS 10.7.5 (my version) and 10.8.5 (a user from a forum) and Safari 6.1
(in both cases), BSA doesn't work.
The left green toolbar appears + top green banner but no select box.

I enable development menu then debug console and noticed this:
[Error] SyntaxError: Expected token ')' (bugzilla.js, line 18)
[Error] TypeError: 'undefined' is not an object (evaluating
'$.bugzilla.isLoggedIn')
main (bug.js, line 519)
(fonction anonyme) (bug.html, line 1401)
c (jquery-1.10.1.min.js, line 4)
fireWith (jquery-1.10.1.min.js, line 4)
ready (jquery-1.10.1.min.js, line 4)
q (jquery-1.10.1.min.js, line 4)


Steps to reproduce:
1. Open Safari 6.1 in MacOs
2. Go to https://www.libreoffice.org/get-help/bug/


Current behavior:
No Select box

Expected behavior:
Select box appears

Operating System: Mac OS X
Version: unspecified

-- 
You are receiving this mail because:
You are on the CC list for the bug.

-- 
To unsubscribe e-mail to: website+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted