× Joomla Facebook Connect support forum

Topic-icon Virtue Mart Like Button

Active Subscriptions:

None
11 years 3 weeks ago #32329 by printwithdesign
We have the plugin installed but it isn't showing up on the VirtueMart Page. (We purchased a plugin prior to this plugin that works, but when both plugins are enabled it causes conflicts). We are willing to use the one supplied with the one we purchased or the other. Just not sure how to get the one with JFBCONNECT to show the share buttons. www.printwithdesign.com (Currently working is the other party plugin, but I cant use JFBCONNECT LOGIN when this version is installed)
Thank you for taking the time to read this post :)
The topic has been locked.
Support Specialist
11 years 3 weeks ago #32331 by alzander
Replied by alzander on topic Virtue Mart Like Button
I'd recommend using the other extension you have, but you'll need to modify it a little. The reason we recommend is that 'it works' and it's meant for Virtuemart. You could definitely replace the same functionality with features in JFBConnect, but you'd need to add tags like {JFBCLike} to the Virtuemart template.. we dont' do it automatically.

To make things compatible, you'll need to do one of the following:
* IF there is an option in the other extension to disable the loading of the Facebook Javascript Library, do that. Some modules/plugins offer this options, others do not.
* If it doesn't, you'll need to modify the module/plugin and remove the inclusion of the following code:
<script>(function(d, s, id) {
								var js, fjs = d.getElementsByTagName(s)[0];
								if (d.getElementById(id)) return;
								js = d.createElement(s); js.id = id;
								js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=282604855153215";
								fjs.parentNode.insertBefore(js, fjs);
							}(document, "script", "facebook-jssdk"));
						</script>
I'm not sure where that's coming from and I can't help you find it. If you can't search for that on your own, you'd have to contact the other developer to determine how *not* to load the Facebook Javascript library.

I hope that helps, but if you have other questions, just let me know.

Thanks,
Alex
The topic has been locked.