Topic-icon JFBC Social Share Module in Joomla! 3.3.4

Active Subscriptions:

None
9 years 6 months ago #47404 by andres
This happened when I upgraded to version 6.2.1

{JLinkedShare href=http://www.alamarte.com/portal/ layout=button_count showzero=1 key=}{SCTwitterShare href=http://www.alamarte.com/portal/ layout=button_count key=}{SCGooglePlusOne href=http://www.alamarte.com/portal/ layout=button_count width= key=}{JFBCLike href=http://www.alamarte.com/portal/ layout=button_count show_faces=false share=true width=450px height=80px action=like colorScheme=light ref= key=}

My website is www.alamarte.com/portal

Thanks
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47406 by andres
By the way, Google+ and Pinterest don´t work on articles view (Component social settings)
The topic has been locked.
9 years 6 months ago #47407 by latino07
Hi:

Same problem with Joomla 3.3.5.
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47414 by andres
The fix:

In JFBConnect Component -> Social-> Misc -> Social Tag Admin Key Write something like "hi" without cuotes as a recommendation in another post.. It works for me

Still having problem with Pinterest and Google + Buttoms....
The topic has been locked.
Support Specialist
9 years 6 months ago #47418 by alzander
Sorry for the issues. Your solution above for setting anything in the Admin Render Key value is a quick and easy solution, if you aren't adding any manual tags to the page.

If you want to implement a minor code fix for the issue, please see the post below:
www.sourcecoast.com/forums/jfbconnect/jf...wing-properly#p47388

We'll be including this in a 6.2.2 release, due out in a few days as well.

I hope that helps, but if you have any questions, please let me know.

Thanks,
Alex
The topic has been locked.
Support Specialist
9 years 6 months ago #47419 by alzander
Just realized I didn't mention the G+ or Pinterest question:
Google+ - The G+ Javascript isn't being inserted on the page for some reason. We updated how we added this library to the page to improve performance in 6.2.0 by adding it before the closing body tag. However, your site has 2 closing body tags, which is causing problems for our logic. Can you investigate why your site has 2 closing body and html tags? In the HTML, I see:
<!--[if lte IE 7]><script src="/portal/templates/favourite/js/ie6/warning.js"></script><script>window.onload=function(){e("/portal/templates/favourite/js/ie6/")}</script><![endif]-->
<div id="jfbcLoginModal" class="sourcecoast modal" style="display:none"><div class="modal-body">Te estás identificando utilizando las credenciales de Facebook</div></div></body>
</html>

<!--[if lte IE 7]><script src="/portal/templates/favourite/js/ie6/warning.js"></script><script>window.onload=function(){e("/portal/templates/favourite/js/ie6/")}</script><![endif]-->
<div id="jfbcLoginModal" class="sourcecoast modal" style="display:none"><div class="modal-body">Te estás identificando utilizando las credenciales de Facebook</div></div></body>
</html>
You can also disable the "Show 'logging in' Popup" setting in the Configuration -> Facebook area, which should get rid of the 2 inclusions of our popup text.. and also eliminate our code as the cause of the duplicated closing body.

Pinterest - I don't see the Pinterest button code anywhere on the page. That usually means that JFBConnect can't find an appropriate image to use for sharing on Pinterest. Please make sure you have the Open Graph - Content plugin enabled to find a good image or try inserting the PinIt button manually with our Easy Tag or SCSocial Widget and make sure you've set the image to share.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago - 9 years 6 months ago #47427 by andres
I have no idea why this duplicate the closing tag of the body
I used a quick start to the Favourite template, I guess it's a bug in the template

Now I deleted a duplicate closing tag and Google+ longer works

I activated the plugin "open graph content" and Pinterest longer works

Now I have Joomla 3.3.6 and integration is lost with Kunena

I inserted this code and it worked until I updated the version of Joomla 3.3.6

1) Edit the file /components/com_kunena/template/blue_eagle/html/common/login.php
2) At line 61, after the </form> shown below, add the following line with {JFBCLogin}

<?php endif; ?>
</div>
</form>
<?php endif; ?>
{JFBCLogin} *** ADD THIS LINE ***
</td>

File Attachment:



THANKS !!!!!
Last edit: 9 years 6 months ago by andres.
The topic has been locked.
Support Specialist
9 years 6 months ago #47432 by alzander
Since you set the Admin Render Key, you'll need to include that value in the tag, like:
{JFBCLogin key=hi}
The key is meant to prevent your users on your forums from adding Like buttons, Facebook Page Feeds, or other social sharing content by simply knowing the tag.. they also need to know the secret key you set.

I hope that helps explain and get you going, but if not, let me know.

Thanks,
Alex
The topic has been locked.
Support Specialist
9 years 6 months ago #47433 by alzander
Oh yeah... glad to hear you made some progress with the Google+ and Pinterest buttons as well. We like progress :)

Alex
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47441 by andres
It works, Thank you !!!
The topic has been locked.