buttons
How To Add Twitter, Facebook, Plus One Or Other Buttons?
We often get asked ‘How do I add a Facebook Like or Tweet This’ button to my forum posts. With Simple:Press 5.0, this is easier than ever. This can be done by either using the special Simple:Press Share This plugin that gives you the ability to add several different sharing buttons them to your SP…
Read Moresp_LogInOutButton
Description sp_LogInOutButton() – This function is used to display a login or logout button for the site. Usage sp_LogInOutButton($args=”, $inLabel=”, $outLabel=”, $toolTip=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spLogInOutButton’ ‘tagClass’ => ‘spButton’ ‘logInLink’ => ” ‘logOutLink’ => esc_url(wp_logout_url()) ‘logInIcon’ => ‘sp_LogInOut.png’ ‘logOutIcon’ => ‘sp_LogInOut.png’ ‘iconClass’ =>…
Read Moresp_RegisterButton
Description sp_RegisterButton() -This function is used to display a register button for the site. Usage sp_RegisterButton($args=”, $label=”, $toolTip=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spRegisterButton’ ‘tagClass’ => ‘spButton’ ‘link’ => esc_url(wp_registration_url()) ‘icon’ => ‘sp_Registration.png’ ‘iconClass’ => ‘spIcon’ ‘mobileMenu’ => 0 ‘echo’ => 1 ‘tagId’:ID to assign…
Read Moresp_ProfileEditButton
Description sp_ProfileEditButton() – This function is used to display a profile button to the current user’s Simple Press profile page. Usage sp_ProfileEditButton($args=”, $label=”, $toolTip=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spProfileEditButton’ ‘tagClass’ => ‘spButton’ ‘link’ => sp_build_profile_formlink($spThisUser->ID) ‘icon’ => ‘sp_ProfileForm.png’ ‘iconClass’ => ‘spIcon’ ‘mobileMenu’ => 0…
Read Moresp_MemberButton
Description sp_MemberButton() – This function is used to display a members list button link to the members list page for the forum. Usage sp_MemberButton($args=”, $label=”, $toolTip=”); Arguments $args – List of arguments for controlling display. Type: (string) (optional) Default: ‘tagId’ => ‘spMemberButton’ ‘tagClass’ => ‘spButton’ ‘link’ => SPMEMBERLIST ‘icon’ => ‘sp_MemberList.png’ ‘iconClass’ => ‘spIcon’ ‘mobileMenu’…
Read More