ParalelnaPolisKE / paralelnapoliskosice.sk

▵ Website of Paralelná Polis Košice
https://www.paralelnapoliskosice.sk
The Unlicense
7 stars 6 forks source link

Facebook embed with timeline on KONTAKT page, possibly HOME #19

Closed Ljuk67 closed 6 years ago

Ljuk67 commented 6 years ago

Add https://www.facebook.com/paralelnapoliske/ to KONTAKT page using embed code from: https://developers.facebook.com/docs/plugins/page-plugin/

Place it on KONTAKT page including Timeline to show latest development.

I suggest also to place it on the HOME page for now, centered, as we don't have a busy blog ...yet.

crazko commented 6 years ago

Right, let me know when you have app id.

Ljuk67 commented 6 years ago

To create the app id, I need

https://developers.facebook.com/apps/2127644397453206/settings/basic/

crazko commented 6 years ago

What do you propose? Would be the link "Podmienky používania" in the footer leading to its own page sufficient?

Ljuk67 commented 6 years ago

yeah, should be good. If we want to comply with GDPR, we need more. But we weren't planning this at all, so this should be ok for now. I just need an URL, doesn't even have to be on the site frontend.

On Tue, 14 Aug 2018 at 17:50, Roman Veselý notifications@github.com wrote:

What do you propose? Would be the link "Podmienky používania" in the footer leading to its own page sufficient?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/ParalelnaPolisKE/paralelnapoliskosice.sk/issues/19#issuecomment-412920692, or mute the thread https://github.com/notifications/unsubscribe-auth/AXG61cdF2hPi8meenEGX4euGyqDkbs9tks5uQvHigaJpZM4Vxyyt .

-- Blockchain & Cryptocurrencies - how can it help your business? www.blockchainwisely.com http://www.blockchainwisely.com

Webdesign: www.lacnatvorbawebstranok.com | Ebooks: Ako alternatívne cestovať http://posveteposvojom.com/pomozem-ti/e-kniha-ako-cestovat-alternativne/ | Cesta k finančnej slobode http://posveteposvojom.com/cesta-k-financnej-slobode/ | Ako dosiahnuť úspešnú kariéru http://posveteposvojom.com/pomozem-ti/ako-si-vybudovat-uspesnu-karieru/ | Health: www.veganstvo.org | www.menejmasa.sk https://menejmasa.sk/ | Travel: www.posveteposvojom.com

www.lukascech.com

crazko commented 6 years ago

Here it is :) http://www.paralelnapoliskosice.sk/podmienky-pouzivania/ (working on https)

Ljuk67 commented 6 years ago

great, thanks! Will open a Trello item for the content.

Ljuk67 commented 6 years ago

ah, not closed, yet, sorry :)

Ljuk67 commented 6 years ago

JS CODE (place in the header of the page, where the code is embedded)

<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v3.1&appId=2127644397453206';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

FB EMBED CODE WITH TIMELINE: (place where you want FB widget to show). you can remove 'data-tabs="timeline"' if you want a shorter widget with no timeline.

<div class="fb-page" data-href="https://www.facebook.com/paralelnapoliske/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/paralelnapoliske/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/paralelnapoliske/">Paralelná Polis Košice</a></blockquote></div>