How to Collect & Display User-Generated Content on Your Website | Velo by Wix

Поделиться
HTML-код
  • Опубликовано: 21 июл 2024
  • To learn more visit:
    www.wix.com/velo?...
    Watch how you can collect and display user-generated content as comments on your website. In this video, you’ll learn how to create a database to store and manage visitor comments. Then, add user input elements to collect visitor reviews and a repeater element to display them. Finally, see how your repeater automatically updates with visitor reviews, displaying content from your database.
    About Velo:
    Velo is an open development platform that lets you build advanced web applications. With serverless computing and hassle-free coding, you can manage all your content from integrated databases, add your own code in the built-in IDE or work in your own environment, and connect to 100s of APIs. Plus, you get total design freedom from the Wix Editor and optimized business applications-all in one integrated platform. Build, manage, deploy and scale your next web project with Velo.
    Velo-Accelerated Development of Web Applications
    To learn more about creating tracking parameters for custom events visit:
    www.wix.com/code/reference/wi...
    About Wix:
    Create a stunning, professional website.
    With Wix, the possibilities are endless. You can create any kind of website for yourself or others. Choose a template or start from scratch. Push the limits with advanced design features. Add your own fonts and bring your site to life with video backgrounds, parallax scroll, retina ready image galleries, and more. Wix offers countless professional features - from an online booking system and online store to a beautiful blog and SEO tools.
    www.wix.com/
    / wix
    / wix
    / wixcom
    / wix
    en.wikipedia.org/wiki/Wix.com
  • ХоббиХобби

Комментарии • 62

  • @md.habiburrahman1378
    @md.habiburrahman1378 2 года назад +9

    Please also share the code in the video description thanks

  • @rahilenayati9972
    @rahilenayati9972 Год назад

    that was so concise and understandable, I wish all of Velo courses were so fast and get to the point like this one.

  • @claudiaandjan
    @claudiaandjan 2 года назад +2

    Really helpful video. Thanks a lot ! There is so much to learn on RUclips :-)

    • @Wix
      @Wix  2 года назад

      Hi there, we're glad you found it helpful

  • @nasirabakar6606
    @nasirabakar6606 2 года назад

    Very helpful, thank you. Can we do the same but instead of comments - add products to the store from the frontend using input fields and the existing products database?

    • @Wix
      @Wix  2 года назад

      Hi there, thank you for reaching out, you may find our links here useful > bit.ly/3n9uW2L
      If you would like to reach out to our team with your request, please contact us at wix.com/contact and they will be happy to assist you. You can also check out our Velo forum at www.wix.com/velo/forum.

  • @tara0029
    @tara0029 2 года назад

    Such a helpful video, thank you. I am looking to make a scatterplot graph where the user can add a point with (x, y) data... any idea on how to accomplish that into wix?

    • @Wix
      @Wix  2 года назад

      Hi there, thank you for reaching out, we would recommend posting your question in our Velo Forum here: www.wix.com/velo/forum
      You can also reach out to our customer care team through our contact link here: bit.ly/2S0NEJY

  • @piyushjain2414
    @piyushjain2414 3 года назад

    hi is there a way to read the users url to check if it contains the word instagram or facebook to check if the website is opening in the IG or FB in-app browser and then force open it in an external browser?

    • @Wix
      @Wix  3 года назад

      Hi there, our Velo customer care team will be happy to provide you with additional assistance. You can get in touch with them directly through our contact page here >> support.wix.com/en/article/contacting-wix-customer-care-for-support

  • @josephg.deleon4784
    @josephg.deleon4784 2 года назад

    Unfortunately I have a problem with the code provided. On the last line, the word "data" isn't allowing the operation to be successful. When I hover over the word it states: "Property 'data' does not exist on type 'Image'.
    Otherwise the rest of the code isn't showing errors just that word. If anybody has an answer for this I would strongly appreciate it. Thanks!

    • @Wix
      @Wix  2 года назад

      Hi there, we would recommend posting your request in the Velo Forum here: wix.to/fcAGDVQ or reaching out to our team through our contact link at wix.com/contact.

  • @aiaccountantuk
    @aiaccountantuk Год назад

    At around 02:30 you should mention that the Send button should also be linked to [Comments write] with the action being [Submit]

  • @maltastudy
    @maltastudy 2 года назад

    I have a question (I don't know if it's possible to do) maybe someone can help out. On WIX, I would like to dedicate a page for a video I shot. (The video is a commercial I shot for this restaurant;20 second video)
    The idea is that clients (who visit the restaurant) and scan a QR code at the restaurant will be taken to this particular page where the video will be played.(so far, it's simple)
    However, what I would also like is that in the same page (where the video plays), I would like the page to have a custom message for that particular visitor by displaying their name: (for example) Thank you for your custom, [insert name]
    So basically, a client goes to a restaurant, scans the QR code, maybe enter their name in a field, be directed to this page, they watch the video with a custom thank you message showing their name on the same page where the video is playing.
    I'm sorry for the lengthy message.
    I hope I was clear and maybe someone can help me!
    Thanks in advance!!!

    • @Wix
      @Wix  2 года назад

      Hey there, our team will be happy to help you with your requests, please contact our team by visiting wix.com/contact to be better assisted. You can also check out our Velo Forum at www.wix.com/velo/forum.

  • @codewithmarley
    @codewithmarley 2 года назад

    Can you please tell me more about the getData function, I don't understand it.
    Especially the:
    let query = wixData.query('Comments');
    I don't understand why you wrote:
    'Comments'
    uppercase, and did not write:
    '#comments'
    And what does query mean? I understand it as Search...
    Please reply as soon as you can, I have a deadline. Thank you...

    • @Wix
      @Wix  2 года назад

      Hi there, we would recommend reaching out to our data experts with your request through our contact link here: wix.to/qECrCI0. You can also visit our Forum to search or post your question there. >> www.wix.com/velo/forum

    • @codewithmarley
      @codewithmarley 2 года назад

      Thank you! I hope your are having a great day. Bye!

    • @Danachew
      @Danachew 2 года назад +2

      For anyone else looking for answers to this question, 'Comments' is the name of the database just made. Basically we're asking the site "Take a look in the Comments database and return the data stored in these fields I specify". Just for an example, if we made a database of colors named Colors, we'd search it like this:
      let query = wixData.query('Colors');
      And query does mean search, or you can think of it as looking through something. That something being a database in this case.

  • @deeksha1851
    @deeksha1851 2 года назад

    I want to take input from the user and display documents.
    For example, Class - 5 | Subject - Maths | Book - Pearls | Semester - 1 | Chapter - Ch:3
    Then, immediately the NOTES, VIDEO LESSON, SOLUTIONS, TEXTBOOK PDF & E-LEARNING FILE should appear. If the user enters another data then, immediately the documents related to that particular lesson must appear...
    HOW CAN IT BE POSSIBLE in WIX..? Please guide me

    • @Wix
      @Wix  2 года назад

      Hey there, we would recommend checking out our Velo Forum for Velo related requests. You can find the forum at wix.com/velo/forum. You can search past requests as well as submit your own for the community to provide their insights. You may also contact our customer care team at anytime at wix.com/contact.

  • @julianbustos3079
    @julianbustos3079 3 года назад

    Hi there I tried this out and its working on preview mode but not on the published site, do you have any idea why this would be the case?

    • @julianbustos3079
      @julianbustos3079 3 года назад +1

      I tried displaying the database info on another page and again on preview mode it works but not on the published site, the console says that there was it failed to load initial data

    • @Wix
      @Wix  3 года назад

      Hi Julian, thank you for sharing. We recommend getting in touch with our customer support, they'll be happy to take a closer look at this for you. You can schedule a call or submit a ticket by following this link here >> support.wix.com/en/article/contacting-wix-customer-care-for-support

    • @hank91918
      @hank91918 3 года назад +1

      @@julianbustos3079 you must not be logged in the the published version of the site, you don't have the right permission for anyone to write or read from the database, you can change your database permission by choosing the database and go into Edit Setting

    • @julianbustos3079
      @julianbustos3079 3 года назад +2

      @@hank91918 You are right it was the permissions however I was logged in, I had to change the permissions of the site on the site dashboard/settings and then I got it to work, wish they mentioned that....

    • @denatasterephrem
      @denatasterephrem 3 года назад

      @@julianbustos3079 Hi Julian, how did you manage to solve this issue?

  • @eggwebtut5198
    @eggwebtut5198 3 года назад

    Can you do a video of how to make add a velo by Wix login and signup to a Wix website?

    • @Wix
      @Wix  3 года назад +2

      Hi there, thanks for the suggestion, we've passed on your feedback to our Velo team.

  • @AaronSooZH
    @AaronSooZH 3 года назад

    Sorry.. I've a problem. I need to refresh the page to show the content in repeater. If not, the repeater will not automatically updated. Can help me to solve this problem.Thank you very muchh 🙏 🙏 🙏

    • @Wix
      @Wix  3 года назад

      Hi Aaron, thank you for letting us know. Please contact our customer care department and provide them with the steps you took so they can help offer a solution. You can submit a ticket by following the link here >> support.wix.com/en/article/contacting-wix-customer-care-for-support

  • @shanthanapriya7952
    @shanthanapriya7952 Год назад

    Hello this code works properly in preview mode only not working on published site

    • @Wix
      @Wix  Год назад

      This seems like something that our technical team can look into. They will be able to access your account and investigate this in better detail. You can reach them by visiting here >> wix.click/3J3Gj5l.

  • @russk9338
    @russk9338 2 года назад +1

    I spent many hours on this trying to get it to work. I checked the code line by line, letter by letter. I don't see in the code how the Send button is activated. Am I missing something.

    • @Wix
      @Wix  2 года назад

      Hi there Russ, we would recommend reaching out to our Data Experts. You can use our contact link here: bit.ly/2S0NEJY and they'll be happy to look into this for you.

    • @hwanhoonkim5576
      @hwanhoonkim5576 2 года назад

      me too. did you solve the problem?

    • @hwanhoonkim5576
      @hwanhoonkim5576 2 года назад +1

      I just solved the problem by connecting button to the datawrite. it was as simple as this!

  • @christianlula
    @christianlula 10 месяцев назад

    My wix and velo are completely different from yours. Consequently, I cannot use this tutorial. Can you make another for the UI in my alternate reality?

    • @Wix
      @Wix  10 месяцев назад +1

      Hi there. If you are encountering a discrepancy with your Wix Velo menus, please contact our colleagues at wix.com/contat for direct support. Thank you.

    • @Huhn
      @Huhn 4 месяца назад

      @@Wix contat lol

  • @angelakanyo5640
    @angelakanyo5640 2 года назад

    when I click the button nothing happens, it is working in the preview mode but only if I refresh it, when I publish it doesn't work.

    • @Wix
      @Wix  2 года назад

      Hi Angela, our customer care team would be happy to take a look at your account and assist you with this. You may contact our team anytime at wix.com/contact.

  • @pgstfu03
    @pgstfu03 2 года назад

    I dont know why but my site is working completely fine in preview mode but when i shift to live site the comment section is not working? please help??

    • @Wix
      @Wix  2 года назад

      Hi there Pranav, we would recommend reaching out to our customer care team to look into this for you, please use our contact link here: bit.ly/2S0NEJY to contact our team.

  • @hjvela1907
    @hjvela1907 Год назад

    Can you tell us how to add user's inputs into item's page (sort of personal notes), so users can later retrieve items where they added their own notes earlier? In this way, users can customize any item with their own notes. Can you refer me to a link on how to resolve this? Thanks a lot!

    • @Wix
      @Wix  Год назад +1

      Hi there, this would be very similar to the current video, you would collect the "notes" in a user input form and then display it in an items page. Once you collect the information (This article can help: wix.to/v6DI9Du) you would generate it using the information here: wix.to/2TvpH57.
      If you need any help with this you can always contact our team at wix.com/contact as well.

    • @hjvela1907
      @hjvela1907 Год назад

      @@Wix Thanks Wix. Will check this out.

    • @hjvela1907
      @hjvela1907 Год назад

      @@Wix Sorry, but the first link wasn't available. Can you please send me again the intended link? Thanks!

    • @Wix
      @Wix  Год назад

      Of course, the first link is: support.wix.com/en/article/content-manager-creating-a-custom-form

  • @stevedowling1960
    @stevedowling1960 2 года назад

    Followed the video to the letter and then spent hours just going over it to see if I missed anything, I haven't, and it does not work !!!, is there anyone out there that has there own video or instructions that does work ?

    • @Wix
      @Wix  2 года назад

      Hi Steve, if you have gone through the steps, please contact our customer care team to take a closer look for you. You can contact our team anytime at wix.com/contact.

  • @faaizweb9
    @faaizweb9 3 года назад +1

    I need the code, where can I find it? it would be easier if you provided it

    • @Wix
      @Wix  3 года назад

      Hi Fahim, if you need help with setting up your content on your site, please get in touch with our customer care department, through our contact page >> support.wix.com/en/article/contacting-wix-customer-care-for-support. Please make sure to provide as much information as possible so our team can direct you accordingly.

    • @faaizweb9
      @faaizweb9 3 года назад +1

      @@Wix If you provided the code then it would be beneficial for all of us.

    • @montassar_akrmi
      @montassar_akrmi 3 года назад +3

      @@faaizweb9 Use OCR image reader extension when you are on a PC browser
      import wixData from 'wix-data';
      function getData(){
      let query = wixData.query('Comments');
      return query.limit(1000).find().then(results => {
      console.log('getData’, results);
      return results. items;
      });
      }
      Sw.onReady( () => {
      Sw(“#commentswrite”) .onAfterSave( () => {
      getData() . then((items) => {
      $w("#commentslist").data = items;
      });
      });
      });

    • @faaizweb9
      @faaizweb9 3 года назад +1

      @@montassar_akrmi thank you so much

    • @tnvastudio
      @tnvastudio 3 года назад +3

      @@Wix If you going to do RUclips videos, it would be in your best interest to actually help the people in the comments. That makes for good customer retention. Try engaging and have a human touch when answering comments.

  • @Bhadohi_Muharram
    @Bhadohi_Muharram 2 года назад

    How To Create a Customer Portal

    • @Wix
      @Wix  2 года назад

      Hi there, are you looking to learn more about our Member's Area? If so please check out our link here > wix.to/UC0MJSR
      If you would like to reach out our customer care team with any question you may have, you can contact us any time at wix.com/contact.