Community
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.community-facebook').forEach(card => {
const iframe = card.querySelector('iframe[src*="facebook.com/plugins/video.php"]');
if (!iframe) {
return;
}
const resizeFacebookEmbed = () => {
const width = Math.round(card.clientWidth);
if (!width) {
return;
}
const height = Math.round(width * 16 / 9);
const url = new URL(iframe.src);
if (
url.searchParams.get('width') === String(width) &&
url.searchParams.get('height') === String(height)
) {
return;
}
url.searchParams.set('width', width);
url.searchParams.set('height', height);
iframe.width = width;
iframe.height = height;
iframe.src = url.toString();
};
resizeFacebookEmbed();
new ResizeObserver(resizeFacebookEmbed).observe(card);
});
});
A strong community grows through exchange between professionals: a way to grow together while giving value to the workshops, tuners, and mechatronic technicians who use our solutions every day.
Share your daily work, from hands-on operations and challenges to the results you achieve.
Every piece of content helps showcase the value of your work and make it visible to professionals who speak your language.
How it works:
- Share your content: photos, videos, tests, and results
- Showcase your work in a clear and concrete way
- Tag Alientech
- Your content may be selected and featured on the Community page
Add value to your work every day. It’s not just about visibility, it’s about positioning.
Share, tag, and join the Community.
Follow us on our social channels:
@stageonemap Primo test su strada del Datalogger KESS3 di Alientech: ecco com’è andata (Parte 1) 🔥 #alientech #log #kess3 #collaborazioni #pro ♬ audio originale - Stage One Map
