WordPress Login With Google | Create Plugin

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 32

  • @shaharavital5898
    @shaharavital5898 4 місяці тому +1

    This is excellent. Thank you!
    It's perfect, great explanation! Thanks!

  • @DougKeeling
    @DougKeeling 11 місяців тому +1

    This is excellent. Thank you!

  • @chuksokie1213
    @chuksokie1213 3 роки тому +1

    Please continue to make these technical Wordpress videos ❤
    Much appreciated by advanced Wordpress developers.

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      Will definitely do! Thank you for the feedback

  • @codingshikhi
    @codingshikhi 2 роки тому

    Really awesome explanation.. I can't express by word how it is helpful for php developer...

  • @suyeounlee5325
    @suyeounlee5325 Рік тому

    It really helped me a lot. thanks very much!!!

  • @meireejose
    @meireejose 2 роки тому +1

    So nice, thank's for explain that code... I appreciated a lot!

  • @kevintsolakoy8331
    @kevintsolakoy8331 Рік тому +1

    God dammit i did not expect to work
    thank you so much man you are realy good and understandable keep going
    You earned one subscriber more

  • @varunvarma6907
    @varunvarma6907 2 роки тому +1

    Please make a video on how to create plugin to login with linkedin

  • @Gigabyteserviceofficial
    @Gigabyteserviceofficial 3 роки тому +2

    Please make a video about scaling WordPress on the database side by HyperDB ( provide features like database shard ), Redis Object Cache plugin By Till Krüss, RediSearch. There is no video on UA-cam regarding this, how safely we implement all three stuff in WordPress

  • @pkg2885
    @pkg2885 3 роки тому +1

    Thank you for making good technical videos. You should start paid code courses.

    • @VicodeMedia
      @VicodeMedia  3 роки тому +1

      Thank you, my friend! I got your coffee too. Thanks a lot 👍

  • @CollinsMann
    @CollinsMann Рік тому

    Thank you Victor, How do I restrict google users by domain or using google workspace?

  • @Rajeswarmohanty
    @Rajeswarmohanty 2 роки тому

    great - thank you

  • @catafest
    @catafest 3 роки тому

    will be great if the login will be with the phone! can you do a tutorial with this feature?

  • @Caoem
    @Caoem Рік тому

    thank you

  • @xavierjdiego707
    @xavierjdiego707 2 роки тому

    it doesn't log in. Everything woks well until redirect to home, it seems that wp_set_cookies doesn't save cookies because it logs out right after redirecting. any idea?

  • @hichem6901
    @hichem6901 2 роки тому

    Hi, thank you very much for this tutorial! Does your code still work? When retrieving the token, I get a critical error on WordPress.
    Thanks!

  • @avinash21189
    @avinash21189 Рік тому

    how to google logout from that which only logout from our website not from other google account.

  • @jaichand7416
    @jaichand7416 3 роки тому

    Hey bro, Where can I find "custom ajax call" source code that your using for this

  • @aogunnaike
    @aogunnaike 3 роки тому +1

    Can this method be used for a core PHP application?

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      I made a separate video for custom PHP applications ua-cam.com/video/M4jde7THXAI/v-deo.html

    • @aogunnaike
      @aogunnaike 3 роки тому +1

      @@VicodeMedia wow cool thanks

  • @wikolesapps
    @wikolesapps 2 роки тому

    welcome
    How do I show my profile picture in Gmail ?

  • @Rajeswarmohanty
    @Rajeswarmohanty 2 роки тому

    after login it redirect_to before url .. where it start login

  • @MohammedAlNshawaty
    @MohammedAlNshawaty Рік тому

    is there a way to include this plugin inside the wordpress theme ? without to call it as a plugin ?
    4

    • @VicodeMedia
      @VicodeMedia  Рік тому

      Yes! You'll have to add this functionality in your functions.php file in your theme's folder

    • @blastkage7190
      @blastkage7190 Рік тому

      @@VicodeMedia do u have video on that too? because I'm buildlng a custom theme in wordpress using code (html css js php ) i have implemented everything but cannot figure out the functionality of log sign in page and also social logins

  • @bilalmalkoc
    @bilalmalkoc 2 роки тому +1

    Thank you so much. Good work. Btw you can create a password with wp_generate_password() easiliy.