Zikama Posted March 13, 2016 Posted March 13, 2016 I know there's some out there, but would like my own running on my own website. I believe it's possible to make with PHP (correct me if I'm wrong) Shouldn't be to hard to code for me. I will pay you a bit. Let me know if you can code it for me!
Dex Posted March 13, 2016 Posted March 13, 2016 I think it's easier to just do it in your html <a href="skype:skypeId?chat>text here</a>
Zikama Posted March 13, 2016 Author Posted March 13, 2016 I think it's easier to just do it in your html <a href="skype:skypeId?chat>text here</a> I'm really bad at it, so didn't understood much of what you just said. :P I want my url, like zikama.com/addskype to add my skype. How would I do that with this then?
Dex Posted March 13, 2016 Posted March 13, 2016 I'm really bad at it, so didn't understood much of what you just said. I want my url, like zikama.com/addskype to add my skype. How would I do that with this then? If you put <meta http-equiv="refresh" content="0; URL='skype:legendary.zikama?chat'" /> between your head tags on the addskype page.
Zikama Posted March 13, 2016 Author Posted March 13, 2016 If you put <meta http-equiv="refresh" content="0; URL='skype:legendary.zikama?chat'" /> between your head tags on the addskype page. I'll try that, thanks!