I'm having the same problem as this guy, Links in Skype popup stopped working correctly . My Skype links stopped working.
This is a discussion on Skype links not working within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I'm having the same problem as this guy, http://www.vbseo.com/f3/links-skype-...orrectly-3251/ . My Skype links stopped working....
I'm having the same problem as this guy, Links in Skype popup stopped working correctly . My Skype links stopped working.
I replaced the ? with %3F for a temporary workaround. Any ideas on a permanent fix?
Hello,
what is an example link that doesn't work for you - "skype:user?chat" or similar? Does it work with vBSEO disabled?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
In my footer, after the forum time, I have the code:but in the View Source it shows up asCode:<a href="skype:echo123?chat">-</a>I also just installed mimeTeX, and the information after the ? in those URLs are sometimes garbled as well.Code:<a rel="nofollow" href="skype:echo123">-</a>
When I disable vBSEO the links work as they should.
Last edited by zylstra; 12-26-2006 at 06:38 PM.
Hello,
as I see, you are running vBSEO 2.4.5 at the moment, please install the latest version, which currently is 3.0.0RC6.
Could you please provide example URLs for this issue?I also just installed mimeTeX, and the information after the ? in those URLs are sometimes garbled as well.
When I disable vBSEO the links work as they should.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I updated my version of vBSEO and everything seems to be working fine now. Everything except URLs with an "=" after the "?". See Test Question
You can add rel="novbseo" to these links to stop them from being processed by vBSEO, like:
and manually set this in config_vbseo.php file:HTML Code:<img rel="novbseo" src="..">
PHP Code:define('VBSEO_ALLOW_REL_NOVBSEO', 1);
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Thanks for the tip.