• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Bug - Facebook URL not working

Bug - Facebook URL not working 9 years 9 months ago #28362

  • K2Joom
  • K2Joom's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi Team,

I found an issue where the Facebook link was not working on the front end.
If you look in /modules/mod_rssocial/tmpl/facebook.php.
Line 10 is:
<a id="rssocial-facebook-icon" class="rssocial-link <?php echo $icon_effect; ?>" target="_blank href="<?php echo $params->get('facebook_url'); ?>">

Notice that the target is incorrect.
target="_blank href=
should be:
target="_blank" href=

This fixes the issue.
The administrator has disabled public write access.

Bug - Facebook URL not working 9 years 9 months ago #28363

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
I just took a look and indeed there was something wrong - there were no quotes surrounding the "_blank" value:
target=_blank

I don't see anywhere in our repository that it had a starting quote but no ending. I'm not sure where you got that information from.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Bug - Facebook URL not working 9 years 8 months ago #28378

  • K2Joom
  • K2Joom's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,

Thanks for the reply.

I have just checked the RS Social download page and it has been updated.

License: GPL
Total Size: 241.8 KB
File Version: 1.0.1
Added: 15/07/2014 00:00:00
Last Updated: 01/08/2014 01:32:07
Downloads: 1012 Hits

Just downloaded this new version and it has been updated.

Yes are correct, I actually made a typo when I logged the error.
It had no quotes, but luckily someone understand and fixed it correctly.

Problem solved.

Glad to help.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!