Join the Webstudio community

Home
Members
JoqniX︲🎋🌟🌠
J
JoqniX︲🎋🌟🌠
Offline, last seen last month
Joined December 13, 2024
Hello does anyone here have used forthwall? Since webstudio team is working on shopify and other e-commerce integrations in the future i was hopping there would be a way to connect fourthwall and webstudio together in some way?

https://fourthwall.com/
7 comments
J
O
R
hi based on this
https://stackoverflow.com/questions/39275889/how-to-embed-new-youtubes-live-video-permanent-url

it seems to be possible!
so - https://www.youtube.com/embed/live_stream?channel=CHANNEL_ID

but when putting this link in youtube component's url field it doesn't work!

will it be possible to add this in the future?

the downside to this, if a channel is not live, it shows an error image. the default - this video is unavailable image.

or is there any other ways to dynamically update the livestream video id ( i know its possibile via youtube api/ webscraping but webstudio doesnt allow multiple api calls yet so it is hard. )
45 comments
O
J
hey there, I'm working on my contact inquiry page
so i had made like a guidelines for each inquiry types as radix tabs

so i wanted to link this!
if a user selects business inquiry from the dropdown, the tab is switched to " For Companies" so the user can read the guideline for the inquiry type they choose!

is this possible? to bind this?

page - https://joqnix.space/contact
6 comments
O
J
is the code text the current best way to add cms text content which has multiple newlines or is there a way to make it work with other data text components?

do refer the image for context~
here im using notion as my cms. and the property item has newlines in it. as yu see the only working method i found was to use code text. but as yu see the text content on the variable shows it accurately. idk why it shows the output on the text component shows up like everything is mashed up?
7 comments
J
J
sorry if my post title is a bit wrong as im bad at wording but i hope my issue is understood?

Hello, i tried to do localization within webstudio, and i have 3 languages - english, japanese and chinese - EN,ZH,JP
i made a fixed lang selector on my menu nav.
atm i have it redirecting to the lang specific home pages ( i remade all the pages in lang specific folders in ws )

here's what i wanted help with and what i wanted to achieve -

when visiting a page, if the user wants to see it in different language. i wanted webstudio to redirect them to page which is in that specific lang

for example - is the site i made, if a user is looking at this page. and they want to see the Japanese version. if they click on " JP" on the left top menu i want them to see the JP site - which is this -

atm i currently have the lang selectors redirect to home sites. so users have to navigate to the specific page through the menu so there's alot of clicking.
idk how to do it the way i wanted! is this currently possible?

can you guys guide me how i can achieve this?
18 comments
J
O
will there be tutorials made for localization anytime soon? which mainly covers topics which is highlighted on the features > localization page?
such as lang in path parameter, conditional sections based on user lang etc?
9 comments
O
J
hi! i'm trying to use youtube livestreaming api in webstudio to dynamically change / populate data etc. ( so this needs google oauth )
so im faced with a situation where oauth 2.0 access token will be refreshes over time right? ( i did try using google playgrounds )
so i wanted to use the refreshed access token on the resouce variable to do the api request.
atm its just for me. to pull my own account's data. so i will be doing the oauth mainly!

can someone guide me through this process. if anyone here has done oauth stuff before? and integrated this on your site using webstudio!
i did follow tutorials etc - such as this https://www.youtube.com/watch?v=tgO_ADSvY1I atm im using appwrite. i did try supabase as well. but got lost.

but idk what i must do - the code wise related stuff.
and idk if i can use webstudio as backend to somehow generate the access token etc? but i believe i have to look into some services which can do this? right?

do suggest me a method which i can achieve this. due to the limitation with resource variables its hard to fetch & bind this data. but if anyone knows a way around this do let me know! thank you!!
26 comments
J
O
J
hello! im really sorry if the title doesnt make sense, i too dont know how should i word it >//<

the stuff im having trouble with, ill explain my usecase, so its easier to understand! so yu guys can help me out accordingly!
*( also i forgot to mention that im new to webstudio and im still learning stuff, i'm not that knowledgeble when it comes to css stuff but currently learning it! ) *

Use Case:

I'm making a livestream redirect page. since i do multistreams on multiple platforms. so basicially i wanted to showcase my livestream's embed ( iframe) only when im live! ( im opting to this method for now, i might be switching to a different service which lets me directly stream to website so i can embed it in the future )
so i do a api call to the streaming platform to check about my live status. if i am live , i just want to control the "show" property of html embed and also have a text block - mention the following . for example
  • if im live - Joqnix is live
  • if im not live - No Active Livestreams or something
or alternatively i could just have the text premade and control it via the "show" property? if live - show the text block, if not, hide it.

what i need help with!

  1. how can i input variables as string? on a text content ( i wasn't able to do it. since some variables weren't strings )
  2. how can i - let's say if a variable = 0, i want it to change or control a certain element? ( for example - the show property of a html embed) if - live_status = 0 - then hide. if Live_status = 1 then show?
for now its just this. i hope its okie if i can keep adding on to this thread. as there would be more issues i might face. since i would be playing around with api based stuff on my website. to dynamically change stuff within the site. ( not cms content! )
if its not okie i can always make new help thread, do lmk!
thank you!!
62 comments
O
J
J
hello 👋 i had a doubt. so im new to web designing. so i went with framer since im more used to figma. so in my whole roadmap of stuff to do. ill needa make like a community site. ( where users can make posts, like and comment on other posts etc )
so i was hoping to learn webstudio too since it allows unlimited site creations + domain connections ( which helps me alot , just needa wait for cms now but yea )

so was wondering if it would be possible to make the community website using webstudio?

i can provide some examples of sites I'll be refercing for this. but most of em seems to be hardcoded ;w; since im not a coder i wonder if ill be able to make it with webstudio?
14 comments
C
R
J
A