// backend/tiktok.jsw import { fetch } from 'wix-fetch'; export async function sendTikTokEvent() { const response = await fetch('https://business-api.tiktok.com/open_api/v1.3/event/track/', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Access-Token': 'cc929466d6890917f559d33ac1bff2fd75324f6f' }, body: JSON.stringify({ event_source: 'web', event_source_id: 'D0CTL6JC77U75NH4MAU0', data: [ { event: 'SubmitApplication', event_time: Math.floor(Date.now() / 1000), // current UNIX time user: { email: null, phone: null, external_id: null }, properties: { currency: null, content_type: null }, page: { url: 'https://www.ebright.my/trial-classes-t', referrer: null } } ] }) }); const result = await response.json(); return result; }
top of page
eBright

eBright

Admin
More actions

Profile

Join date: Jan 31, 2018

Posts (33)

May 12, 2026 ∙ 2 min
Why Warm-Ups Are Important in Public Speaking Classes
For many English learners, public speaking feels like a double challenge. You aren't just managing nerves; you are also navigating new grammar and vocabulary. Using warm-up exercises is one of the most effective ways to bridge the gap between thinking in English and speaking it fluently. Here is why every ESL learner should start their practice with a warm-up. 1. Lowering Stress and Building Confidence In language learning, stress and fear can actually block your ability to speak. Warm-ups...

1
0
Apr 10, 2026 ∙ 3 min
How Body Language Helps Shy Kids Become Confident Public Speakers
When it comes to public speaking, your words are only one part of the message. The way you stand, move, and express yourself can influence your audience just as much, if not more. Research often suggests that much of communication is nonverbal, meaning your body language plays a major role in how people understand and respond to you. Body language is more than just using hand gestures or standing properly. It is about making sure your physical presence supports the message you want to share....

8
2
Mar 12, 2026 ∙ 2 min
Control Your Nerves: Mastering Anxiety in Public Speaking
Nerve control refers to the techniques and mental strategies used to manage anxiety before and during a speech. Public speaking is often cited as one of the most common fears, but with the right tools, you can transform nervous energy into a positive performance. This includes: Breathing Techniques (slow and deep breaths) Positive Affirmations (self-empowerment statements) Visualization (mentally rehearsing success) Physical Relaxation (shaking out tension) Mindset Shifts (focusing on...

12
2

Ebright Sdn. Bhd. No: 202101030304 (1430604-A) All Rights Reserved.

Terms and Conditions

bottom of page