I see in many Oxwall powered website, a option in the top,like SKYPE SETUP... so how to install skype on oxwall powered website
I see in many Oxwall powered website, a option in the top,like SKYPE SETUP... so how to install skype on oxwall powered website
No one is going to give away plugin's that others had to pay for however.
Best of luck!
oh hey paul i didnt know that you wrote it... cool... yeah skype is that way i did set mine to allow.
here is what i thought i would do, see if you agree or maybe you have a better way..
in ow_plugins/myskype/components/profile_widget.php
you have this public function here
public static function getSettingList() // If you redefine this method, you'll be able to add fields to the widget configuration form
{
$settingList = array();
$settingList['content'] = array(
'presentation' => self::PRESENTATION_TEXTAREA, // Field type
'label' => 'Skype Me', // Field name
'value' => '' // Default value
);
corrected post, i ended up going back to pauls original code.. ;)
here is how i began it, this is as far as i got, i figured i would do it in an if else, have the if fill in the form and the else process it normall as you have it ..
this is as far as i got of the if
public static function getSettingList() // If you redefine this method, you'll be able to add fields to the widget configuration form
{
if( $skype && $this->setVisible(true) )
{
I just found this, is it better to use the URI than the button script?
http://mystatus.skype.com/balloon/$skype\">
cool, i just added my script inside the $content to test the look and i will prob go back to your way.. mine will be quite a bit of adjustments and its too much modding..
here is how it looks with mouse over.
it was worth a try... nice job paul on the plugin, you did code it the better way after all... nice job.. :)
This is what i have now :)
$content .= "<center>
<a href=\"skype:$skype?call\"><img src=\"http://mystatus.skype.com/balloon/$skype\">http://mystatus.skype.com/balloon/$skype\