I'd like to incorporate our client's ability to book appointments from our wordp
-
I’d like to incorporate our client’s ability to book appointments from our wordpress site through our MindBody account.
-
If you have a WordPress.com site (as opposed to WordPress.ORG – you don’t provide a URL so we can’t know) you can add a link to your MindBody account into your menu or into a text or image widget in your sidebar. http://en.support.wordpress.com/widgets/create-your-own-widget/
http://en.support.wordpress.com/menus/If MindBody has an embed code to add a button or widget to websites, post it here between code tags (see the button at the top of the reply box) and we’ll tell you if it will work on WordPress.com
If you have a self-hosted site you need to visit the WordPress.ORG support forum as we won’t be able to help you here: http://wordpress.org/support/
-
Hi Kokkieh,
Our site is leboudoirsalon.com. Here’s the embed code for clients to book their appointments. Thank you!
<script type=”text/javascript”>
function launchWS(winName) {
//window height and width
myHeight = screen.height*.80;
myWidth = 784;//widow height bounds
if ( myHeight < 556 ) {
myHeight = 556;
} else if (myHeight>700) {
myHeight = 700;
}//get screen size, and cacl center screen positioning
var height = screen.height;
var width = screen.width;
var leftpos = width / 2 – myWidth / 2;
var toppos = (height / 2 – myHeight / 2) – 40;//open window
msgWindow=window.open(winName,”ws_window”,”toolbar=no,location=no,directories=no,resizable=yes,menubar=no,scrollbars=no,status=yes,width=”
+ myWidth + “,height=”+ myHeight + “, left=”
+ leftpos + “,top=” + toppos);//focus window
setTimeout(‘msgWindow.focus()’,1);
}
</script> -
Thanks for providing the URL. Now I can tell you conclusively that you’re in the wrong forum. You have a self-hosted site, so you’ll need to post in the WordPress.org forum as we cannot help you here. WordPress.com and WordPress.org are completely separate and different: http://en.support.wordpress.com/com-vs-org/
The WordPress.org forum is here: http://wordpress.org/support/ If you don’t already have a username on that forum, click the register button in the upper right corner so you can post in that forum.
-
-
- The topic ‘I'd like to incorporate our client's ability to book appointments from our wordp’ is closed to new replies.