From c34a84a7c637b5599bf46936adb4e3bf0145c2fd Mon Sep 17 00:00:00 2001 From: chipset Date: Thu, 5 Nov 2015 15:16:00 +0530 Subject: [PATCH 1/7] Added Google Plus Share for blog post --- _config.yml | 1 + _includes/js.html | 3 +++ _includes/share.html | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/_config.yml b/_config.yml index 00a0d97caa584..0ff40e4f07c31 100755 --- a/_config.yml +++ b/_config.yml @@ -61,6 +61,7 @@ paginate: 5 fb-share: True twitter-share: True reddit-share: True +google-plus-share: True disqus-shortname: "panossakkos" ############### diff --git a/_includes/js.html b/_includes/js.html index 5b5a106ebd6a0..72a26c0570ea3 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,6 +1,9 @@ + + + diff --git a/_includes/share.html b/_includes/share.html index eeae4c0b85bb4..655aea0c2066c 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -15,6 +15,12 @@ {% endif %} + {% if site.google-plus-share %} +
+
+
+ {% endif %} + {% if site.reddit-share %}
From 9fb41571788427728b554bfc3e49543bbbf5198d Mon Sep 17 00:00:00 2001 From: chipset Date: Thu, 5 Nov 2015 16:08:46 +0530 Subject: [PATCH 2/7] Added Google+ and LinkedIN share for blog post --- _config.yml | 1 + _includes/js.html | 3 --- _includes/share.html | 20 ++++++++++++++------ 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 0ff40e4f07c31..956d5f38903e3 100755 --- a/_config.yml +++ b/_config.yml @@ -62,6 +62,7 @@ fb-share: True twitter-share: True reddit-share: True google-plus-share: True +linkedin-share: True disqus-shortname: "panossakkos" ############### diff --git a/_includes/js.html b/_includes/js.html index 72a26c0570ea3..5b5a106ebd6a0 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,9 +1,6 @@ - - - diff --git a/_includes/share.html b/_includes/share.html index 655aea0c2066c..b023ddd19a4a4 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -15,12 +15,6 @@
{% endif %} - {% if site.google-plus-share %} -
-
-
- {% endif %} - {% if site.reddit-share %}
@@ -30,6 +24,20 @@
{% endif %} + {% if site.google-plus-share %} +
+ +
+
+ {% endif %} + + {% if site.linkedin-share %} +
+ + +
+ {% endif %} + From 8242145194f82d2e0c9228a7b23e21e4edea3d15 Mon Sep 17 00:00:00 2001 From: chipset Date: Fri, 6 Nov 2015 18:31:19 +0530 Subject: [PATCH 3/7] Trying empty src fix --- _includes/share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/share.html b/_includes/share.html index b023ddd19a4a4..ab46d635aebcd 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -34,7 +34,7 @@ {% if site.linkedin-share %}
- +
{% endif %} From 5c332a9eb6baa6b4eeb8cb83a7993bbfed866bf5 Mon Sep 17 00:00:00 2001 From: chipset Date: Fri, 6 Nov 2015 18:44:46 +0530 Subject: [PATCH 4/7] Trying empty src fix 2 --- _includes/share.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/share.html b/_includes/share.html index ab46d635aebcd..09c6e373f3c77 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -34,7 +34,7 @@ {% if site.linkedin-share %}
- +
{% endif %} From 53abbeb4142332cd2bec2daf601f0e8b86fe7347 Mon Sep 17 00:00:00 2001 From: chipset Date: Fri, 6 Nov 2015 19:32:03 +0530 Subject: [PATCH 5/7] Built linked in button from ground 0 :stuck_out_tongue: --- _includes/share.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_includes/share.html b/_includes/share.html index 09c6e373f3c77..3120d3715f12d 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -32,12 +32,10 @@ {% endif %} {% if site.linkedin-share %} -
- - + {% endif %} -
From 0d54b71c1b793a2ecbb874ba5a1286d215e6b56c Mon Sep 17 00:00:00 2001 From: chipset Date: Thu, 5 Nov 2015 16:08:46 +0530 Subject: [PATCH 6/7] Added Google+ and LinkedIN share for blog post Trying empty src fix Trying empty src fix 2 Built linked in button from ground 0 :stuck_out_tongue: --- _config.yml | 1 + _includes/js.html | 3 --- _includes/share.html | 18 ++++++++++++------ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 0ff40e4f07c31..956d5f38903e3 100755 --- a/_config.yml +++ b/_config.yml @@ -62,6 +62,7 @@ fb-share: True twitter-share: True reddit-share: True google-plus-share: True +linkedin-share: True disqus-shortname: "panossakkos" ############### diff --git a/_includes/js.html b/_includes/js.html index 72a26c0570ea3..5b5a106ebd6a0 100755 --- a/_includes/js.html +++ b/_includes/js.html @@ -1,9 +1,6 @@ - - - diff --git a/_includes/share.html b/_includes/share.html index 655aea0c2066c..3120d3715f12d 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -15,12 +15,6 @@ {% endif %} - {% if site.google-plus-share %} -
-
-
- {% endif %} - {% if site.reddit-share %}
@@ -30,6 +24,18 @@
{% endif %} + {% if site.google-plus-share %} +
+ +
+
+ {% endif %} + + {% if site.linkedin-share %} + + {% endif %} From b96754c151d8fb663134d41c94ad4cd2c0cdc1cd Mon Sep 17 00:00:00 2001 From: chipset Date: Mon, 9 Nov 2015 11:46:11 +0530 Subject: [PATCH 7/7] Moved LinkedIN above Google+ --- _includes/share.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_includes/share.html b/_includes/share.html index 3120d3715f12d..2f15877a1d9dc 100644 --- a/_includes/share.html +++ b/_includes/share.html @@ -24,18 +24,18 @@ {% endif %} - {% if site.google-plus-share %} -
- -
-
- {% endif %} - {% if site.linkedin-share %} {% endif %} + + {% if site.google-plus-share %} +
+ +
+
+ {% endif %}