Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

MAKEONCE FREE

1.2k members • Free

GC
Growthworks Community

21.8k members • Free

MAKEONCE PRO

411 members • Paid

14 contributions to MAKEONCE FREE
đź’Ž Filter YouTube Comments by "?" without VidIQ đź’Ž
I figured out the coolest thing! It got me really excited and I want to share it with you. Here it is: You know how you need VidIQ to filter all the comments corresponding to YouTube videos so they display only the questions? I figured out how to accomplish this without VidIQ, any browser extensions, applications, or even using another website. VidIQ is great but if you just want to filter out the questions, you don’t need it. Tools: Firefox Browser: https://firefox.com/ JavaScript Code Snippet: https://snippet.codes/u/DavidLazo/snippets/782 Watch the attached video which explain the process in detail. If you find it useful. Leave me a comment.
10
3
New comment Feb 27
0 likes • Feb 17
JavaScript code snippet: (function() { const comments = [...document.querySelectorAll("#content-text")]; const questions = comments.map(comment => comment.innerText) .filter(text => /\?/.test(text)); // Join all questions into a single string separated by new lines for clipboard const questionsText = questions.join('\n\n'); // Double newline for better separation // Use the Clipboard API to copy the text navigator.clipboard.writeText(questionsText) .then(() => { console.log('Questions copied to clipboard successfully!'); }) .catch(err => { console.error('Failed to copy questions to clipboard: ', err); }); // Output highlighted questions to the console questions.forEach(question => { const parts = question.split(/(\s*\?\s*)/); const highlighted = parts.map((part, index) => { if (part.includes('?')) { return `%c${part}%c`; } return part; }).join(''); const styles = parts.flatMap(part => part.includes('?') ? ['color:#ff7de9; font-weight: bold;', 'color: inherit;'] : [] ); console.log(highlighted, ...styles); }); })();
1 like • Feb 27
@Chris Cuhsnick 🔥 You're welcome!
Introduction Post
Hi All! I saw a comment somewhere on Skool that THIS is the place I need to be to learn - the right way! So here I am! I'm a busy stay at home mom, just launching my online marketing business and free community... so just a tad bit busy (maybe overwhelmed??), but have such a vision for where all of this could be in a few years. LONG term vision that makes it putting in the effort now, even if I have to go slower than some. Thanks for all the help and support I know you'll be!!
2
5
New comment Feb 4
1 like • Feb 4
[attachment]
1 like • Feb 4
@Candace Allgood Anytime! Remember, progress is progress, no matter how small. You're on the right track!
What's the BIGGEST struggle in your business right now?
Using a single sentence explain what your roadblock is.
10
21
New comment 23d ago
What's the BIGGEST struggle in your business right now?
1 like • Jan 10
Hi @Ricardo Ampudia! You can find that here: MAKEONCE FREE--> Classroom --> Pocket Coaching --> Tab: Conversion--> Video Title:Set Up Your Value Train Email Sequence
introduction
Hello everyone, i'm new here i hope i'm welcomed in to the community. how does it work here pls?
4
10
New comment Sep '24
3 likes • Sep '24
Hi Danielle! You’re definitely welcome in the group. You can start by sharing what motivated you to join and the challenges you are currently facing that you’d like to overcome. This is also a great opportunity to share what you would like to learn about running an online coaching business. State your current state: State your desired state: (Also known as your current situation/desired situation.) This helps @Mike Gowans understand what type of content to create to best support you. If you are wondering whether you would like to be a coach but are not sure what it is all about, watch this: "Launch Your Course Business Free BluePrint" https://www.skool.com/makeoncefree/classroom/861145f5?md=c9296f05d80740beaab15f240bf2d30a It shows what the day-to-day life of a coach entails. If you do want to be a coach but are struggling to create content and don’t know what to create, then watch the "5-Minute Niche Finder": https://www.skool.com/makeoncefree/classroom/a8649769 Currently, in this free group, you can connect live on Zoom with Mike on a group call. Just check the calendar to see when the free Zoom sessions are happening. Currently, he does group coaching every Wednesday at 10 a.m. Here’s your chance to ask him anything! He doesn’t hold back: https://www.skool.com/makeoncefree/calendar If you want to see someone with real results, check out the awesome @Amanda Smith crushing it: https://youtu.be/Qb-GobeXTZY Also, it is very important to watch this short clip by the awesome @Karini J , who is very inspiring with her message: https://www.tiktok.com/@mikegowans/video/7403093706112355626
Question
Hello everyone, can I only be successful in e-commerce with shopify website ?
5
5
New comment Aug '24
2 likes • Aug '24
Hi @Alisha Kelly For e-commerce websites, I build them on WordPress. I find that it provides the most flexibility, allowing you to create funnels within WordPress. You can replicate a Shopify checkout experience but with funnel capabilities like upsells, downsells, order bumps, and dynamic offers. You can trigger email automations based on customer actions. Note that these capabilities are added through third-party plugins. WordPress’s open-source nature makes it a very powerful tool in the right hands. Pros: 1. You own your content. 2. Functionality extendable by plugins or custom code. 3. Everything mentioned above. The downside is that it has a very steep learning curve for a DIY project. You first need to learn WordPress which is not an easy task for someone first starting, then the e-commerce plugin which is another steep learning curve, and that still doesn’t cover all the functionality I just mentioned. Depending on your needs, you will need to understand how to configure different types of products—digital and physical, simple products, variable products, grouped products, Subscription product for either for Digital or Physical product, etc. You also need to configure the platform to only sell products in the locations you want to target, such as within the US or internationally. And let's not forget one of the most important aspects: configuring the platform to calculate taxes and Shipping correctly. You also need a well-designed site that guides the user through the purchasing process, and you would need to implement follow-up systems. Additionally, you must consider important aspects such as building a site that is accessible (allowing people with disabilities to use the site), generating all relevant legal pages, and ensuring a positive user experience (UX). You also have to self-host and manage the site on a reliable server — definitely not shared hosting and point your domain name to that server. You will also need to generate an SSL Certificate so that the information transmitted on your site is encrypted.
1-10 of 14
David Lazo
3
24points to level up
@flipback-knows-1871
X

Active 13h ago
Joined Dec 23, 2022
powered by