From 0ce7cccd58e497d2e20dc51517d3253d54c0ff31 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 13 Apr 2022 13:27:18 -0700 Subject: [PATCH] Remove Twitter and FB SDKs (#22379) --- sass/partials/_sharing.scss | 2 -- source/_includes/after_footer.html | 2 -- source/_includes/asides/about.html | 6 +---- source/_includes/facebook_like.html | 10 ------- source/_includes/post/sharing.html | 26 ++++++++++--------- source/_includes/twitter_sharing.html | 11 -------- source/_posts/2019-09-18-release-99.markdown | 2 +- .../2020-09-20-community-highlights.markdown | 1 - .../2020-11-30-community-highlights.markdown | 1 - .../2021-04-23-community-highlights.markdown | 2 +- .../2021-05-07-community-highlights.markdown | 4 +-- 11 files changed, 19 insertions(+), 48 deletions(-) delete mode 100644 source/_includes/facebook_like.html delete mode 100644 source/_includes/twitter_sharing.html diff --git a/sass/partials/_sharing.scss b/sass/partials/_sharing.scss index 3eecb488e82..1fa9775026f 100644 --- a/sass/partials/_sharing.scss +++ b/sass/partials/_sharing.scss @@ -4,5 +4,3 @@ background: $img-border top left repeat-x; } } - -#fb-root { display: none; } diff --git a/source/_includes/after_footer.html b/source/_includes/after_footer.html index b5ff417aa4e..22cc1c9b4f0 100644 --- a/source/_includes/after_footer.html +++ b/source/_includes/after_footer.html @@ -1,5 +1,3 @@ -{% include facebook_like.html %} -{% include twitter_sharing.html %} - diff --git a/source/_includes/facebook_like.html b/source/_includes/facebook_like.html deleted file mode 100644 index d263e6d2942..00000000000 --- a/source/_includes/facebook_like.html +++ /dev/null @@ -1,10 +0,0 @@ -{% if site.facebook_like %} -
- -{% endif %} diff --git a/source/_includes/post/sharing.html b/source/_includes/post/sharing.html index 01e45deec12..06ae068d7b4 100644 --- a/source/_includes/post/sharing.html +++ b/source/_includes/post/sharing.html @@ -1,19 +1,21 @@

Share this post

+
- - diff --git a/source/_includes/twitter_sharing.html b/source/_includes/twitter_sharing.html deleted file mode 100644 index 7cd5fbc2888..00000000000 --- a/source/_includes/twitter_sharing.html +++ /dev/null @@ -1,11 +0,0 @@ -{% if site.twitter_follow_button or site.twitter_tweet_button %} - -{% endif %} diff --git a/source/_posts/2019-09-18-release-99.markdown b/source/_posts/2019-09-18-release-99.markdown index 7e7f1200243..5b826ffe91b 100644 --- a/source/_posts/2019-09-18-release-99.markdown +++ b/source/_posts/2019-09-18-release-99.markdown @@ -107,7 +107,7 @@ We have published a release candidate of HassOS that is compatible with the new Home Assistant had a booth this year at the [CEDIA home tech trade show](https://www.cediaexpo.com/). We spend a lot of time talking to manufacturers about local APIs, official integrations and better support for open source systems. -

Hanging out at @CEDIAExpo in innovation alley pic.twitter.com/9SnUXo11oA

— Home Assistant (@home_assistant) September 13, 2019
+

Hanging out at @CEDIAExpo in innovation alley pic.twitter.com/9SnUXo11oA

— Home Assistant (@home_assistant) September 13, 2019
We also had some great drinks in the evenings with companies that integrate with Home Assistant. In this picture [Konnected.io](/integrations/konnected) and Senic. diff --git a/source/_posts/2020-09-20-community-highlights.markdown b/source/_posts/2020-09-20-community-highlights.markdown index 031664cbf47..ae8c317bfe9 100644 --- a/source/_posts/2020-09-20-community-highlights.markdown +++ b/source/_posts/2020-09-20-community-highlights.markdown @@ -75,7 +75,6 @@ Jay was not the only one, [debsahu] added some lights to the deck steps as well!

Decks lights are in. It blinks now. Powered by #esp32 @esphome_ and controlled by @home_assistant pic.twitter.com/ukCcDw8Mhm

— Debashish Sahu, PhD (@debsahu) August 9, 2020
- [JayBigGuy]: https://twitter.com/jaybigguy10 [debsahu]: https://twitter.com/debsahu diff --git a/source/_posts/2020-11-30-community-highlights.markdown b/source/_posts/2020-11-30-community-highlights.markdown index f0a980f1929..2311440ebf7 100644 --- a/source/_posts/2020-11-30-community-highlights.markdown +++ b/source/_posts/2020-11-30-community-highlights.markdown @@ -89,7 +89,6 @@ using your toothbrush... Why? Because we can! 😎

Have you ever seen a house alarm system controlled by a toothbrush? Here our @VanderbiltInd alarm is integrated into @home_assistant . Our toothbrush is ble enabled, it’s state is read by an ESP32 chip and sent into @home_assistant pic.twitter.com/T9XGi1Zjmb

— Ian (@imduffy15) November 19, 2020
- ## Home Assistant Conference diff --git a/source/_posts/2021-04-23-community-highlights.markdown b/source/_posts/2021-04-23-community-highlights.markdown index 4bbf5f4d994..6321e6d2700 100644 --- a/source/_posts/2021-04-23-community-highlights.markdown +++ b/source/_posts/2021-04-23-community-highlights.markdown @@ -99,7 +99,7 @@ Blitzwolf etc. More information can also be found in the twitter thread below. -

I'm doing an internship at @NabuCasa with the goal to discover how @home_assistant can be used to gain insight in your energy usage and help optimize it.

I will be using this thread to show some of the things that I have done so far. pic.twitter.com/0lLJxt15Nn

— Klaas Schoute (@klaasnicolaas) April 20, 2021
+

I'm doing an internship at @NabuCasa with the goal to discover how @home_assistant can be used to gain insight in your energy usage and help optimize it.

I will be using this thread to show some of the things that I have done so far. pic.twitter.com/0lLJxt15Nn

— Klaas Schoute (@klaasnicolaas) April 20, 2021
## Got a tip for the next edition? diff --git a/source/_posts/2021-05-07-community-highlights.markdown b/source/_posts/2021-05-07-community-highlights.markdown index 669987c3301..88d93e3b635 100644 --- a/source/_posts/2021-05-07-community-highlights.markdown +++ b/source/_posts/2021-05-07-community-highlights.markdown @@ -112,7 +112,7 @@ component, which is ideal for if you want to measure all your energy via a pulse LED on your smart meter or when you want to read what your water consumption is. -

The pulse meter component is also what I’ve used for the hardware I’ve been working on. I’ve made a range of improvements since the last time I shared it. Now including a status LED so it’s easy to check if it’s working. pic.twitter.com/GwaVZS0HQj

— Klaas Schoute (@klaasnicolaas) May 4, 2021
+

The pulse meter component is also what I’ve used for the hardware I’ve been working on. I’ve made a range of improvements since the last time I shared it. Now including a status LED so it’s easy to check if it’s working. pic.twitter.com/GwaVZS0HQj

— Klaas Schoute (@klaasnicolaas) May 4, 2021
By combining measuring how many pulses there are within a time frame and the time between each pulse, you get even better accurate readings! @@ -144,4 +144,4 @@ See you next edition! [community]: https://community.home-assistant.io [esphome]: https://esphome.io [week_blueprint]: https://community.home-assistant.io/t/deconz-simple-alarm-control-panel-blueprint/305397 -[dashboard]: https://www.reddit.com/r/homeassistant/comments/n4xnp3/i_made_neon_ui_for_my_tablet_does_it_have \ No newline at end of file +[dashboard]: https://www.reddit.com/r/homeassistant/comments/n4xnp3/i_made_neon_ui_for_my_tablet_does_it_have