Topic-icon JFBConnect integrate in Virtuemart 3.x

Active Subscriptions:

None
Hello,

i have Joomla 3.x an Virtuemart 3.x now i like to show FB, G+, Twitter and so on Loginbuttons on the Virtuemart register page. How can i do this?
Thanks best regards Thomas
The topic has been locked.
Support Specialist
9 years 5 months ago #49727 by mel
The easiest way to do this is to override the Virtuemart registration page template and add the JFBCLogin EasyTag to that page. Try creating a template override for /components/com_virtuemart/views/user/tmpl/login.php and adding the tag in the appropriate place. I believe that's the file you want in Virtuemart, but you will need to double-check.

Here are some examples of our EasyTag, but you can see a list of all of JFBCLogin's available parameters by going to JFBConnect > Social > Examples in your backend.
{JFBCLogin} will add buttons for all of the social network providers that you have configured.
{JFBCLogin providers=facebook,google,twitter} will add the buttons for just the three providers you have mentioned above.

I think this should get you going, but let us know if you run into any issues.

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hello Melissa,

thanks for your answer, but i didn`t understand what i should do!?

Do you have a step by step documentation how do it integrate this in my virtuemart. I have make the file for override and i have insert the {JFBCLogin} but it will not shown anything.

Thanks best regards Thomas
The topic has been locked.
Support Specialist
9 years 4 months ago #49823 by mel
As I said that was the appropriate page for my test site, but may be different depending on how your site is configured. Please make sure this is the right file and that you're overriding it correctly by adding other test text on the page. If that shows up properly, but the JFBCLogin tag does not, then we can go from there.

Also, please note that if you have set a Social Tag Render Key in the JFBConnect > Social > Misc section, then you will need to add it to the login tag. For example,
{JFBCLogin key=1234}

-Melissa
The topic has been locked.